public interface JamonDataPersister
Modifier and Type | Method and Description |
---|---|
MonitorComposite |
get(String instanceKey) |
String |
getInstance()
get this instance name.
|
Set<String> |
getInstances() |
void |
put()
Puts the default data (MonitorFactory.getRootMonitor()) in with the default key (For example 'local')
|
void |
put(String instanceKey)
Puts the default data (MonitorFactory.getRootMonitor()) in with the specified key (For example 'jetty-local')
|
void |
remove(String instanceKey)
Remove the monitoring data.
|
Set<String> getInstances()
String getInstance()
void put()
void put(String instanceKey)
MonitorComposite get(String instanceKey)
instanceKey
- identifier of jvm server instance being monitoredvoid remove(String instanceKey)
instanceKey
- Copyright © 2015. All rights reserved.