|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.management.stats.AllStatistics
public class AllStatistics
AllStatistics
TODO
Constructor Summary | |
---|---|
AllStatistics()
|
Method Summary | |
---|---|
void |
add(FlowConstructStatistics stat)
|
void |
clear()
|
FlowConstructStatistics |
getApplicationStatistics()
|
Collection<FlowConstructStatistics> |
getComponentStatistics()
Deprecated. use #getServiceStatistics |
Collection<FlowConstructStatistics> |
getServiceStatistics()
|
long |
getStartTime()
|
boolean |
isEnabled()
Are statistics logged |
void |
logSummary()
|
void |
logSummary(PrintWriter printer)
|
void |
remove(FlowConstructStatistics stat)
|
void |
setEnabled(boolean b)
Enable statistics logs (this is a dynamic parameter) |
void |
setStartTime(long startTime)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllStatistics()
Method Detail |
---|
public void logSummary()
public void logSummary(PrintWriter printer)
public void clear()
public boolean isEnabled()
public void setEnabled(boolean b)
public long getStartTime()
public void setStartTime(long startTime)
public void add(FlowConstructStatistics stat)
public void remove(FlowConstructStatistics stat)
@Deprecated public Collection<FlowConstructStatistics> getComponentStatistics()
public Collection<FlowConstructStatistics> getServiceStatistics()
public FlowConstructStatistics getApplicationStatistics()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |