PRIVATE registry of (agent -to- LDMServesPlugin) mapping,
for Asset prototype serialization.
Asset deserialization can use the ClusterContext to figure out
the address of the agent being [de]serialized. Beyond that, an
Asset needs to deserialize its prototype and bind to the agent's
LDM. This class allows the Asset to find the appropriate
LDMServesPlugin.
See bug 1576 and bug 1659 for future refactoring
plans. This implementation is a temporary hack!
The only valid clients:
See Also: org.cougaar.planning.ldm.asset.Asset See Also: org.cougaar.planning.ldm.PlanningDomain |