Package com.opencloud.slee.resources.cgin.map.events

Provides event wrapper classes for the MAP protocol.

Event Wrappers

This package follows the CGIN conventions for event wrapper classes. Operation requests are fired using an instance of MAP{OperationName}RequestEvent, and where present operation result events are fired using an instance of MAP{OperationName}ResultEvent.

Event Types

The MAP API uses the standard CGIN event types for dialog-level operations (open, close, abort). It also uses the standard CGIN event types for ComponentRejected and OperationError. All operation errors are fired with a single standard event type.

Each operation request or result has a corresponding event type. Later versions of operations in the MAP API have earlier versions as their parents, all sharing the same event types. The event types follow the form com.opencloud.slee.resources.cgin.map.operationName (for operation requests) or com.opencloud.slee.resources.cgin.map.operationNameResult (for operation results).

Further information

See the CGIN overview and the MAP metadata javadoc for further information on the exact event types used.