org.mule.module.management.mbean
Class RouterStats

java.lang.Object
  extended by org.mule.module.management.mbean.RouterStats
All Implemented Interfaces:
RouterStatsMBean

public class RouterStats
extends Object
implements RouterStatsMBean

RouterStats TODO


Constructor Summary
RouterStats(RouterStatistics statistics)
           
 
Method Summary
 long getCaughtMessages()
           
 long getNotRouted()
           
 Map getRouted()
           
 long getTotalReceived()
           
 long getTotalRouted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouterStats

public RouterStats(RouterStatistics statistics)
Method Detail

getCaughtMessages

public long getCaughtMessages()
Specified by:
getCaughtMessages in interface RouterStatsMBean

getNotRouted

public long getNotRouted()
Specified by:
getNotRouted in interface RouterStatsMBean

getTotalReceived

public long getTotalReceived()
Specified by:
getTotalReceived in interface RouterStatsMBean

getTotalRouted

public long getTotalRouted()
Specified by:
getTotalRouted in interface RouterStatsMBean

getRouted

public Map getRouted()
Specified by:
getRouted in interface RouterStatsMBean


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.