kaos.policy.enforcement.test
Class Driver
java.lang.Object
kaos.policy.enforcement.test.Driver
- Direct Known Subclasses:
- GridDriver
public abstract class Driver
- extends java.lang.Object
This class will be the one to create the dialog.
Method Summary |
void |
displayPressed()
|
void |
okayPressed()
|
abstract void |
setAgentInfo(java.util.Vector agentDomains,
java.lang.String agentName)
Store the agent domain and name info to use in order to instantiate/register agent with the DS. |
abstract void |
setGuardInfo(java.util.Vector guardDomains,
java.lang.String guardName)
Store the Guard domain and name info to use in order to instantiate/register Guard with the DS. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ad
public AgentDialog ad
Driver
public Driver(KAoSAgentDirectoryServiceProxy dirProxy)
displayPressed
public void displayPressed()
okayPressed
public void okayPressed()
setGuardInfo
public abstract void setGuardInfo(java.util.Vector guardDomains,
java.lang.String guardName)
- Store the Guard domain and name info to use in order to instantiate/register Guard with the DS.
setAgentInfo
public abstract void setAgentInfo(java.util.Vector agentDomains,
java.lang.String agentName)
- Store the agent domain and name info to use in order to instantiate/register agent with the DS.
This method is a good place to instantiate agents.