|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerS6aSession
| Method Summary | |
|---|---|
void |
sendAuthenticationInformationAnswer(JAuthenticationInformationAnswer answer)
Send Authentication-Information-Answer to client |
void |
sendCancelLocationRequest(JCancelLocationRequest request)
Send Cancel-Location-Request to client |
void |
sendDeleteSubscriberDataRequest(JDeleteSubscriberDataRequest request)
Send Delete-Subscriber-Data-Request to client |
void |
sendInsertSubscriberDataRequest(JInsertSubscriberDataRequest request)
Send Insert-Subscriber-Data-Request to client |
void |
sendNotifyAnswer(JNotifyAnswer answer)
Send Notify-Answer to client |
void |
sendPurgeUEAnswer(JPurgeUEAnswer answer)
Send Purge-UE-Answer to client |
void |
sendResetRequest(JResetRequest request)
Send Reset-Request to client |
void |
sendUpdateLocationAnswer(JUpdateLocationAnswer answer)
Send Update-Location-Answer to client |
| 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 sendCancelLocationRequest(JCancelLocationRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
request - Cancel-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 sendInsertSubscriberDataRequest(JInsertSubscriberDataRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
request - Insert-Subscriber-Data-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 sendDeleteSubscriberDataRequest(JDeleteSubscriberDataRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
request - Delete-Subscriber-Data-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 sendResetRequest(JResetRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
request - Reset-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 sendAuthenticationInformationAnswer(JAuthenticationInformationAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
answer - Authentication-Information-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 sendPurgeUEAnswer(JPurgeUEAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
answer - Purge-UE-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 sendNotifyAnswer(JNotifyAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
answer - Notify-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 sendUpdateLocationAnswer(JUpdateLocationAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
answer - Update-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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||