|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerCCASessionListener
This interface defines the possible actions for the different states in the server Credit-Control Application state machine.
| Method Summary | |
|---|---|
void |
doCreditControlRequest(ServerCCASession session,
JCreditControlRequest request)
Notifies this ServerCCASessionListener that the ServerCCASession has received a CCR message. |
void |
doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ServerCCASessionListener that the ServerCCASession has received not CCA message, now it can be even RAA. |
void |
doReAuthAnswer(ServerCCASession session,
ReAuthRequest request,
ReAuthAnswer answer)
Notifies this ServerCCASessionListener that the ServerCCASession has received a RAA message. |
| Method Detail |
|---|
void doCreditControlRequest(ServerCCASession session,
JCreditControlRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
session - parent application session (FSM)request - request object
InternalException - 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 doReAuthAnswer(ServerCCASession session,
ReAuthRequest request,
ReAuthAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
session - parent application session (FSM)request - request objectanswer - answer object
InternalException - 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 session,
AppRequestEvent request,
AppAnswerEvent answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
session - parent application session (FSM)request - request objectanswer - answer object
InternalException - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||