Serialized Form


Package org.apache.avalon.excalibur.component.servlet

Class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet implements Serializable

Serialized Fields

m_referenceName

String m_referenceName
Deprecated. 

m_componentManager

ComponentManager m_componentManager
Deprecated. 

m_logger

Logger m_logger
Deprecated. 

m_instrumentableName

String m_instrumentableName
Deprecated. 
Instrumentable Name assigned to this Instrumentable


m_instrumentList

ArrayList m_instrumentList
Deprecated. 
Stores the instruments during initialization.


m_childList

ArrayList 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

CounterInstrument m_instrumentRequests
Deprecated. 
Counts the number of times the service is requested.


m_instrumentTime

ValueInstrument m_instrumentTime
Deprecated. 
Records the amount of time execute takes to be processed.

Class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet implements Serializable

Serialized Fields

m_referenceName

String m_referenceName

m_serviceManager

ServiceManager m_serviceManager

m_logger

Logger m_logger

m_instrumentableName

String m_instrumentableName
Instrumentable Name assigned to this Instrumentable


m_instrumentList

ArrayList m_instrumentList
Stores the instruments during initialization.


m_childList

ArrayList m_childList
Stores the child instrumentables during initialization.


m_registered

boolean m_registered
Flag which is to used to keep track of when the Instrumentable has been registered.


m_instrumentRequests

CounterInstrument m_instrumentRequests
Counts the number of times the service is requested.


m_instrumentTime

ValueInstrument m_instrumentTime
Records the amount of time execute takes to be processed.

Class org.apache.avalon.excalibur.component.servlet.ExcaliburComponentManagerServlet implements Serializable

Serialized Fields

m_componentManagerCreator

ExcaliburComponentManagerCreator m_componentManagerCreator

m_latch

ExcaliburComponentManagerServlet.Latch m_latch
Latch used to shutdown the ExcaliburComponentManagerCreator cleanly.


Package org.apache.avalon.excalibur.testcase

Class org.apache.avalon.excalibur.testcase.CascadingAssertionFailedError implements Serializable

Serialized Fields

m_throwable

Throwable m_throwable



Copyright © 2000-2002 Apache Jakarta Project. All Rights Reserved.