Package AMETAS.util.context

Communication context support.

See:
          Description

Interface Summary
AMETASContext Represents a context.
AMETASContextControl Determines the creation of new contexts.
AMETASRetrievePolicy Determines preferences on retrieving messages.
 

Class Summary
AMETASContextManager Context manager.
AMETASContextRetrievePolicy Determines preferences on retrieving messages.
AMETASMessageRetriever Retrieves messages from the mailbox.
AMETASSequentialContextProcessor Executes contexts sequentially.
AMETASStandardContext Provides a standard implementation for contexts.
 

Exception Summary
ContextException Exception which occurs when working with contexts.
ContextTerminatedException Raised when the context is irregularly terminated.
FinalizedContextException Raised when the context is in a final state, and another message has arrived for this context.
MessagePushbackException Raised when a context does not want to process the current message.
MessageRejectedException Raised when the current context does not accept a message.
UnknownContextException Raised when a context is unknown.
 

Package AMETAS.util.context Description

Communication context support.