| Class and Description |
|---|
| CounterInstrumentListener
Objects which implement the CounterInstrumentListener interface can
register themselves with Instrument instances to receive updates when
it is incremented.
|
| DefaultInstrumentManager
The public interface to the DefaultInstrumentManager implementation.
|
| InstrumentableDescriptor
Describes a Instrumentable and acts as a Proxy to protect the original
Instrumentable.
|
| InstrumentDescriptor
Describes a Instrument and acts as a Proxy to protect the original
Instrument.
|
| InstrumentListener
Root interface for InstrumentListeners.
|
| InstrumentSampleDescriptor
Describes an InstrumentSample and acts as a Proxy to protect the original
InstrumentSample object.
|
| InstrumentSampleListener
Objects which implement the InstrumentSampleListener interface can register
themselves with InstrumentSample instances to receive updates on their value.
|
| InstrumentSampleSnapshot |
| NoSuchInstrumentableException
Thrown when a Instrumentable can not be found.
|
| NoSuchInstrumentException
Thrown when a Instrument can not be found.
|
| NoSuchInstrumentSampleException
Thrown when a InstrumentSample can not be found.
|
| ValueInstrumentListener
Objects which implement the InstrumentListener interface can register
themselves with Instrument instances to receive updates on the
Profile Point's value.
|