Although the AgentManager can hold Components other than Agents,
the default BinderFactory will only actually accept Agents and
other Binders. If you want to load other sorts of components
into AgentManager, you'll need to supply a Binder which knows
how to bind your Component class.
cdToMa(ComponentDescription desc) Interpret an Agent-level ComponentDescription to
determine the agent name in the form of the MessageAddress of the agent.
Interpret an Agent-level ComponentDescription to
determine the agent name in the form of the MessageAddress of the agent.
May return null if uninterpretable.
return a map of MessageAddress to ComponentDescription which
describes the current set of agents.
The returned map is Unmodifiable and will be shared across multiple
invocations.