Uses of Class
com.opencloud.sentinel.multileg.InitialLegPhase
-
Packages that use InitialLegPhase Package Description com.opencloud.sentinel.multileg This package contains the interfaces required for leg management operations in the Sentinel services. -
-
Uses of InitialLegPhase in com.opencloud.sentinel.multileg
Methods in com.opencloud.sentinel.multileg that return InitialLegPhase Modifier and Type Method Description static InitialLegPhase
InitialLegPhase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InitialLegPhase[]
InitialLegPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.sentinel.multileg with parameters of type InitialLegPhase Modifier and Type Method Description Leg
LegManager. importAsNewLeg(javax.slee.ActivityContextInterface aci, java.lang.String legName, InitialLegPhase legPhase)
Immediately create a new leg in the indicated phase (CallSetup
orMidSession
).Leg
LegManager. importAsNewLeg(org.jainslee.resources.sip.SipSession session, java.lang.String legName, InitialLegPhase legPhase)
Immediately create a new leg in the indicated phase (CallSetup
orMidSession
).
-