org.javasimon.source
Class CachedMonitorSource.MonitorInformation
java.lang.Object
org.javasimon.source.CachedMonitorSource.MonitorInformation
- Enclosing class:
- CachedMonitorSource<L,M extends Simon,K>
private static class CachedMonitorSource.MonitorInformation
- extends Object
Monitor/location information.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
monitored
private final boolean monitored
name
private final String name
CachedMonitorSource.MonitorInformation
public CachedMonitorSource.MonitorInformation(boolean monitored,
Simon simon)
isMonitored
public boolean isMonitored()
getName
public String getName()
getMonitor
public Simon getMonitor(Manager manager)
Copyright © 2013. All Rights Reserved.