|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionState | |
|---|---|
| org.mobicents.protocols.smpp | Base smppapi functionality. |
| org.mobicents.protocols.smpp.event | Utility classes used by the smppapi. |
| Uses of SessionState in org.mobicents.protocols.smpp |
|---|
| Methods in org.mobicents.protocols.smpp that return SessionState | |
|---|---|
SessionState |
Session.getState()
|
static SessionState |
SessionState.valueOf(int value)
|
static SessionState |
SessionState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SessionState[] |
SessionState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of SessionState in org.mobicents.protocols.smpp.event |
|---|
| Methods in org.mobicents.protocols.smpp.event that return SessionState | |
|---|---|
SessionState |
ReceiverExitEvent.getState()
Get the state the Connection was in when termination occurred. |
SessionState |
ReceiverExceptionEvent.getState()
Get the state the connection was in when the exception was caught. |
| Constructors in org.mobicents.protocols.smpp.event with parameters of type SessionState | |
|---|---|
ReceiverExceptionEvent(Session source,
Throwable t,
SessionState state)
Create a new ReceiverExceptionEvent. |
|
ReceiverExitEvent(Session source,
Throwable t,
SessionState state)
Create a new ReceiverExitEvent. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||