kaos.cougaar.clik.policyManager
Class DomainManagerPlugin

java.lang.Object
  extended by ComponentPlugin
      extended by kaos.cougaar.clik.policyManager.DomainManagerPlugin

public class DomainManagerPlugin
extends ComponentPlugin

The DomainManagerPlugin encapsulates the KAoS Domain Manager It requires one parameter: the name of the domain It receives registration messages from guards It blackboard.subscribes to ProposedPolicyMsgs, which it processes and distributes to guards It blackboard.publishes PolicyMsgs, GuardRegistrations, and AgentRegistrations


Constructor Summary
DomainManagerPlugin()
           
 
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

DomainManagerPlugin

public DomainManagerPlugin()
Method Detail

setupSubscriptions

public void setupSubscriptions()

execute

public void execute()