org.jdiameter.client.api.fsm
Interface IStateMachine

All Superinterfaces:
StateMachine
All Known Subinterfaces:
IStateMachine
All Known Implementing Classes:
PeerFSMImpl, PeerFSMImpl

public interface IStateMachine
extends StateMachine

This interface extends StateMachine interface

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski

Method Summary
 double getQueueInfo()
          This method returns occupancy of event queue
 IStatistic getStatistic()
           
 void remStateChangeNotification(StateChangeListener listener)
           
 
Methods inherited from interface org.jdiameter.api.app.StateMachine
addStateChangeNotification, getState, handleEvent, removeStateChangeNotification
 

Method Detail

getQueueInfo

double getQueueInfo()
This method returns occupancy of event queue

Returns:
occupancy of event queue

remStateChangeNotification

void remStateChangeNotification(StateChangeListener listener)

getStatistic

IStatistic getStatistic()


Copyright © 2014. All Rights Reserved.