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