kaos.cougaar.clik.policyManager
Class SavedDeclaredInstance
java.lang.Object
kaos.cougaar.clik.policyManager.SavedDeclaredInstance
- All Implemented Interfaces:
- java.io.Serializable
public class SavedDeclaredInstance
- extends java.lang.Object
- implements java.io.Serializable
A tiny class representing a declareInstance call to the directory
services. This class is used to save the existence of a
declareInstance call on the blackboard so that the directory
service can be correctly rehydrated later.
One might expect that such a tiny class would be a private class
in the DomainManagerPlugin. This is not done because the
Serilizable requirement is awkward.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_instanceName
public java.lang.String _instanceName
_className
public java.lang.String _className
SavedDeclaredInstance
public SavedDeclaredInstance(java.lang.String instanceName,
java.lang.String className)