| An instance of an LDMPlugin that reads a Cluster's startup policy
from an XML file.
This Plugin is invoked with zero or more parameters. Parameters should be
listed in pairs, the policy to be read in and the role to which it should
be propagated. The files are found using the cluster's ConfigFinder.
This plugin also handles LogisticsPolicies which are propagated to it.
Example from a sample cluster.ini file:
plugin=org.cougaar.logistics.plugin.policy.LogisticsPolicyManagerPlugin(POLICY=policy.ldm.xml,DESTINATION=Subordinate )
|