public class AllStatistics extends Object
AllStatistics
TODOConstructor and Description |
---|
AllStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
add(ServiceStatistics stat) |
void |
clear() |
Collection |
getComponentStatistics() |
long |
getStartTime() |
boolean |
isEnabled()
Are statistics logged
|
void |
logSummary() |
void |
logSummary(PrintWriter printer) |
void |
remove(ServiceStatistics stat) |
void |
setEnabled(boolean b)
Enable statistics logs (this is a dynamic parameter)
|
void |
setStartTime(long startTime) |
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(ServiceStatistics stat)
public void remove(ServiceStatistics stat)
public Collection getComponentStatistics()
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.