Uses of Interface
org.apache.avalon.framework.context.Context

Packages that use Context
org.apache.avalon.cornerstone.blocks.datasources Default implementation of a datasource manager. 
org.apache.avalon.cornerstone.blocks.masterstore Default implementation of a sockets manager. 
org.apache.avalon.cornerstone.blocks.masterstore.xml XML file persistence repository. 
org.apache.avalon.cornerstone.blocks.sockets Default implementation of a sockets manager. 
org.apache.avalon.cornerstone.services.connection Defintion of the connection service. 
org.apache.avalon.excalibur.component Extended component management services. 
org.apache.avalon.excalibur.logger   
org.apache.avalon.excalibur.logger.decorator   
org.apache.avalon.excalibur.logger.factory   
org.apache.avalon.excalibur.logger.log4j   
org.apache.avalon.excalibur.logger.logkit   
org.apache.avalon.excalibur.logger.util   
org.apache.avalon.excalibur.testcase Excalibur testcase utilities. 
org.apache.avalon.fortress.examples.extended.extensions   
org.apache.avalon.fortress.impl The fortress.impl package contains the containment abstraction of the Fortress system  
org.apache.avalon.fortress.impl.extensions   
org.apache.avalon.fortress.impl.handler The handler package includes the lifestyle support systems. 
org.apache.avalon.fortress.testcase   
org.apache.avalon.fortress.util The util package includes general unities supporting configuration and context management. 
org.apache.avalon.framework.container Utilities supporting execution of component lifecycle stages. 
org.apache.avalon.framework.context Interfaces and implementation of the Context model through which runtime context can be applied by a manager to a component. 
org.apache.avalon.lifecycle Container independent interfaces and classes supporting component lifecycle extension. 
org.apache.excalibur.source.impl   
 

Uses of Context in org.apache.avalon.cornerstone.blocks.datasources
 

Methods in org.apache.avalon.cornerstone.blocks.datasources with parameters of type Context
 void DefaultDataSourceSelector.contextualize(Context context)
          Contextualization of the component by the container.
 

Uses of Context in org.apache.avalon.cornerstone.blocks.masterstore
 

Fields in org.apache.avalon.cornerstone.blocks.masterstore declared as Context
protected  Context RepositoryManager.m_context
           
 

Methods in org.apache.avalon.cornerstone.blocks.masterstore with parameters of type Context
 void RepositoryManager.contextualize(Context context)
           
 void File_Persistent_Stream_Repository.contextualize(Context context)
          Contextualization of the component by the container during which the working home directory will be provided.
 void File_Persistent_Object_Repository.contextualize(Context context)
          Contextualization of the component by the container during which the working home directory will be provided.
 

Uses of Context in org.apache.avalon.cornerstone.blocks.masterstore.xml
 

Methods in org.apache.avalon.cornerstone.blocks.masterstore.xml with parameters of type Context
 void XMLFilePersistentObjectRepository.contextualize(Context context)
          Contextualization of the component by the container during which the working home directory will be provided.
 

Uses of Context in org.apache.avalon.cornerstone.blocks.sockets
 

Fields in org.apache.avalon.cornerstone.blocks.sockets declared as Context
protected  Context DefaultSocketManager.m_context
           
 

Methods in org.apache.avalon.cornerstone.blocks.sockets with parameters of type Context
 void SSLFactoryBuilder.contextualize(Context context)
          Requires a BlockContext.
 void DefaultSocketManager.contextualize(Context context)
           
 void AbstractTLSSocketFactory.contextualize(Context context)
           
 

Uses of Context in org.apache.avalon.cornerstone.services.connection
 

Methods in org.apache.avalon.cornerstone.services.connection with parameters of type Context
 void AbstractService.contextualize(Context context)
           
 void AbstractHandlerFactory.contextualize(Context context)
           
 

Uses of Context in org.apache.avalon.excalibur.component
 

Fields in org.apache.avalon.excalibur.component declared as Context
protected  Context ExcaliburComponentSelector.m_context
          Deprecated. The application context for components
 

Methods in org.apache.avalon.excalibur.component with parameters of type Context
 void ExcaliburComponentSelector.contextualize(Context context)
          Deprecated. Provide the application Context.
protected  ComponentHandler ExcaliburComponentSelector.getComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roleManager, LogkitLoggerManager logkitManager)
          Deprecated. Obtain a new ComponentHandler for the specified component.
 void ExcaliburComponentManager.contextualize(Context context)
          Deprecated. Set up the Component's Context.
protected  ComponentHandler ExcaliburComponentManager.getComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration configuration, Context context, RoleManager roleManager, LogkitLoggerManager logkitManager)
          Deprecated. Obtain a new ComponentHandler for the specified component.
static ComponentHandler ComponentHandler.getComponentHandler(java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roleManager, LogkitLoggerManager loggerManager)
          Deprecated. This method has been deprecated in favor of the version below which handles instrumentation.
static ComponentHandler ComponentHandler.getComponentHandler(java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roleManager, LogkitLoggerManager loggerManager, InstrumentManager instrumentManager, java.lang.String instrumentableName)
          Deprecated. Looks up and returns a component handler for a given component class.
static ComponentHandler ComponentHandler.getComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roleManager, LogkitLoggerManager loggerManager)
          Deprecated. This method has been deprecated in favor of the version below which handles instrumentation.
static ComponentHandler ComponentHandler.getComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roleManager, LogkitLoggerManager loggerManager, InstrumentManager instrumentManager, java.lang.String instrumentableName)
          Deprecated. Looks up and returns a component handler for a given component class.
 

Constructors in org.apache.avalon.excalibur.component with parameters of type Context
ThreadSafeComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles, LogkitLoggerManager logkit)
          Deprecated. Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
PoolableComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles, LogkitLoggerManager logkit)
          Deprecated. Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
ExcaliburComponentManagerCreator(Context context, Configuration loggerManagerConfig, Configuration roleManagerConfig, Configuration componentManagerConfig, Configuration instrumentManagerConfig)
          Deprecated. Create a new ExcaliburComponentManagerCreator using Configuration objects.
ExcaliburComponentManagerCreator(Context context, java.io.InputStream loggerManagerConfigStream, java.io.InputStream roleManagerConfigStream, java.io.InputStream componentManagerConfigStream, java.io.InputStream instrumentManagerConfigStream)
          Deprecated. Create a new ExcaliburComponentManagerCreator using Input Streams.
ExcaliburComponentManagerCreator(Context context, java.io.File loggerManagerConfigFile, java.io.File roleManagerConfigFile, java.io.File componentManagerConfigFile, java.io.File instrumentManagerConfigFile)
          Deprecated. Create a new ExcaliburComponentManagerCreator using Files.
DefaultComponentHandler(java.lang.String role, java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles, LogkitLoggerManager logkit)
          Deprecated. Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
DefaultComponentFactory(java.lang.String role, java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roles, LogkitLoggerManager loggerManager)
          Deprecated. This constructor has been deprecated in favor of the version below which handles instrumentation.
DefaultComponentFactory(java.lang.String role, java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roles, LogkitLoggerManager loggerManager, InstrumentManager instrumentManager, java.lang.String instrumentableName)
          Deprecated. Construct a new component factory for the specified component.
 

Uses of Context in org.apache.avalon.excalibur.logger
 

Methods in org.apache.avalon.excalibur.logger with parameters of type Context
 void DefaultLoggerManager.contextualize(Context context)
          Reads a context object that will be supplied to the logger manager.
 void SimpleLogKitManager.contextualize(Context context)
          Contextualize the manager.
 void DefaultLogKitManager.contextualize(Context context)
          Deprecated. Reads a context object.
 void DefaultLogTargetFactoryManager.contextualize(Context context)
          Reads a context object.
 void LogKitLoggerManager.contextualize(Context context)
          Reads a context object that will be supplied to the log target factory manager.
 void Log4JConfLoggerManager.contextualize(Context context)
           
 

Uses of Context in org.apache.avalon.excalibur.logger.decorator
 

Methods in org.apache.avalon.excalibur.logger.decorator with parameters of type Context
 void LoggerManagerDecorator.contextualize(Context context)
           
 

Uses of Context in org.apache.avalon.excalibur.logger.factory
 

Fields in org.apache.avalon.excalibur.logger.factory declared as Context
protected  Context AbstractTargetFactory.m_context
          The Context object
 

Methods in org.apache.avalon.excalibur.logger.factory with parameters of type Context
 void StreamTargetFactory.contextualize(Context context)
           
 void AbstractTargetFactory.contextualize(Context context)
          Get the Context object
 

Uses of Context in org.apache.avalon.excalibur.logger.log4j
 

Fields in org.apache.avalon.excalibur.logger.log4j declared as Context
protected  Context Log4JConfigurator.context
           
 

Methods in org.apache.avalon.excalibur.logger.log4j with parameters of type Context
 void Log4JConfAdapter.contextualize(Context context)
           
 

Constructors in org.apache.avalon.excalibur.logger.log4j with parameters of type Context
Log4JConfigurator(Context context)
           
 

Uses of Context in org.apache.avalon.excalibur.logger.logkit
 

Methods in org.apache.avalon.excalibur.logger.logkit with parameters of type Context
 void LogKitConfHelper.contextualize(Context context)
          Reads a context object that will be supplied to the log target factory manager.
 

Uses of Context in org.apache.avalon.excalibur.logger.util
 

Methods in org.apache.avalon.excalibur.logger.util with parameters of type Context
 void AvalonTee.contextualize(Context context)
           
 

Uses of Context in org.apache.avalon.excalibur.testcase
 

Methods in org.apache.avalon.excalibur.testcase with parameters of type Context
 void FullLifecycleComponent.contextualize(Context context)
          Deprecated.  
 

Uses of Context in org.apache.avalon.fortress.examples.extended.extensions
 

Methods in org.apache.avalon.fortress.examples.extended.extensions with parameters of type Context
 void Extensions.access(java.lang.Object component, Context context)
          Access, called when the given component is being accessed (ie.
 

Uses of Context in org.apache.avalon.fortress.impl
 

Fields in org.apache.avalon.fortress.impl declared as Context
protected  Context AbstractContainer.m_context
          contains the impl's context passed in through contextualize().
protected  Context AbstractContainer.m_componentContext
          contains the context that will be passed to the components we will create.
 

Methods in org.apache.avalon.fortress.impl that return Context
protected  Context AbstractContainer.provideComponentContext(Context parent)
          Override this method to control what context will be passed to the components created by this container.
 

Methods in org.apache.avalon.fortress.impl with parameters of type Context
protected  Logger DefaultContainerManager.createLoggerFromContext(Context initParameters)
           
 void AbstractContainer.contextualize(Context context)
          Pull the manager items from the context so we can use them to set up the system.
protected  Context AbstractContainer.provideComponentContext(Context parent)
          Override this method to control what context will be passed to the components created by this container.
 

Constructors in org.apache.avalon.fortress.impl with parameters of type Context
DefaultContainerManager(Context initParameters)
           
DefaultContainerManager(Context initParameters, Logger logger)
           
 

Uses of Context in org.apache.avalon.fortress.impl.extensions
 

Methods in org.apache.avalon.fortress.impl.extensions with parameters of type Context
 void InstrumentableCreator.create(java.lang.Object object, Context context)
          Assign the instrumentables and InstrumentManageables
 

Uses of Context in org.apache.avalon.fortress.impl.handler
 

Constructors in org.apache.avalon.fortress.impl.handler with parameters of type Context
LEAwareComponentHandler(ComponentHandler componentHandler, LifecycleExtensionManager extManager, Context context)
          Creation of a new handler.
ComponentFactory(java.lang.Class componentClass, Configuration configuration, ServiceManager serviceManager, Context context, LoggerManager loggerManager, LifecycleExtensionManager extManager)
          Construct a new component factory for the specified component.
 

Uses of Context in org.apache.avalon.fortress.testcase
 

Methods in org.apache.avalon.fortress.testcase that return Context
protected  Context FortressTestCase.initializeContext(Context context)
          Gives sublasses the oportunity to modify the Context before it is used to create the Container.
 

Methods in org.apache.avalon.fortress.testcase with parameters of type Context
protected  Context FortressTestCase.initializeContext(Context context)
          Gives sublasses the oportunity to modify the Context before it is used to create the Container.
 

Uses of Context in org.apache.avalon.fortress.util
 

Classes in org.apache.avalon.fortress.util that implement Context
 class OverridableContext
          The OverridableContext allows you to "null" out entries, even if they are in a parent context.
 

Fields in org.apache.avalon.fortress.util declared as Context
protected  Context ContextManager.m_rootContext
          The root context.
 

Methods in org.apache.avalon.fortress.util that return Context
static Context FortressConfig.createDefaultConfig()
          Creates a default m_context.
static Context FortressConfig.createDefaultConfig(java.lang.ClassLoader classLoader)
          Creates a default m_context.
 Context FortressConfig.getContext()
          Finalizes the m_context and returns it.
 Context ContextManager.getContainerManagerContext()
          Finalizes and returns the context.
 Context ContextManager.getChildContext()
          Finalizes and returns the context.
 

Methods in org.apache.avalon.fortress.util with parameters of type Context
 void ReflectiveConfigurator.create(java.lang.Object component, Context context)
           
 void LifecycleExtensionManager.executeAccessExtensions(java.lang.Object component, Context context)
          executeAccessExtensions method, executes all access level extensions on the given component.
 void LifecycleExtensionManager.executeReleaseExtensions(java.lang.Object component, Context context)
          executeReleaseExtensions method, executes all release level extensions on the given component.
 void LifecycleExtensionManager.executeCreationExtensions(java.lang.Object component, Context context)
          executeCreationExtensions method, executes all creation level extensions on the given component.
 void LifecycleExtensionManager.executeDestructionExtensions(java.lang.Object component, Context context)
          executeDestructionExtensions method, executes all destruction level extensions on the given component.
protected  void LifecycleExtensionManager.executeExtensions(java.lang.Object[] extensions, java.lang.Object component, Context context, int type)
          executeExtensions method, executes a given array of lifecycle interfaces on a given component.
protected  boolean ContextManager.entryPresent(Context context, java.lang.String key)
          Checks if a specified entry in context has been supplied by the invoker.
protected  java.lang.Object ContextManager.get(Context context, java.lang.String key, java.lang.Object defaultValue)
          Convenience method to obtain a value, or defer to a default if it does not exist.
 

Constructors in org.apache.avalon.fortress.util with parameters of type Context
OverridableContext(Context parent)
          Creation of a new overridable context.
FortressConfig(Context parent)
          Creates a m_context builder and initializes it with default values.
ContextManager(Context rootContext, Logger logger)
          Create a new ContextManager.
 

Uses of Context in org.apache.avalon.framework.container
 

Methods in org.apache.avalon.framework.container with parameters of type Context
static void ContainerUtil.contextualize(java.lang.Object object, Context context)
          Supply specified object with a Context object if it implements the Contextualizable interface.
 

Uses of Context in org.apache.avalon.framework.context
 

Classes in org.apache.avalon.framework.context that implement Context
 class DefaultContext
          Default implementation of Context.
 

Methods in org.apache.avalon.framework.context that return Context
protected  Context DefaultContext.getParent()
          Get parent context if any.
 

Methods in org.apache.avalon.framework.context with parameters of type Context
 java.lang.Object Resolvable.resolve(Context context)
          Resolve a object to a value.
 void Recontextualizable.recontextualize(Context context)
          Pass the new Context to the component.
 void Contextualizable.contextualize(Context context)
          Pass the Context to the component.
 

Constructors in org.apache.avalon.framework.context with parameters of type Context
DefaultContext(java.util.Map contextData, Context parent)
          Create a Context with specified data and parent.
DefaultContext(Context parent)
          Create a Context with specified parent.
 

Uses of Context in org.apache.avalon.lifecycle
 

Methods in org.apache.avalon.lifecycle with parameters of type Context
 void AbstractCreator.create(java.lang.Object object, Context context)
          Create stage handler.
 void AbstractCreator.destroy(java.lang.Object object, Context context)
          Destroy stage handler.
 void AbstractAccessor.access(java.lang.Object object, Context context)
          Access stage handler.
 void AbstractAccessor.release(java.lang.Object object, Context context)
          Release stage handler.
 void Creator.create(java.lang.Object object, Context context)
          Create stage handler.
 void Creator.destroy(java.lang.Object object, Context context)
          Destroy stage handler.
 void Accessor.access(java.lang.Object object, Context context)
          Access stage handler.
 void Accessor.release(java.lang.Object object, Context context)
          Release stage handler.
 

Uses of Context in org.apache.excalibur.source.impl
 

Methods in org.apache.excalibur.source.impl with parameters of type Context
 void SourceResolverImpl.contextualize(Context context)
          Get the context
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.