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

Method Summary
 void sessionTimeoutElapses(ServerRfSession appSession)
           
 void sessionTimerCanceled(ServerRfSession appSession, java.util.concurrent.ScheduledFuture timer)
           
 void sessionTimerStarted(ServerRfSession appSession, java.util.concurrent.ScheduledFuture timer)
           
 

Method Detail

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.