kaos.cougaar.clik.test
Class PseudoAgentEnforcerPlugin

java.lang.Object
  extended by ComponentPlugin
      extended by kaos.cougaar.clik.test.PseudoAgentEnforcerPlugin

public class PseudoAgentEnforcerPlugin
extends ComponentPlugin

The PseudoBinderPlugin registers two enforcers with the guard, one node-level and one agent-level. They register with type "pseudoNodeBinder" and "pseudoAgentBinder", respectively. The enforcers simply print policy messages to stdout when they receive them. This PlugIn is meant for purposes of testing and demonstration only.


Constructor Summary
PseudoAgentEnforcerPlugin()
           
 
Method Summary
 void execute()
           
 void setupSubscriptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PseudoAgentEnforcerPlugin

public PseudoAgentEnforcerPlugin()
Method Detail

setupSubscriptions

public void setupSubscriptions()

execute

public void execute()