-
m_referenceName
java.lang.String m_referenceName
Deprecated.
-
m_componentManager
org.apache.avalon.framework.component.ComponentManager m_componentManager
Deprecated.
-
m_logger
org.apache.avalon.framework.logger.Logger m_logger
Deprecated.
-
m_instrumentableName
java.lang.String m_instrumentableName
Deprecated.
Instrumentable Name assigned to this Instrumentable
-
m_instrumentList
java.util.ArrayList<E> m_instrumentList
Deprecated.
Stores the instruments during initialization.
-
m_childList
java.util.ArrayList<E> m_childList
Deprecated.
Stores the child instrumentables during initialization.
-
m_registered
boolean m_registered
Deprecated.
Flag which is to used to keep track of when the Instrumentable has been registered.
-
m_instrumentRequests
org.apache.excalibur.instrument.CounterInstrument m_instrumentRequests
Deprecated.
Counts the number of times the service is requested.
-
m_instrumentTime
org.apache.excalibur.instrument.ValueInstrument m_instrumentTime
Deprecated.
Records the amount of time execute takes to be processed.