intarsys runtime library

Uses of Interface
de.intarsys.tools.monitor.ITrace

Packages that use ITrace
de.intarsys.tools.monitor   
 

Uses of ITrace in de.intarsys.tools.monitor
 

Classes in de.intarsys.tools.monitor that implement ITrace
 class AbstractMonitorTrace
          An abstract superclass to ease implementation of monitor trace objects.
 class CompositeMonitorTrace
          A monitor that composes any number of other monitors.
 class CounterMonitorTrace
          Access a counter object to take the sample.
 class MemberMonitorTrace
          Access a field or method member of a class to take the sample.
 class MemoryMonitorTrace
          A trace that records heap size samples (approximately)
 class MonitorTrace
          An abstract superclass to ease implementation of "leaf" monitor trace objects.
 class MultiTrace
          A simple ITrace implementation that can compose a collection of other ITrace instances.
 class TimeMonitorTrace
          A trace for taking time samples while executing.
 

Methods in de.intarsys.tools.monitor that return ITrace
 ITrace NullMonitor.attach()
           
 ITrace IMonitor.attach()
          Attach this IMonitor to the current Thread.
 ITrace AbstractMonitor.attach()
           
static ITrace Trace.get()
           
 ITrace NullMonitor.getCurrentTrace()
           
 ITrace IMonitor.getCurrentTrace()
          Return an ITrace that is currently under construction.
 ITrace AbstractMonitor.getCurrentTrace()
          The currently active IMonitorTrace for the running thread.
 

Methods in de.intarsys.tools.monitor that return types with arguments of type ITrace
 List<ITrace> IMonitor.getTraces()
          A list of ITrace instances.
 

Methods in de.intarsys.tools.monitor with parameters of type ITrace
static void Trace.registerTrace(ITrace pTrace)
           
 void MultiTrace.registerTrace(ITrace pTrace)
           
static void Trace.unregisterTrace(ITrace pTrace)
           
 void MultiTrace.unregisterTrace(ITrace pTrace)
           
 

Constructors in de.intarsys.tools.monitor with parameters of type ITrace
CompositeMonitorTrace(AbstractMonitor monitor, ITrace[] traces)
           
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.