public interface IClientAccActionContext
| Modifier and Type | Method and Description |
|---|---|
void |
disconnectUserOrDev(ClientAccSession appSession,
Request sessionTermRequest)
Filling nested avp into STR
|
boolean |
failedSendRecord(ClientAccSession appSession,
Request accRequest)
Call back for failed_send_record event
|
void |
interimIntervalElapses(ClientAccSession appSession,
Request interimRequest)
Filling nested avp into interim message
|
void interimIntervalElapses(ClientAccSession appSession, Request interimRequest) throws InternalException
interimRequest - instance of interim message which will be sent to serverInternalExceptionboolean failedSendRecord(ClientAccSession appSession, Request accRequest) throws InternalException
accRequest - accounting request recordInternalExceptionvoid disconnectUserOrDev(ClientAccSession appSession, Request sessionTermRequest) throws InternalException
sessionTermRequest - instance of STR which will be sent to serverInternalExceptionCopyright © 2016. All Rights Reserved.