Uses of Class
com.opencloud.sentinel.common.SentinelFireEventException
-
Packages that use SentinelFireEventException Package Description com.opencloud.sentinel.endpoint The API for Sentinel endpoints. -
-
Uses of SentinelFireEventException in com.opencloud.sentinel.endpoint
Methods in com.opencloud.sentinel.endpoint that throw SentinelFireEventException Modifier and Type Method Description void
SentinelEndpoint. 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.void
SentinelEndpoint. 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.
-