|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.management.stats.RouterStatistics
public class RouterStatistics
RouterStatistics
TODO
Field Summary | |
---|---|
static int |
TYPE_BINDING
|
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 targets |
void |
incrementRoutedMessage(Object endpoint)
Increment routed message for an endpoint |
boolean |
isEnabled()
Are statistics logged |
boolean |
isInbound()
|
void |
logSummary()
|
void |
logSummary(PrintWriter printer)
|
void |
setEnabled(boolean b)
|
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
public static final int TYPE_BINDING
Constructor Detail |
---|
public RouterStatistics(int type)
Method Detail |
---|
public void clear()
public boolean isEnabled()
Statistics
isEnabled
in interface Statistics
Statistics.isEnabled()
public void logSummary()
public void logSummary(PrintWriter printer)
public void setEnabled(boolean b)
public void incrementRoutedMessage(Collection endpoints)
endpoints
- The endpoint collectionpublic void incrementRoutedMessage(Object 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 |