org.apache.avalon.fortress
Interface ContainerManagerConstants

All Superinterfaces:
ContainerConstants

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 String COMMAND_FAILURE_HANDLER_CLASS
          Class: The class of the command failure handler impl.
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

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

See Also:
Constant Field Values

COMMAND_FAILURE_HANDLER_CLASS

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


SERVICE_MANAGER

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


LOGGER

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


CONFIGURATION

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

See Also:
Constant Field Values

PARAMETERS

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

See Also:
Constant Field Values


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.