kaos.policy.enforcement
Interface Enforcer

All Known Subinterfaces:
AgentEnforcer
All Known Implementing Classes:
KaosEnforcerAgent, KAoSGridHelper, NotifyAgent

public interface Enforcer

This is the interface implemented by the end-system programmer with functionalities specific for enforcement of policies on particular action classes. $Revision: 1.4 $


Method Summary
 java.util.Vector getControlledActionClasses()
          Get names of the action classes on which policies can be enforced.
 java.lang.String getName()
          Get the name names of the Enforcer.
 

Method Detail

getName

java.lang.String getName()
Get the name names of the Enforcer.

Returns:
String Represents the enforcer name.

getControlledActionClasses

java.util.Vector getControlledActionClasses()
Get names of the action classes on which policies can be enforced.

Returns:
Vector Contains strings representing ontology originated names of Action classes.