intarsys runtime library

de.intarsys.tools.monitor
Class AbstractMonitorSample

java.lang.Object
  extended by de.intarsys.tools.monitor.AbstractMonitorSample
All Implemented Interfaces:
ISample
Direct Known Subclasses:
MonitorSample

public abstract class AbstractMonitorSample
extends Object
implements ISample

An abstract superclass to ease implementation of a sample object.


Constructor Summary
AbstractMonitorSample(AbstractMonitorTrace trace, String description)
           
 
Method Summary
 String getDescription()
          The description that is stored along with the sample.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.intarsys.tools.monitor.ISample
getValue
 

Constructor Detail

AbstractMonitorSample

public AbstractMonitorSample(AbstractMonitorTrace trace,
                             String description)
Method Detail

getDescription

public String getDescription()
Description copied from interface: ISample
The description that is stored along with the sample.

Specified by:
getDescription in interface ISample
Returns:
The description that is stored along with the sample.

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.