Uses of Class
org.jdiameter.common.api.app.cca.ServerCCASessionState

Packages that use ServerCCASessionState
org.jdiameter.common.api.app.cca   
org.jdiameter.server.impl.app.cca   
 

Uses of ServerCCASessionState in org.jdiameter.common.api.app.cca
 

Methods in org.jdiameter.common.api.app.cca that return ServerCCASessionState
 ServerCCASessionState ServerCCASessionState.fromInt(int v)
           
static ServerCCASessionState ServerCCASessionState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServerCCASessionState[] ServerCCASessionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ServerCCASessionState in org.jdiameter.server.impl.app.cca
 

Fields in org.jdiameter.server.impl.app.cca declared as ServerCCASessionState
protected  ServerCCASessionState ServerCCASessionImpl.state
           
 

Methods in org.jdiameter.server.impl.app.cca with parameters of type ServerCCASessionState
protected  void ServerCCASessionImpl.setState(ServerCCASessionState newState)
           
protected  void ServerCCASessionImpl.setState(ServerCCASessionState newState, boolean release)
           
 



Copyright © 2010. All Rights Reserved.