edu.uwf.kaos.coabsgrid.test.kgh
Class GridDriver

java.lang.Object
  extended by kaos.policy.enforcement.test.Driver
      extended by edu.uwf.kaos.coabsgrid.test.kgh.GridDriver

public class GridDriver
extends Driver

This class will be the one to create the dialog.


Field Summary
 
Fields inherited from class kaos.policy.enforcement.test.Driver
ad
 
Constructor Summary
GridDriver(KAoSAgentDirectoryServiceProxy dirProxy)
           
 
Method Summary
 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.
 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 kaos.policy.enforcement.test.Driver
displayPressed, okayPressed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridDriver

public GridDriver(KAoSAgentDirectoryServiceProxy dirProxy)
Method Detail

setGuardInfo

public void setGuardInfo(java.util.Vector guardDomains,
                         java.lang.String guardName)
Description copied from class: Driver
Store the Guard domain and name info to use in order to instantiate/register Guard with the DS.

Specified by:
setGuardInfo in class Driver

setAgentInfo

public void setAgentInfo(java.util.Vector agentDomains,
                         java.lang.String agentName)
Description copied from class: Driver
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.

Specified by:
setAgentInfo in class Driver