See: Description
Class | Description |
---|---|
CS1ActivateServiceFilteringRequestEvent |
Used as SLEE invoke event class by
CS1Operations.activateServiceFiltering . |
CS1ActivateServiceFilteringResultEvent |
Used as SLEE result event class by
CS1Operations.activateServiceFiltering . |
CS1CollectInformationRequestEvent |
Used as SLEE invoke event class by
CS1Operations.collectInformation . |
CS1EventNotificationChargingRequestEvent |
Used as SLEE invoke event class by
CS1Operations.eventNotificationCharging . |
CS1InitiateCallAttemptRequestEvent |
Used as SLEE invoke event class by
CS1Operations.initiateCallAttempt . |
CS1RequestNotificationChargingEventRequestEvent |
Used as SLEE invoke event class by
CS1Operations.requestNotificationChargingEvent . |
CS1ServiceFilteringResponseRequestEvent |
Used as SLEE invoke event class by
CS1Operations.serviceFilteringResponse . |
This package follows the CGIN conventions for event wrapper classes.
Operation requests are fired using an instance of CS1{OperationName}RequestEvent
,
and where present operation result events are fired using an instance of CS1{OperationName}ResultEvent
.
The ETSI INAP CS1 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.
Most operations in the CS1 API inherit parent operations from the callcontrol API. In those cases, the operations reuse the event types defined in the callcontrol API.
For new operations defined in the CS1 API, each operation request (and, where present, result) has a unique event type. The event types follow the form com.opencloud.slee.resources.cgin.etsi_inap_cs1.operationName (for operation requests) or com.opencloud.slee.resources.cgin.etsi_inap_cs1.operationNameResult (for operation results).
See the CGIN overview and the CS1 metadata javadoc for further information on the exact event types used.