public interface SentinelEndpoint
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROCESS_BY_EVENT_MANAGER
a 'target feature' that is used when Events should be routed via Session Manangement to registered Event Managers.
|
Modifier and Type | Method and Description |
---|---|
void |
processEvent(java.lang.String targetFeature,
java.lang.Object event,
boolean initialEvent,
javax.slee.ActivityContextInterface aci,
javax.slee.EventContext eventContext)
Request delivery of an extension event from the event handler SBB Part to the Sentinel session management.
|
void |
processEvent(java.lang.String targetFeature,
java.lang.Object event,
boolean initialEvent,
boolean useEventObject,
javax.slee.ActivityContextInterface aci,
javax.slee.EventContext eventContext)
Request delivery of an extension event from the event handler SBB Part to the Sentinel session management.
|
static final java.lang.String PROCESS_BY_EVENT_MANAGER
void processEvent(java.lang.String targetFeature, java.lang.Object event, boolean initialEvent, javax.slee.ActivityContextInterface aci, javax.slee.EventContext eventContext) throws SentinelFireEventException
targetFeature
- the name of the feature to receive the eventevent
- the event to deliverinitialEvent
- true, if this is an initial eventaci
- the aci the event was received ineventContext
- the slee event context of the eventjava.lang.NullPointerException
- event argument is nulljava.lang.IllegalArgumentException
- target feature instance does not existSentinelFireEventException
- Sentinel could not accept the event for processingvoid processEvent(java.lang.String targetFeature, java.lang.Object event, boolean initialEvent, boolean useEventObject, javax.slee.ActivityContextInterface aci, javax.slee.EventContext eventContext) throws SentinelFireEventException
targetFeature
- the name of the feature to receive the eventevent
- the event to deliverinitialEvent
- true, if this is an initial eventuseEventObject
- true, if the event object can be used by session management, false, if the event object should be accessed via the event contextaci
- the aci the event was received ineventContext
- the slee event context of the eventjava.lang.NullPointerException
- event argument is nulljava.lang.IllegalArgumentException
- target feature instance does not existSentinelFireEventException
- Sentinel could not accept the event for processingCopyright © OpenCloud. All Rights Reserved.