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

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

Uses of AppRequestEvent in org.jdiameter.api.acc
 

Methods in org.jdiameter.api.acc with parameters of type AppRequestEvent
 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 AppRequestEvent in org.jdiameter.api.acc.events
 

Subinterfaces of AppRequestEvent in org.jdiameter.api.acc.events
 interface AccountRequest
          A Account Request is a request from a client to a server
 

Uses of AppRequestEvent in org.jdiameter.api.auth
 

Methods in org.jdiameter.api.auth with parameters of type AppRequestEvent
 void ClientAuthSessionListener.doAuthAnswerEvent(ClientAuthSession session, AppRequestEvent request, AppAnswerEvent answer)
          Notifies this AuthSessionEventListener that the ClientAuthSesssion has recived AuthAnswer message.
 void ServerAuthSessionListener.doAuthRequestEvent(ServerAuthSession session, AppRequestEvent request)
          Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived AuthRequest message.
 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.
 void ClientAuthSession.sendAuthRequest(AppRequestEvent request)
          Send authentication session request to server
 

Uses of AppRequestEvent in org.jdiameter.api.auth.events
 

Subinterfaces of AppRequestEvent in org.jdiameter.api.auth.events
 interface AbortSessionRequest
          A Abort Session Request is a request from a client to a server
 interface ReAuthRequest
          A ReAuthentication Request is a request from a client to a server
 interface SessionTermRequest
          A Session Termination Request is a request from a client to a server
 

Uses of AppRequestEvent in org.jdiameter.api.cca
 

Methods in org.jdiameter.api.cca with parameters of type AppRequestEvent
 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.
 void ClientCCASessionListener.doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer)
          Notifies this ClientCCASessionListener that the ClientCCASession has recived not CCA message, usually some extension.
 

Uses of AppRequestEvent in org.jdiameter.api.cca.events
 

Subinterfaces of AppRequestEvent in org.jdiameter.api.cca.events
 interface JCreditControlRequest
          JCreditControlRequest.java
Super project: mobicents
3:46:49 PM Dec 2, 2008
 

Uses of AppRequestEvent in org.jdiameter.api.cxdx
 

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

Uses of AppRequestEvent in org.jdiameter.api.cxdx.events
 

Subinterfaces of AppRequestEvent in org.jdiameter.api.cxdx.events
 interface JLocationInfoRequest
          Start time:13:45:50 2009-08-17
Project: diameter-parent
 interface JMultimediaAuthRequest
          Start time:13:45:50 2009-08-17
Project: diameter-parent
 interface JPushProfileRequest
          Start time:13:45:50 2009-08-17
Project: diameter-parent
 interface JRegistrationTerminationRequest
          Start time:13:45:50 2009-08-17
Project: diameter-parent
 interface JServerAssignmentRequest
          Start time:13:45:50 2009-08-17
Project: diameter-parent
 interface JUserAuthorizationRequest
          Start time:13:45:50 2009-08-17
Project: diameter-parent
 

Uses of AppRequestEvent in org.jdiameter.api.sh
 

Methods in org.jdiameter.api.sh with parameters of type AppRequestEvent
 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.
 

Uses of AppRequestEvent in org.jdiameter.api.sh.events
 

Subinterfaces of AppRequestEvent in org.jdiameter.api.sh.events
 interface ProfileUpdateRequest
           
 interface PushNotificationRequest
           
 interface SubscribeNotificationsRequest
           
 interface UserDataRequest
           
 



Copyright © 2010. All Rights Reserved.