|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientS6aSession
| Method Summary | |
|---|---|
void |
sendAuthenticationInformationRequest(JAuthenticationInformationRequest request)
Send Authentication-Information-Request to server |
void |
sendCancelLocationAnswer(JCancelLocationAnswer answer)
Send Cancel-Location-Answer to server |
void |
sendDeleteSubscriberDataAnswer(JDeleteSubscriberDataAnswer answer)
Send Delete-Subscriber-Data-Answer to server |
void |
sendInsertSubscriberDataAnswer(JInsertSubscriberDataAnswer answer)
Send Insert-Subscriber-Data-Answer to server |
void |
sendNotifyRequest(JNotifyRequest request)
Send Notify-Request to server |
void |
sendPurgeUERequest(JPurgeUERequest request)
Send Purge-UE-Request to server |
void |
sendResetAnswer(JResetAnswer answer)
Send Reset-Answer to server |
void |
sendUpdateLocationRequest(JUpdateLocationRequest request)
Send Update-Location-Request to server |
| Methods inherited from interface org.jdiameter.api.app.AppSession |
|---|
getSessionAppId, getSessions, isStateless |
| Methods inherited from interface org.jdiameter.api.BaseSession |
|---|
getCreationTime, getLastAccessedTime, getSessionId, isAppSession, isReplicable, isValid, release |
| Methods inherited from interface org.jdiameter.api.app.StateMachine |
|---|
addStateChangeNotification, getState, handleEvent, removeStateChangeNotification |
| Method Detail |
|---|
void sendAuthenticationInformationRequest(JAuthenticationInformationRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
request - Authentication-Information-Request event instance
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 sendPurgeUERequest(JPurgeUERequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
request - Purge-UE-Request event instance
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 sendNotifyRequest(JNotifyRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
request - Notify-Request event instance
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 sendUpdateLocationRequest(JUpdateLocationRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
request - Update-Location-Request event instance
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 sendCancelLocationAnswer(JCancelLocationAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
answer - Cancel-Location-Answer event instance
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 sendInsertSubscriberDataAnswer(JInsertSubscriberDataAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
answer - Insert-Subscriber-Data-Answer event instance
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 sendDeleteSubscriberDataAnswer(JDeleteSubscriberDataAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
answer - Delete-Subscriber-Data-Answer event instance
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 sendResetAnswer(JResetAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
answer - Reset-Answer event instance
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 | |||||||||