org.jdiameter.client.api.fsm
Interface IStateMachine

All Superinterfaces:
org.jdiameter.api.app.StateMachine
All Known Subinterfaces:
IStateMachine
All Known Implementing Classes:
PeerFSMImpl, PeerFSMImpl

public interface IStateMachine
extends org.jdiameter.api.app.StateMachine

This interface extends StateMachine interface


Method Summary
 double getQueueInfo()
          This method returns occupancy of event queue
 void remStateChangeNotification(org.jdiameter.api.app.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(org.jdiameter.api.app.StateChangeListener listener)


Copyright © 2008. All Rights Reserved.