net.sf.seide.core
Interface DispatcherStatistics

All Known Implementing Classes:
DispatcherImpl

@MXBean
public interface DispatcherStatistics

Dispatcher's internal statistics, under the hood it will use JMX to expose them.

Author:
german.kondolf

Method Summary
 int getStageCount()
           
 long getTotalEventExecutionsCount()
           
 

Method Detail

getStageCount

int getStageCount()
Returns:
# of stages defined in the given dispatcher.

getTotalEventExecutionsCount

long getTotalEventExecutionsCount()
Returns:
# of total executions since the Lifecycle.start() call.


Copyright © 2011. All Rights Reserved.