public class CompositeMonitor extends AbstractMonitor
| Constructor and Description |
|---|
CompositeMonitor() |
CompositeMonitor(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMonitor(IMonitor monitor) |
void |
configure(IElement element) |
IMonitor[] |
getChildren() |
Map |
getData()
A map containing key/value pairs representing all statistical
informations derived from the samples.
|
Map |
getFormattedData()
A map containing key/value pairs with string representations for the
statistical information from
getData. |
void |
reset()
Reset all information in this monitor.
|
String |
toString() |
attach, detach, getCollectAll, getCurrentTrace, getDefaultLevel, getLevel, getLogCycle, getLogger, getName, getTraces, setCollectAll, setDefaultLevel, setLevel, setLogCycle, setLogger, setName, start, stoppublic CompositeMonitor()
public CompositeMonitor(String name)
public void addMonitor(IMonitor monitor)
public void configure(IElement element) throws ConfigurationException
configure in interface IElementConfigurableconfigure in class AbstractMonitorConfigurationExceptionpublic IMonitor[] getChildren()
public Map getData()
IMonitorpublic Map getFormattedData()
IMonitorgetData.getData.public void reset()
IMonitorreset in interface IMonitorreset in class AbstractMonitorCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.