Package com.opencloud.sentinel.common
Interface RelayDialogSessionState
-
- All Superinterfaces:
NullSentinelSessionState
- All Known Subinterfaces:
SentinelSs7CommonSessionState
,SentinelSs7SessionState
public interface RelayDialogSessionState extends NullSentinelSessionState
For features that wish to define a specific destination sccp address for relaying the dialog
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
_initialCanRelayDialog
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getCanRelayDialog()
com.opencloud.slee.resources.cgin.SccpAddress
getRelayDestinationSccpAddress()
void
setCanRelayDialog(boolean canRelay)
void
setRelayDestinationSccpAddress(com.opencloud.slee.resources.cgin.SccpAddress responderAddress)
-
-
-
Field Detail
-
_initialCanRelayDialog
static final boolean _initialCanRelayDialog
- See Also:
- Constant Field Values
-
-
Method Detail
-
setRelayDestinationSccpAddress
void setRelayDestinationSccpAddress(com.opencloud.slee.resources.cgin.SccpAddress responderAddress)
-
getRelayDestinationSccpAddress
com.opencloud.slee.resources.cgin.SccpAddress getRelayDestinationSccpAddress()
-
setCanRelayDialog
@InitialValueField void setCanRelayDialog(boolean canRelay)
-
getCanRelayDialog
boolean getCanRelayDialog()
-
-