- decommission(Object) - Method in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
- DEFAULT_AMOUNT - Static variable in class org.apache.avalon.excalibur.component.DefaultComponentPoolController
-
Deprecated.
Default increase/decrease amount
- DEFAULT_MAX_POOL_SIZE - Static variable in class org.apache.avalon.excalibur.component.PoolableComponentHandler
-
Deprecated.
The default max size of the pool
- DEFAULT_NAME - Static variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
The ComponentSelector's name for logging purposes.
- DefaultComponentFactory - Class in org.apache.avalon.excalibur.component
-
Deprecated.
ECM is no longer supported
- DefaultComponentFactory(String, Class, Configuration, ComponentManager, Context, RoleManager, LogkitLoggerManager) - Constructor for class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
This constructor has been deprecated in favor of the version below which
handles instrumentation.
- DefaultComponentFactory(String, Class, Configuration, ComponentManager, Context, RoleManager, LogkitLoggerManager, InstrumentManager, String) - Constructor for class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
Construct a new component factory for the specified component.
- DefaultComponentHandler - Class in org.apache.avalon.excalibur.component
-
Deprecated.
ECM is no longer supported
- DefaultComponentHandler(String, Class, Configuration, ComponentManager, Context, RoleManager, LogkitLoggerManager) - Constructor for class org.apache.avalon.excalibur.component.DefaultComponentHandler
-
Deprecated.
Create a ComponentHandler that takes care of hiding the details of
whether a Component is ThreadSafe, Poolable, or SingleThreaded.
- DefaultComponentHandler(DefaultComponentFactory, Configuration) - Constructor for class org.apache.avalon.excalibur.component.DefaultComponentHandler
-
Deprecated.
Create a DefaultComponentHandler which manages a pool of Components
created by the specified factory object.
- DefaultComponentManager - Class in org.apache.avalon.excalibur.component
-
Deprecated.
Please use ExcaliburComponentManager instead
- DefaultComponentManager() - Constructor for class org.apache.avalon.excalibur.component.DefaultComponentManager
-
Deprecated.
- DefaultComponentManager(ClassLoader) - Constructor for class org.apache.avalon.excalibur.component.DefaultComponentManager
-
Deprecated.
Create the ComponentLocator with a Classloader
- DefaultComponentPool - Class in org.apache.avalon.excalibur.component
-
Deprecated.
DefaultComponentPool is no longer used by the PoolableComponentHandler.
- DefaultComponentPool(ObjectFactory) - Constructor for class org.apache.avalon.excalibur.component.DefaultComponentPool
-
Deprecated.
Initialize the Pool with an
ObjectFactory.
- DefaultComponentPool(ObjectFactory, PoolController, int, int) - Constructor for class org.apache.avalon.excalibur.component.DefaultComponentPool
-
Deprecated.
Initialized the Pool with an alternative management
infrastructure.
- DefaultComponentPoolController - Class in org.apache.avalon.excalibur.component
-
Deprecated.
DefaultComponentPool is no longer used by the PoolableComponentHandler.
- DefaultComponentPoolController() - Constructor for class org.apache.avalon.excalibur.component.DefaultComponentPoolController
-
Deprecated.
The default constructor.
- DefaultComponentPoolController(int) - Constructor for class org.apache.avalon.excalibur.component.DefaultComponentPoolController
-
Deprecated.
The alternate constructor.
- DefaultComponentSelector - Class in org.apache.avalon.excalibur.component
-
Deprecated.
use ExcaliburComponentSelector instead.
- DefaultComponentSelector() - Constructor for class org.apache.avalon.excalibur.component.DefaultComponentSelector
-
Deprecated.
Create the ComponentSelector
- DefaultComponentSelector(ClassLoader) - Constructor for class org.apache.avalon.excalibur.component.DefaultComponentSelector
-
Deprecated.
Create the ComponentSelector with a Classloader
- DefaultRoleManager - Class in org.apache.avalon.excalibur.component
-
Deprecated.
ECM is no longer supported
- DefaultRoleManager() - Constructor for class org.apache.avalon.excalibur.component.DefaultRoleManager
-
Deprecated.
Default constructor--this RoleManager has no parent.
- DefaultRoleManager(RoleManager) - Constructor for class org.apache.avalon.excalibur.component.DefaultRoleManager
-
Deprecated.
Alternate constructor--this RoleManager has the specified
parent.
- destroy() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
Called by the servlet container to indicate to a servlet that the servlet
is being taken out of service.
- destroy() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
Called by the servlet container to indicate to a servlet that the servlet
is being taken out of service.
- destroy() - Method in class org.apache.avalon.excalibur.component.servlet.ExcaliburComponentManagerServlet
-
Deprecated.
Called by the servlet container to destroy the servlet.
- dispose() - Method in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
- dispose() - Method in class org.apache.avalon.excalibur.component.DefaultComponentHandler
-
Deprecated.
Dispose of the ComponentHandler and any associated Pools and Factories.
- dispose() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
Properly dispose of the Child handlers.
- dispose() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Disposes the component manager creator along with the CompoentManager
and other managers which it was responsible for creating.
- dispose() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Properly dispose of all the ComponentHandlers.
- dispose() - Method in class org.apache.avalon.excalibur.component.PoolableComponentHandler
-
Deprecated.
Dispose of the ComponentHandler and any associated Pools and Factories.
- dispose() - Method in class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler
-
Deprecated.
Dispose of the ComponentHandler and any associated Pools and Factories.
- doGet() - Method in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
Concrete implementation of getting a component.
- doGet() - Method in class org.apache.avalon.excalibur.component.DefaultComponentHandler
-
Deprecated.
Get a reference of the desired Component
- doGet() - Method in class org.apache.avalon.excalibur.component.PoolableComponentHandler
-
Deprecated.
Get a reference of the desired Component
- doGet() - Method in class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler
-
Deprecated.
Get a reference of the desired Component
- doPut(Component) - Method in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
Concrete implementation of putting back a component.
- doPut(Component) - Method in class org.apache.avalon.excalibur.component.DefaultComponentHandler
-
Deprecated.
Return a reference of the desired Component
- doPut(Component) - Method in class org.apache.avalon.excalibur.component.PoolableComponentHandler
-
Deprecated.
Return a reference of the desired Component
- doPut(Component) - Method in class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler
-
Deprecated.
Return a reference of the desired Component
- get() - Method in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
Get an instance of the type of component handled by this handler.
- getAllInterfaces(Class, Set) - Method in class org.apache.avalon.excalibur.component.ComponentProxyGenerator
-
Deprecated.
- getChildInstrumentables() - Method in class org.apache.avalon.excalibur.component.AbstractDualLogEnabledInstrumentable
-
Deprecated.
Any Object which implements Instrumentable can also make use of other
Instrumentable child objects.
- getChildInstrumentables() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
Any Object which implements Instrumentable can also make use of other
Instrumentable child objects.
- getChildInstrumentables() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Any Object which implements Instrumentable can also make use of other
Instrumentable child objects.
- getChildInstrumentables() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
Any Object which implements Instrumentable can also make use of other
Instrumentable child objects.
- getChildInstrumentables() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
Any Object which implements Instrumentable can also make use of other
Instrumentable child objects.
- getCompatibleProxy(Object) - Method in class org.apache.avalon.excalibur.component.ComponentProxyGenerator
-
Deprecated.
Get the component wrapped in a proxy.
- getComponentHandler(Class, Configuration, ComponentManager, Context, RoleManager, LogkitLoggerManager) - Static method in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
This method has been deprecated in favor of the version below which
handles instrumentation.
- getComponentHandler(Class, Configuration, ComponentManager, Context, RoleManager, LogkitLoggerManager, InstrumentManager, String) - Static method in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
Looks up and returns a component handler for a given component class.
- getComponentHandler(String, Class, Configuration, ComponentManager, Context, RoleManager, LogkitLoggerManager) - Static method in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
This method has been deprecated in favor of the version below which
handles instrumentation.
- getComponentHandler(String, Class, Configuration, ComponentManager, Context, RoleManager, LogkitLoggerManager, InstrumentManager, String) - Static method in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
Looks up and returns a component handler for a given component class.
- getComponentHandler(Component) - Static method in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
- getComponentHandler(String, Class, Configuration, Context, RoleManager, LogkitLoggerManager) - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
Obtain a new ComponentHandler for the specified component.
- getComponentHandler(String, Class, Configuration, ComponentManager, Context, RoleManager, LogkitLoggerManager) - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Obtain a new ComponentHandler for the specified component.
- getComponentHandlers() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Makes the ComponentHandlers available to subclasses.
- getComponentManager() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
The ComponentManager interface has been deprecated.
Please use the getServiceManager method.
- getComponentManager() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
Returns the current ComponentManager.
- getCreatedClass() - Method in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
- getDefaultClassNameForHint(String, String) - Method in class org.apache.avalon.excalibur.component.DefaultRoleManager
-
Deprecated.
Retrieves a default class name for a role/hint combination.
- getDefaultClassNameForHint(String, String) - Method in interface org.apache.avalon.excalibur.component.RoleManager
-
Deprecated.
Get the default classname for a given hint type.
- getDefaultClassNameForRole(String) - Method in class org.apache.avalon.excalibur.component.DefaultRoleManager
-
Deprecated.
Retrieves the default class name for the specified role.
- getDefaultClassNameForRole(String) - Method in interface org.apache.avalon.excalibur.component.RoleManager
-
Deprecated.
Get the default classname for a given role.
- getDefaultLogger() - Method in class org.apache.avalon.excalibur.component.LogkitLoggerManager
-
Deprecated.
- getDefaultLogger() - Method in class org.apache.avalon.excalibur.component.servlet.LoggerManagerReferenceProxy
-
Deprecated.
Return the default Logger.
- getHierarchy() - Method in class org.apache.avalon.excalibur.component.Logger2LogKitManager
-
Deprecated.
- getInstrumentableName() - Method in class org.apache.avalon.excalibur.component.AbstractDualLogEnabledInstrumentable
-
Deprecated.
Gets the name of the Instrumentable.
- getInstrumentableName() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
Gets the name of the Instrumentable.
- getInstrumentableName() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Gets the name of the Instrumentable.
- getInstrumentableName() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
Gets the name of the Instrumentable.
- getInstrumentableName() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
Gets the name of the Instrumentable.
- getInstrumentManager() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Returns the configured InstrumentManager.
- getInstruments() - Method in class org.apache.avalon.excalibur.component.AbstractDualLogEnabledInstrumentable
-
Deprecated.
Obtain a reference to all the Instruments that the Instrumentable object
wishes to expose.
- getInstruments() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
Obtain a reference to all the Instruments that the Instrumentable object
wishes to expose.
- getInstruments() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Obtain a reference to all the Instruments that the Instrumentable object
wishes to expose.
- getInstruments() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
Obtain a reference to all the Instruments that the Instrumentable object
wishes to expose.
- getInstruments() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
Obtain a reference to all the Instruments that the Instrumentable object
wishes to expose.
- getLogger() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Returns the logger for internal use.
- getLogger(String) - Method in class org.apache.avalon.excalibur.component.Logger2LogKitManager
-
Deprecated.
- getLogger() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
Obtain a reference to the servlet's logger.
- getLogger() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
Obtain a reference to the servlet's logger.
- getLoggerForCategory(String) - Method in class org.apache.avalon.excalibur.component.LogkitLoggerManager
-
Deprecated.
- getLoggerForCategory(String) - Method in class org.apache.avalon.excalibur.component.servlet.LoggerManagerReferenceProxy
-
Deprecated.
Return the Logger for the specified category.
- getLoggerManager() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Returns the configured LoggerManager.
- getLogkitLogger() - Method in class org.apache.avalon.excalibur.component.AbstractDualLogEnabled
-
Deprecated.
- getLogKitLoggerForCategory(String) - Method in class org.apache.avalon.excalibur.component.LogkitLoggerManager
-
Deprecated.
- getLogKitManager() - Method in class org.apache.avalon.excalibur.component.LogkitLoggerManager
-
Deprecated.
- getName() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Return this selector's configuration name or a default name if no such
configuration was provided.
- getName() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractReferenceProxy
-
Deprecated.
Returns the name of the proxy.
- getProxy(String, Object) - Method in class org.apache.avalon.excalibur.component.ComponentProxyGenerator
-
Deprecated.
Get the Component wrapped in the proxy.
- getRoleForName(String) - Method in class org.apache.avalon.excalibur.component.DefaultRoleManager
-
Deprecated.
Retrieves the real role name from a shorthand name.
- getRoleForName(String) - Method in interface org.apache.avalon.excalibur.component.RoleManager
-
Deprecated.
Find Role name based on shorthand name.
- getServiceManager() - Method in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Returns the configured ServiceManager.
- getServiceManager() - Method in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
Returns the current ServiceManager.
- getStreamFromParameter(ServletConfig, String, boolean) - Method in class org.apache.avalon.excalibur.component.servlet.ExcaliburComponentManagerServlet
-
Deprecated.
Looks up a specified resource name and returns it as an InputStream.
- grow() - Method in class org.apache.avalon.excalibur.component.DefaultComponentPoolController
-
Deprecated.
Called when a Pool reaches it's minimum.
- m_amount - Variable in class org.apache.avalon.excalibur.component.DefaultComponentPoolController
-
Deprecated.
Used increase/decrease amount
- m_childList - Variable in class org.apache.avalon.excalibur.component.AbstractDualLogEnabledInstrumentable
-
Deprecated.
Stores the child instrumentables during initialization.
- m_childList - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
Stores the child instrumentables during initialization.
- m_childList - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
Stores the child instrumentables during initialization.
- m_classLoader - Variable in class org.apache.avalon.excalibur.component.ComponentProxyGenerator
-
Deprecated.
- m_classNames - Variable in class org.apache.avalon.excalibur.component.DefaultRoleManager
-
Deprecated.
Map for role to default classname mapping
- m_componentClass - Variable in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
The class which this ComponentFactory
should create.
- m_componentHandlers - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
Used to map roles to ComponentHandlers.
- m_componentHandlers - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Static component handlers.
- m_componentManager - Variable in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
The component manager for this component.
- m_componentManager - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Internal component manager.
- m_componentManager - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
The application context for components
- m_componentManager - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
- m_componentManager - Variable in class org.apache.avalon.excalibur.component.servlet.ComponentManagerReferenceProxy
-
Deprecated.
- m_componentManagerCreator - Variable in class org.apache.avalon.excalibur.component.servlet.ExcaliburComponentManagerServlet.Latch
-
Deprecated.
- m_componentManagerCreator - Variable in class org.apache.avalon.excalibur.component.servlet.ExcaliburComponentManagerServlet
-
Deprecated.
- m_componentMapping - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
Static component mapping handlers.
- m_componentMapping - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Dynamic component handlers mapping.
- m_componentProxies - Variable in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
Components created by this factory, and their associated ComponentLocator
proxies, if they are Composables.
- m_configuration - Variable in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
The configuration for this component.
- m_configuration - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Static configuraiton object.
- m_context - Variable in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
The Context for the component
- m_context - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
The application context for components
- m_context - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Context to create the ComponentManager with.
- m_context - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
The application context for components
- m_delagate - Variable in class org.apache.avalon.excalibur.component.ComponentProxyGenerator.ComponentInvocationHandler
-
Deprecated.
- m_disposed - Variable in class org.apache.avalon.excalibur.component.DefaultComponentHandler
-
Deprecated.
State management boolean stating whether the Handler is disposed or not
- m_disposed - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
Is the Manager disposed or not?
- m_disposed - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Flag for if this is disposed or not.
- m_disposed - Variable in class org.apache.avalon.excalibur.component.PoolableComponentHandler
-
Deprecated.
State management boolean stating whether the Handler is disposed or not
- m_disposed - Variable in class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler
-
Deprecated.
- m_factory - Variable in class org.apache.avalon.excalibur.component.DefaultComponentHandler
-
Deprecated.
The instance of the ComponentFactory that creates and disposes of the Component
- m_factory - Variable in class org.apache.avalon.excalibur.component.PoolableComponentHandler
-
Deprecated.
The instance of the ComponentFactory that creates and disposes of the Component
- m_factory - Variable in class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler
-
Deprecated.
- m_getsInstrument - Variable in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
Instrument used to profile the number of gets.
- m_hierarchy - Variable in class org.apache.avalon.excalibur.component.Logger2LogKitManager
-
Deprecated.
- m_hintClassNames - Variable in class org.apache.avalon.excalibur.component.DefaultRoleManager
-
Deprecated.
Map for role->hint to classname mapping
- m_initialized - Variable in class org.apache.avalon.excalibur.component.DefaultComponentHandler
-
Deprecated.
State management boolean stating whether the Handler is initialized or not
- m_initialized - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
Is the Manager initialized?
- m_initialized - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Flag for if this is initialized or not.
- m_initialized - Variable in class org.apache.avalon.excalibur.component.PoolableComponentHandler
-
Deprecated.
State management boolean stating whether the Handler is initialized or not
- m_initialized - Variable in class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler
-
Deprecated.
- m_instance - Variable in class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler
-
Deprecated.
- m_instrumentableName - Variable in class org.apache.avalon.excalibur.component.AbstractDualLogEnabledInstrumentable
-
Deprecated.
Name of the instrumentable.
- m_instrumentableName - Variable in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
Instrumentable Name assigned to objects created by this factory.
- m_instrumentableName - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
Instrumentable Name assigned to this Instrumentable
- m_instrumentableName - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Instrumentable Name assigned to this Instrumentable
- m_instrumentableName - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
Instrumentable Name assigned to this Instrumentable
- m_instrumentableName - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
Instrumentable Name assigned to this Instrumentable
- m_instrumentList - Variable in class org.apache.avalon.excalibur.component.AbstractDualLogEnabledInstrumentable
-
Deprecated.
Stores the instruments during initialization.
- m_instrumentList - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
Stores the instruments during initialization.
- m_instrumentList - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
Stores the instruments during initialization.
- m_instrumentManager - Variable in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
Instrument Manager to register objects created by this factory with
(may be null).
- m_instrumentManager - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
Instrument Manager being used by the Component Manager.
- m_instrumentManager - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Internal instrument manager.
- m_instrumentManager - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
Instrument Manager to register objects created by this selector with (May be null).
- m_instrumentManager - Variable in class org.apache.avalon.excalibur.component.servlet.InstrumentManagerReferenceProxy
-
Deprecated.
- m_instrumentRequests - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
Counts the number of times the service is requested.
- m_instrumentRequests - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
Counts the number of times the service is requested.
- m_instrumentTime - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
Records the amount of time execute takes to be processed.
- m_instrumentTime - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
Records the amount of time execute takes to be processed.
- m_latch - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractReferenceProxy
-
Deprecated.
AbstractReferenceProxyLatch which owns the proxy.
- m_latch - Variable in class org.apache.avalon.excalibur.component.servlet.ExcaliburComponentManagerServlet
-
Deprecated.
Latch used to shutdown the ExcaliburComponentManagerCreator cleanly.
- m_loader - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
The classloader used for this system.
- m_loader - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
The classloader used for this system.
- m_logger - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Internal logger set once the LoggerManager has been initialized.
- m_logger - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
- m_logger - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
- m_loggerManager - Variable in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
The LogkitLoggerManager for child ComponentSelectors
- m_loggerManager - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Internal logger manager.
- m_loggerManager - Variable in class org.apache.avalon.excalibur.component.Logger2LogKitManager
-
Deprecated.
- m_loggerManager - Variable in class org.apache.avalon.excalibur.component.LogkitLoggerManager
-
Deprecated.
- m_loggerManager - Variable in class org.apache.avalon.excalibur.component.servlet.LoggerManagerReferenceProxy
-
Deprecated.
- m_logkit - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
LogKitManager.
- m_logkit - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
The RoleManager to get hint shortcuts
- m_logkitLogger - Variable in class org.apache.avalon.excalibur.component.AbstractDualLogEnabled
-
Deprecated.
- m_logKitManager - Variable in class org.apache.avalon.excalibur.component.LogkitLoggerManager
-
Deprecated.
- m_name - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractReferenceProxy
-
Deprecated.
Name of the proxy.
- m_name - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractReferenceProxyLatch
-
Deprecated.
Name of the latch
- m_newComponentHandlers - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
added component handlers before initialization to maintain
the order of initialization
- m_parent - Variable in class org.apache.avalon.excalibur.component.DefaultRoleManager
-
Deprecated.
Parent RoleManager for nested resolution
- m_parentManager - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
The parent ComponentLocator
- m_pool - Variable in class org.apache.avalon.excalibur.component.PoolableComponentHandler
-
Deprecated.
The pool of components for Poolable Components
- m_primordialLogger - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Simple logger which can be used until the LoggerManager has been setup.
- m_proxyGenerator - Variable in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
- m_putsInstrument - Variable in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
Instrument used to profile the number of puts.
- m_referenceName - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
- m_referenceName - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
- m_references - Variable in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
- m_referenceSemaphore - Variable in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
- m_referencesInstrument - Variable in class org.apache.avalon.excalibur.component.ComponentHandler
-
Deprecated.
Instrument used to profile the number of outstanding references.
- m_registered - Variable in class org.apache.avalon.excalibur.component.AbstractDualLogEnabledInstrumentable
-
Deprecated.
Flag which is to used to keep track of when the Instrumentable has been registered.
- m_registered - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet
-
Deprecated.
Flag which is to used to keep track of when the Instrumentable has been registered.
- m_registered - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
Flag which is to used to keep track of when the Instrumentable has been registered.
- m_role - Variable in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
- m_roleManager - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Internal role manager.
- m_rolename - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
The role name for this instance
- m_roles - Variable in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
The RoleManager for child ComponentSelectors
- m_roles - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManager
-
Deprecated.
RoleInfos.
- m_roles - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
-
Deprecated.
The RoleManager to get hint shortcuts
- m_serviceManager - Variable in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
Deprecated.
The service manager for this component
- m_serviceManager - Variable in class org.apache.avalon.excalibur.component.ExcaliburComponentManagerCreator
-
Deprecated.
Internal service manager.
- m_serviceManager - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet
-
Deprecated.
- m_serviceManager - Variable in class org.apache.avalon.excalibur.component.servlet.ServiceManagerReferenceProxy
-
Deprecated.
- m_shorthands - Variable in class org.apache.avalon.excalibur.component.DefaultRoleManager
-
Deprecated.
Map for shorthand to role mapping
- m_triggerRequested - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractReferenceProxyLatch
-
Deprecated.
Flag that keeps track of when the trigger is requested.
- m_waitingProxies - Variable in class org.apache.avalon.excalibur.component.servlet.AbstractReferenceProxyLatch
-
Deprecated.
Number of registered proxies which have not yet been finalized.