Uses of Class
com.opencloud.sentinel.multileg.LegsAlreadyLinkedException
-
Packages that use LegsAlreadyLinkedException Package Description com.opencloud.sentinel.ipsmgw.eventmanager The feature visible interface to the TCAP leg manager.com.opencloud.sentinel.multileg This package contains the interfaces required for leg management operations in the Sentinel SIP service. -
-
Uses of LegsAlreadyLinkedException in com.opencloud.sentinel.ipsmgw.eventmanager
Methods in com.opencloud.sentinel.ipsmgw.eventmanager that throw LegsAlreadyLinkedException Modifier and Type Method Description void
TcapLeg. linkLeg(TcapLeg leg)
Immediately link this leg to the leg provided as an argument. -
Uses of LegsAlreadyLinkedException in com.opencloud.sentinel.multileg
Methods in com.opencloud.sentinel.multileg that throw LegsAlreadyLinkedException Modifier and Type Method Description void
Leg. linkLeg(Leg leg)
Immediately link this leg to the leg provided as an argument.
-