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 TcapLegTcapLegManager. createLeg(com.opencloud.slee.resources.cgin.TcapApplicationContext appContext, java.lang.String legName, com.opencloud.sentinel.ipsmgw.common.SasEndpointType endpointType)Immediately create a leg.TcapLegTcapLegManager. 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.TcapLegTcapLegManager. getLeg(com.opencloud.slee.resources.cgin.Dialog tcapDialog)Determine the leg associated with the specified session.TcapLegTcapLegManager. getLeg(java.lang.String legName)Return the TcapLeg with name legName.TcapLegTcapLegManager. getLeg(javax.slee.ActivityContextInterface aci)Determine the leg associated with the specified aci.TcapLegTcapLeg. getLinkedLeg()Return the leg linked to this leg.TcapLegTcapLegManager. importAsNewLeg(com.opencloud.slee.resources.cgin.Dialog tcapDialog, java.lang.String legName, com.opencloud.sentinel.ipsmgw.common.SasEndpointType endpointType)Immediately creates a new leg.TcapLegTcapLegManager. 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 voidTcapLegManager. detachFromLeg(TcapLeg leg)Immediately remove the Leg from the leg manager.com.opencloud.sentinel.sbb.SentinelActivityContextInterfaceTcapLegManager. getAciForLeg(TcapLeg leg)Get the ACI of the dialog associated with a leg.com.opencloud.slee.resources.cgin.DialogTcapLegManager. getDialogForLeg(TcapLeg leg)Get the dialog associated with a leg.voidTcapLeg. linkLeg(TcapLeg leg)Immediately link this leg to the leg provided as an argument.voidTcapLegManager. releaseLeg(TcapLeg leg)Immediately unlinks the leg if it is linked, clears any pending instructions and adds the releaseLeg instruction.
-