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

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

public interface IAppSessionState<T>

Author:
erick.svenson@yahoo.com, Bartosz Baranowski , Alexandre Mendonca

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