org.apache.avalon.fortress
Interface ContainerManagerConstants

All Superinterfaces:
ContainerConstants
All Known Subinterfaces:
ContextManagerConstants
All Known Implementing Classes:
ContextManager, DefaultContainerManager

public interface ContainerManagerConstants
extends ContainerConstants

Provides constants used to access the Context object for impl managers. A impl manager can assume that all these elements are present in the initial context.

Version:
CVS $Revision: 1.6 $ $Date: 2003/05/28 16:10:56 $
Author:
Leo Sutic

Field Summary
static String CONFIGURATION
          Configuration: The configuration to give to the impl.
static String CONTAINER_CLASS
          Class: The class of the impl.
static String LOGGER
          Logger where to log our own messages.
static String PARAMETERS
          Parameters: The Parameters object to give to the impl.
static String SERVICE_MANAGER
          ComponentLocator: The component manager to give to the impl.
 
Fields inherited from interface org.apache.avalon.fortress.ContainerConstants
CONTEXT_DIRECTORY, THREAD_TIMEOUT, THREADS_CPU, WORK_DIRECTORY
 

Field Detail

CONTAINER_CLASS

public static final String CONTAINER_CLASS
Class: The class of the impl.

See Also:
Constant Field Values

SERVICE_MANAGER

public static final String SERVICE_MANAGER
ComponentLocator: The component manager to give to the impl.


LOGGER

public static final String LOGGER
Logger where to log our own messages.


CONFIGURATION

public static final String CONFIGURATION
Configuration: The configuration to give to the impl.

See Also:
Constant Field Values

PARAMETERS

public static final String PARAMETERS
Parameters: The Parameters object to give to the impl.

See Also:
Constant Field Values


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