Uses of Class
org.jdiameter.common.api.app.sh.ShSessionState

Packages that use ShSessionState
org.jdiameter.client.impl.app.sh   
org.jdiameter.common.api.app.sh   
org.jdiameter.server.impl.app.sh   
 

Uses of ShSessionState in org.jdiameter.client.impl.app.sh
 

Fields in org.jdiameter.client.impl.app.sh declared as ShSessionState
protected  ShSessionState ShClientSessionImpl.state
           
 

Methods in org.jdiameter.client.impl.app.sh that return ShSessionState
protected  ShSessionState ShClientSessionImpl.doSNX(org.jdiameter.api.app.AppEvent answer)
           
 

Methods in org.jdiameter.client.impl.app.sh with parameters of type ShSessionState
protected  void ShClientSessionImpl.setState(ShSessionState newState)
           
protected  void ShClientSessionImpl.setState(ShSessionState newState, boolean release)
           
 

Uses of ShSessionState in org.jdiameter.common.api.app.sh
 

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

Uses of ShSessionState in org.jdiameter.server.impl.app.sh
 

Fields in org.jdiameter.server.impl.app.sh declared as ShSessionState
protected  ShSessionState ShServerSessionImpl.state
           
 

Methods in org.jdiameter.server.impl.app.sh that return ShSessionState
protected  ShSessionState ShServerSessionImpl.doSNX(org.jdiameter.api.app.AppEvent answer)
           
 

Methods in org.jdiameter.server.impl.app.sh with parameters of type ShSessionState
protected  void ShServerSessionImpl.setState(ShSessionState newState)
           
protected  void ShServerSessionImpl.setState(ShSessionState newState, boolean release)
           
 



Copyright © 2008. All Rights Reserved.