Uses of Interface
com.opencloud.sentinel.ipsmgw.eventmanager.TcapLeg
-
Packages that use TcapLeg Package Description com.opencloud.sentinel.ipsmgw.eventmanager The feature visible interface to the TCAP leg manager. -
-
Uses of TcapLeg in com.opencloud.sentinel.ipsmgw.eventmanager
Methods in com.opencloud.sentinel.ipsmgw.eventmanager that return TcapLeg Modifier and Type Method Description TcapLeg
TcapLegManager. createLeg(com.opencloud.slee.resources.cgin.TcapApplicationContext appContext, java.lang.String legName, com.opencloud.sentinel.ipsmgw.common.SasEndpointType endpointType)
Immediately create a leg.TcapLeg
TcapLegManager. createLeg(com.opencloud.slee.resources.cgin.TcapApplicationContext appContext, java.lang.String legName, java.lang.String targetFeature, com.opencloud.sentinel.ipsmgw.common.SasEndpointType endpointType)
Immediately create a leg.TcapLeg
TcapLegManager. getLeg(com.opencloud.slee.resources.cgin.Dialog tcapDialog)
Determine the leg associated with the specified session.TcapLeg
TcapLegManager. getLeg(java.lang.String legName)
Return the TcapLeg with name legName.TcapLeg
TcapLegManager. getLeg(javax.slee.ActivityContextInterface aci)
Determine the leg associated with the specified aci.TcapLeg
TcapLeg. getLinkedLeg()
Return the leg linked to this leg.TcapLeg
TcapLegManager. importAsNewLeg(com.opencloud.slee.resources.cgin.Dialog tcapDialog, java.lang.String legName, com.opencloud.sentinel.ipsmgw.common.SasEndpointType endpointType)
Immediately creates a new leg.TcapLeg
TcapLegManager. importAsNewLeg(javax.slee.ActivityContextInterface aci, java.lang.String legName, com.opencloud.sentinel.ipsmgw.common.SasEndpointType endpointType)
Immediately create a new leg and a dialog.Methods in com.opencloud.sentinel.ipsmgw.eventmanager that return types with arguments of type TcapLeg Modifier and Type Method Description java.util.Collection<TcapLeg>
TcapLegManager. getLegs()
Return a Collection of legs for Leg Manager instance.Methods in com.opencloud.sentinel.ipsmgw.eventmanager with parameters of type TcapLeg Modifier and Type Method Description void
TcapLegManager. detachFromLeg(TcapLeg leg)
Immediately remove the Leg from the leg manager.com.opencloud.sentinel.sbb.SentinelActivityContextInterface
TcapLegManager. getAciForLeg(TcapLeg leg)
Get the ACI of the dialog associated with a leg.com.opencloud.slee.resources.cgin.Dialog
TcapLegManager. getDialogForLeg(TcapLeg leg)
Get the dialog associated with a leg.void
TcapLeg. linkLeg(TcapLeg leg)
Immediately link this leg to the leg provided as an argument.void
TcapLegManager. releaseLeg(TcapLeg leg)
Immediately unlinks the leg if it is linked, clears any pending instructions and adds the releaseLeg instruction.
-