Serialized Form


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

Class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

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.

Class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

m_referenceName

java.lang.String m_referenceName
Deprecated. 

m_serviceManager

org.apache.avalon.framework.service.ServiceManager m_serviceManager
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.

Class org.apache.avalon.excalibur.component.servlet.ExcaliburComponentManagerServlet extends javax.servlet.GenericServlet implements Serializable

Serialized Fields

m_componentManagerCreator

ExcaliburComponentManagerCreator m_componentManagerCreator
Deprecated. 

m_latch

org.apache.avalon.excalibur.component.servlet.ExcaliburComponentManagerServlet.Latch m_latch
Deprecated. 
Latch used to shutdown the ExcaliburComponentManagerCreator cleanly.



Copyright © 1997-2009 Apache Software Foundation. All Rights Reserved.