public interface ServerS6aSessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
doAuthenticationInformationRequestEvent(ServerS6aSession session,
JAuthenticationInformationRequest request) |
void |
doCancelLocationAnswerEvent(ServerS6aSession session,
JCancelLocationRequest request,
JCancelLocationAnswer answer) |
void |
doDeleteSubscriberDataAnswerEvent(ServerS6aSession session,
JDeleteSubscriberDataRequest request,
JDeleteSubscriberDataAnswer answer) |
void |
doInsertSubscriberDataAnswerEvent(ServerS6aSession session,
JInsertSubscriberDataRequest request,
JInsertSubscriberDataAnswer answer) |
void |
doNotifyRequestEvent(ServerS6aSession session,
JNotifyRequest request) |
void |
doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer) |
void |
doPurgeUERequestEvent(ServerS6aSession session,
JPurgeUERequest request) |
void |
doResetAnswerEvent(ServerS6aSession session,
JResetRequest request,
JResetAnswer answer) |
void |
doUpdateLocationRequestEvent(ServerS6aSession session,
JUpdateLocationRequest request) |
void doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doAuthenticationInformationRequestEvent(ServerS6aSession session, JAuthenticationInformationRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doPurgeUERequestEvent(ServerS6aSession session, JPurgeUERequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doUpdateLocationRequestEvent(ServerS6aSession session, JUpdateLocationRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doNotifyRequestEvent(ServerS6aSession session, JNotifyRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doCancelLocationAnswerEvent(ServerS6aSession session, JCancelLocationRequest request, JCancelLocationAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doInsertSubscriberDataAnswerEvent(ServerS6aSession session, JInsertSubscriberDataRequest request, JInsertSubscriberDataAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doDeleteSubscriberDataAnswerEvent(ServerS6aSession session, JDeleteSubscriberDataRequest request, JDeleteSubscriberDataAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doResetAnswerEvent(ServerS6aSession session, JResetRequest request, JResetAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
Copyright © 2016. All Rights Reserved.