Uses of Class
org.jivesoftware.smackx.jingleold.JingleSessionState
-
Uses of JingleSessionState in org.jivesoftware.smackx.jingleold
Modifier and TypeClassDescriptionclass
Jingle.class
Jingle.class
Jingle.class
Jingle.Modifier and TypeMethodDescriptionstatic JingleSessionState
JingleSessionState.getInstance()
Called when entering the state.static JingleSessionState
JingleSessionStateActive.getInstance()
A thread-safe means of getting the one instance of this class.static JingleSessionState
JingleSessionStateEnded.getInstance()
A thread-safe means of getting the one instance of this class.static JingleSessionState
JingleSessionStatePending.getInstance()
A thread-safe means of getting the one instance of this class.static JingleSessionState
JingleSessionStateUnknown.getInstance()
A thread-safe means of getting the one instance of this class.JingleSession.getSessionState()
Modifier and TypeMethodDescriptionvoid
JingleSession.setSessionState
(JingleSessionState stateIs) Validate the state changes.