public interface ClientS6aSessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
doAuthenticationInformationAnswerEvent(ClientS6aSession session,
JAuthenticationInformationRequest request,
JAuthenticationInformationAnswer answer) |
void |
doCancelLocationRequestEvent(ClientS6aSession session,
JCancelLocationRequest request) |
void |
doDeleteSubscriberDataRequestEvent(ClientS6aSession session,
JDeleteSubscriberDataRequest request) |
void |
doInsertSubscriberDataRequestEvent(ClientS6aSession session,
JInsertSubscriberDataRequest request) |
void |
doNotifyAnswerEvent(ClientS6aSession session,
JNotifyRequest request,
JNotifyAnswer answer) |
void |
doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer) |
void |
doPurgeUEAnswerEvent(ClientS6aSession session,
JPurgeUERequest request,
JPurgeUEAnswer answer) |
void |
doResetRequestEvent(ClientS6aSession session,
JResetRequest request) |
void |
doUpdateLocationAnswerEvent(ClientS6aSession session,
JUpdateLocationRequest request,
JUpdateLocationAnswer answer) |
void doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doCancelLocationRequestEvent(ClientS6aSession session, JCancelLocationRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doInsertSubscriberDataRequestEvent(ClientS6aSession session, JInsertSubscriberDataRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doDeleteSubscriberDataRequestEvent(ClientS6aSession session, JDeleteSubscriberDataRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doResetRequestEvent(ClientS6aSession session, JResetRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doAuthenticationInformationAnswerEvent(ClientS6aSession session, JAuthenticationInformationRequest request, JAuthenticationInformationAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doPurgeUEAnswerEvent(ClientS6aSession session, JPurgeUERequest request, JPurgeUEAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doUpdateLocationAnswerEvent(ClientS6aSession session, JUpdateLocationRequest request, JUpdateLocationAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doNotifyAnswerEvent(ClientS6aSession session, JNotifyRequest request, JNotifyAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
Copyright © 2016. All Rights Reserved.