org.jdiameter.common.api.app.rf
Interface IServerRfActionContext
- All Known Implementing Classes:
- RfSessionFactoryImpl
public interface IServerRfActionContext
Diameter Accounting Server Additional listener
Actions for FSM
- Author:
- Bartosz Baranowski , Alexandre Mendonca
sessionTimerStarted
void sessionTimerStarted(ServerRfSession appSession,
java.util.concurrent.ScheduledFuture timer)
throws InternalException
- Throws:
InternalException
sessionTimeoutElapses
void sessionTimeoutElapses(ServerRfSession appSession)
throws InternalException
- Throws:
InternalException
sessionTimerCanceled
void sessionTimerCanceled(ServerRfSession appSession,
java.util.concurrent.ScheduledFuture timer)
throws InternalException
- Throws:
InternalException
Copyright © 2014. All Rights Reserved.