|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mule.management.stats.RouterStatistics
RouterStatistics todo
| Field Summary | |
static int |
TYPE_INBOUND
|
static int |
TYPE_OUTBOUND
|
static int |
TYPE_RESPONSE
|
| Constructor Summary | |
RouterStatistics(int type)
The constructor |
|
| Method Summary | |
void |
clear()
|
long |
getCaughtMessages()
|
long |
getNotRouted()
|
Map |
getRouted()
|
long |
getRouted(String endpointName)
|
long |
getTotalReceived()
|
long |
getTotalRouted()
|
void |
incrementCaughtMessage()
Increment no routed message |
void |
incrementNoRoutedMessage()
Increment no routed message |
void |
incrementRoutedMessage(Collection endpoints)
Increment routed message for multiple endpoints |
void |
incrementRoutedMessage(UMOImmutableEndpoint endpoint)
Increment routed message for an endpoint |
boolean |
isEnabled()
Are statistics logged |
boolean |
isInbound()
|
void |
logSummary()
|
void |
logSummary(PrintWriter printer)
|
void |
setEnabled(boolean b)
Enable statistics logs (this is a dynamic parameter) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int TYPE_INBOUND
public static final int TYPE_OUTBOUND
public static final int TYPE_RESPONSE
| Constructor Detail |
public RouterStatistics(int type)
| Method Detail |
public void clear()
clear in interface StatisticsStatistics.clear()public boolean isEnabled()
Statistics
isEnabled in interface StatisticsStatistics.isEnabled()public void logSummary()
logSummary in interface Statisticspublic void logSummary(PrintWriter printer)
public void setEnabled(boolean b)
Statistics
setEnabled in interface StatisticsStatistics.setEnabled(boolean)public void incrementRoutedMessage(Collection endpoints)
endpoints - The endpoint collectionpublic void incrementRoutedMessage(UMOImmutableEndpoint endpoint)
endpoint - The endpointpublic void incrementNoRoutedMessage()
public void incrementCaughtMessage()
public final long getCaughtMessages()
public final long getNotRouted()
public final long getTotalReceived()
public final long getTotalRouted()
public final long getRouted(String endpointName)
public boolean isInbound()
public Map getRouted()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||