|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientCCASessionListener
ClientCCASessionListener.java
Super project: mobicents
3:47:53 PM Dec 2, 2008
| Method Summary | |
|---|---|
void |
doCreditControlAnswer(ClientCCASession session,
JCreditControlRequest request,
JCreditControlAnswer answer)
|
void |
doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ClientCCASessionListener that the ClientCCASession has recived not CCA message, usually some extension. |
void |
doReAuthRequest(ClientCCASession session,
ReAuthRequest request)
|
int |
getDefaultCCFHValue()
Provides with default value of CCFH avp - this is used when avp is not present or send operation fails for some reason CCFH is of type Enumarated - int32 |
int |
getDefaultDDFHValue()
Provides with default value of DDFH avp - this is used when avp is not present or send opoeration fails for some reason DDFH is of type Enumarated - int32 |
| Method Detail |
|---|
void doCreditControlAnswer(ClientCCASession session,
JCreditControlRequest request,
JCreditControlAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
InternalException
IllegalDiameterStateException
RouteException
OverloadException
void doReAuthRequest(ClientCCASession session,
ReAuthRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
InternalException
IllegalDiameterStateException
RouteException
OverloadException
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.int getDefaultDDFHValue()
int getDefaultCCFHValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||