org.jdiameter.common.api.app
Interface IAppSessionState<T>

All Known Implementing Classes:
ClientAccSessionState, ClientAuthSessionState, ClientCCASessionState, ClientRfSessionState, ClientRoSessionState, ServerAccSessionState, ServerAuthSessionState, ServerCCASessionState, ServerRfSessionState, ServerRoSessionState

public interface IAppSessionState<T>


Method Summary
 T fromInt(int val)
           
 int getValue()
           
 

Method Detail

getValue

int getValue()

fromInt

T fromInt(int val)
          throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException


Copyright © 2010. All Rights Reserved.