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

All Known Implementing Classes:
ClientAccSessionState, ClientAuthSessionState, ServerAccSessionState, ServerAuthSessionState, ShSessionState

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 © 2008. All Rights Reserved.