Uses of Interface
org.jdiameter.api.app.AppSession

Packages that use AppSession
org.jdiameter.api   
org.jdiameter.api.acc   
org.jdiameter.api.auth   
org.jdiameter.api.cca   
org.jdiameter.api.cxdx   
org.jdiameter.api.sh   
 

Uses of AppSession in org.jdiameter.api
 

Methods in org.jdiameter.api with type parameters of type AppSession
<T extends AppSession>
T
SessionFactory.getNewAppSession(ApplicationId applicationId, java.lang.Class<? extends AppSession> userSession)
          Create new vendor specific application session Use this method for create specific application sessions Example: ClientShSession session = factory.getNewSession(appId, ClientShSession.class)
<T extends AppSession>
T
SessionFactory.getNewAppSession(java.lang.String sessionId, ApplicationId applicationId, java.lang.Class<? extends AppSession> userSession)
          Create new vendor specific application session with predefined sessionId, origination host/realm names.
 

Method parameters in org.jdiameter.api with type arguments of type AppSession
<T extends AppSession>
T
SessionFactory.getNewAppSession(ApplicationId applicationId, java.lang.Class<? extends AppSession> userSession)
          Create new vendor specific application session Use this method for create specific application sessions Example: ClientShSession session = factory.getNewSession(appId, ClientShSession.class)
<T extends AppSession>
T
SessionFactory.getNewAppSession(java.lang.String sessionId, ApplicationId applicationId, java.lang.Class<? extends AppSession> userSession)
          Create new vendor specific application session with predefined sessionId, origination host/realm names.
 

Uses of AppSession in org.jdiameter.api.acc
 

Subinterfaces of AppSession in org.jdiameter.api.acc
 interface ClientAccSession
          Basic class for accounting application specific session Listener must injection from constructor of implementation class
 interface ServerAccSession
          Basic class for server accounting application specific session.
 

Methods in org.jdiameter.api.acc with parameters of type AppSession
 void ServerAccSessionListener.doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer)
          Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived not authentication message.
 void ClientAccSessionListener.doOtherEvent(AppSession appSession, AppRequestEvent request, AppAnswerEvent answer)
          Notifies this AccSessionEventListener that the ClientAccSesssion has recived not account message.
 

Uses of AppSession in org.jdiameter.api.auth
 

Subinterfaces of AppSession in org.jdiameter.api.auth
 interface ClientAuthSession
          Basic class for authentication application specific session Listener must injection from constructor of implementation class
 interface ServerAuthSession
          Basic class for server authentication application specific session.
 

Methods in org.jdiameter.api.auth with parameters of type AppSession
 void ServerAuthSessionListener.doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer)
          Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived not authentication message.
 void ClientAuthSessionListener.doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer)
          Notifies this AuthSessionEventListener that the ClientAuthSesssion has recived not authentication message.
 

Uses of AppSession in org.jdiameter.api.cca
 

Subinterfaces of AppSession in org.jdiameter.api.cca
 interface ClientCCASession
          ClientCCASession.java
Super project: mobicents
3:47:35 PM Dec 2, 2008
 interface ServerCCASession
          ServerCCASession.java
Super project: mobicents
3:49:10 PM Dec 2, 2008
 

Methods in org.jdiameter.api.cca with parameters of type AppSession
 void ClientCCASessionListener.doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer)
          Notifies this ClientCCASessionListener that the ClientCCASession has recived not CCA message, usually some extension.
 void ServerCCASessionListener.doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer)
          Notifies this ServerCCASessionListener that the ServerCCASession has recived not CCA message, now it can be even RAA.
 

Uses of AppSession in org.jdiameter.api.cxdx
 

Subinterfaces of AppSession in org.jdiameter.api.cxdx
 interface ClientCxDxSession
          Start time:13:23:06 2009-08-17
Project: diameter-parent
 interface ServerCxDxSession
          Start time:13:23:41 2009-08-17
Project: diameter-parent
 

Methods in org.jdiameter.api.cxdx with parameters of type AppSession
 void ClientCxDxSessionListener.doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer)
          Notifies this ClientCxDxSessionListener that the ClientCxDxSession has recived not CxDx message, usually some extension.
 void ServerCxDxSessionListener.doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer)
          Notifies this ClientCxDxSessionListener that the ClientCxDxSession has recived not CxDx message, usually some extension.
 

Uses of AppSession in org.jdiameter.api.sh
 

Subinterfaces of AppSession in org.jdiameter.api.sh
 interface ClientShSession
           
 interface ServerShSession
           
 

Methods in org.jdiameter.api.sh with parameters of type AppSession
 void ServerShSessionListener.doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer)
          Notifies this ShSessionEventListener that the ServerShSession has recived not Sh message.
 void ClientShSessionListener.doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer)
          Notifies this ShSessionEventListener that the ClientShSession has recived not Sh message.
 



Copyright © 2010. All Rights Reserved.