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


Method Summary
 double getQueueInfo()
          This method returns occupancy of event queue
 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)


Copyright © 2010. All Rights Reserved.