public interface ClientAccSessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
doAccAnswerEvent(ClientAccSession appSession,
AccountRequest request,
AccountAnswer answer)
Notifies this AccSessionEventListener that the ClientAccSesssion has recived AccAnswer message.
|
void |
doOtherEvent(AppSession appSession,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this AccSessionEventListener that the ClientAccSesssion has recived not account message.
|
void doAccAnswerEvent(ClientAccSession appSession, AccountRequest request, AccountAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
appSession - parent application session (FSM)request - accounting request objectanswer - accounting answer objectInternalException - The InternalException signals that internal error is occurred.IllegalDiameterStateException - The IllegalStateException signals that session has incorrect state (invalid).RouteException - The NoRouteException signals that no route exist for a given realm.OverloadException - The OverloadException signals that destination host is overloaded.void doOtherEvent(AppSession appSession, AppRequestEvent request, AppAnswerEvent answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
appSession - parent application session (FSM)request - request objectanswer - answer objectInternalException - The InternalException signals that internal error is occurred.IllegalDiameterStateException - The IllegalStateException signals that session has incorrect state (invalid).RouteException - The NoRouteException signals that no route exist for a given realm.OverloadException - The OverloadException signals that destination host is overloaded.Copyright © 2016. All Rights Reserved.