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.11 $ $Date: 2004/02/28 15:16:24 $
Author:
Avalon Development Team

Field Summary
static java.lang.String COMMAND_FAILURE_HANDLER_CLASS
          Class: The class of the command failure handler impl.
static java.lang.String CONFIGURATION
          Configuration: The configuration to give to the impl.
static java.lang.String CONTAINER_CLASS
          Class: The class of the impl.
static java.lang.String LOGGER
          Logger where to log our own messages.
static java.lang.String PARAMETERS
          Parameters: The Parameters object to give to the impl.
static java.lang.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 java.lang.String CONTAINER_CLASS
Class: The class of the impl.

See Also:
Constant Field Values

COMMAND_FAILURE_HANDLER_CLASS

public static final java.lang.String COMMAND_FAILURE_HANDLER_CLASS
Class: The class of the command failure handler impl.


SERVICE_MANAGER

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


LOGGER

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


CONFIGURATION

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

See Also:
Constant Field Values

PARAMETERS

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

See Also:
Constant Field Values


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