Package springs.context

A context where Spring agents live.

See:
          Description

Interface Summary
ContextInterfaceForAgents The interface for a proxy to a context.
ContextManager An interface for a context manager.
 

Class Summary
AgentInfo Information stored in a context about an agent.
AgentInfos Information stored in a context about its agents.
Context A context.
Context_RMIImpl Note: While the initial RMI specifications clearly defined the client's programming model, they left considerable leeway about the server side.
ContextAddress A context address.
ContextLauncher A class that launches a context.
ContextManager_RMIImpl An implementation of a ContextManager using RMI.
ContextManagerStatistics A class that stores statistics collected by a ContextManager.
RetryingAgentCreation  
RetryingRemoteReferenceUpdate  
 

Exception Summary
ContextException An exception that indicates an error handling a context.
ContextStartingException An exception that indicates that context cannot be started.
ContextStoppingException An exception that indicates that context cannot be stopped.
CreationException An exception that indicates that an agent cannot be created.
RemovalException An exception that indicates that an agent cannot be removed.
 

Package springs.context Description

A context where Spring agents live.