org.javasimon.source
Class CachedMonitorSource.MonitorInformation

java.lang.Object
  extended by org.javasimon.source.CachedMonitorSource.MonitorInformation
Enclosing class:
CachedMonitorSource<L,M extends Simon,K>

private static class CachedMonitorSource.MonitorInformation
extends Object

Monitor/location information.


Field Summary
private  boolean monitored
           
private  String name
           
 
Constructor Summary
CachedMonitorSource.MonitorInformation(boolean monitored, Simon simon)
           
 
Method Summary
 Simon getMonitor(Manager manager)
           
 String getName()
           
 boolean isMonitored()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

monitored

private final boolean monitored

name

private final String name
Constructor Detail

CachedMonitorSource.MonitorInformation

public CachedMonitorSource.MonitorInformation(boolean monitored,
                                              Simon simon)
Method Detail

isMonitored

public boolean isMonitored()

getName

public String getName()

getMonitor

public Simon getMonitor(Manager manager)


Copyright © 2013. All Rights Reserved.