|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientGxSessionState | |
|---|---|
| org.jdiameter.client.impl.app.gx | |
| org.jdiameter.common.api.app.gx | |
| Uses of ClientGxSessionState in org.jdiameter.client.impl.app.gx |
|---|
| Fields in org.jdiameter.client.impl.app.gx declared as ClientGxSessionState | |
|---|---|
protected ClientGxSessionState |
ClientGxSessionDataLocalImpl.state
|
| Methods in org.jdiameter.client.impl.app.gx that return ClientGxSessionState | |
|---|---|
ClientGxSessionState |
IClientGxSessionData.getClientGxSessionState()
|
ClientGxSessionState |
ClientGxSessionDataLocalImpl.getClientGxSessionState()
|
| Methods in org.jdiameter.client.impl.app.gx with parameters of type ClientGxSessionState | |
|---|---|
void |
IClientGxSessionData.setClientGxSessionState(ClientGxSessionState state)
|
void |
ClientGxSessionDataLocalImpl.setClientGxSessionState(ClientGxSessionState state)
|
protected void |
ClientGxSessionImpl.setState(ClientGxSessionState newState)
|
protected void |
ClientGxSessionImpl.setState(ClientGxSessionState newState,
boolean release)
|
| Uses of ClientGxSessionState in org.jdiameter.common.api.app.gx |
|---|
| Methods in org.jdiameter.common.api.app.gx that return ClientGxSessionState | |
|---|---|
ClientGxSessionState |
ClientGxSessionState.fromInt(int v)
|
static ClientGxSessionState |
ClientGxSessionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ClientGxSessionState[] |
ClientGxSessionState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||