| |
|
| java.lang.Object de.mcs.jmeasurement.DefaultMonitor
DefaultMonitor | public class DefaultMonitor implements Monitor(Code) | | This is the default implementation of the monitor class. Here all measurement
will be done. This monitor is not thread safe. Threadsafty will be
implemented thru the monitorFactory and the MeasurePoint class
implementation.
author: w.klaas |
DefaultMonitor | public DefaultMonitor()(Code) | | This is the default constructor.
|
DefaultMonitor | public DefaultMonitor(MeasurePoint aPoint)(Code) | | This is the default constructor.
Parameters: aPoint - the measure point (for callback functions) |
DefaultMonitor | public DefaultMonitor(MeasurePoint aPoint, String aMonitorId)(Code) | | This is the default constructor.
Parameters: aPoint - the measure point (for callback functions) Parameters: aMonitorId - id of this monitor |
DefaultMonitor | public DefaultMonitor(String aMonitorId)(Code) | | This is the default constructor.
Parameters: aMonitorId - id of this monitor |
finalize | final protected void finalize() throws Throwable(Code) | | This methode will be called if the garbage collector will be remove this
object. So we can use the callback to add a death object if the monitor
is still runnning.
throws: Throwable - if something goes wrong See Also: java.lang.Object.finalize |
|
|
|