public interface SentinelSipMultiLegFeatureEndpoint extends SentinelChargingFeatureEndpoint
Modifier and Type | Method and Description |
---|---|
com.opencloud.sentinel.sbb.SentinelActivityContextInterface |
asSentinelActivityContextInterface(javax.slee.ActivityContextInterface activityContextInterface) |
void |
attach(javax.slee.ActivityContextInterface aci)
Attached an aci to the service SBB.
|
void |
detach(javax.slee.ActivityContextInterface aci)
Detach an aci from the service SBB.
|
void |
featureWaiting(javax.slee.ActivityContextInterface... acisForResponseEvent)
directive: notify the core that the feature is waiting for a response event before proceeding.
|
LegManager |
getLegManager() |
getChargingManager
doNotChargeSession, doNotMonitorSession
featureCannotStart, featureFailedToExecute, featureHasFinished, featureIssuedWarning, getConvergenceName
LegManager getLegManager()
void attach(javax.slee.ActivityContextInterface aci)
aci
- aci to attachvoid detach(javax.slee.ActivityContextInterface aci)
aci
- aci to detachvoid featureWaiting(javax.slee.ActivityContextInterface... acisForResponseEvent)
acisForResponseEvent
- One or more ActivityContextInterfaces for the activities that the feature will
receive response events on. Parameter is a vararg so multiple ActivityContextInterfaces
can be passed in either as an array, or as additional parameters.com.opencloud.sentinel.sbb.SentinelActivityContextInterface asSentinelActivityContextInterface(javax.slee.ActivityContextInterface activityContextInterface)
activityContextInterface
- ActivityContextInterface to return the SentinelActivityContextInterface for.Copyright © OpenCloud. All Rights Reserved.