org.apache.avalon.fortress
Interface ContainerConstants

All Known Subinterfaces:
ContainerManagerConstants, ContextManagerConstants
All Known Implementing Classes:
ContextManager, DefaultContainerManager

public interface ContainerConstants

Provides constants used to access the Context object for containers. A impl should allow these values to propagate down to child containers, so that they may create child containers in turn.

Version:
CVS $Revision: 1.7 $ $Date: 2004/02/28 15:16:24 $
Author:
Avalon Development Team

Field Summary
static java.lang.String CONTEXT_DIRECTORY
          Context Directory: The location of the context.
static java.lang.String THREAD_TIMEOUT
          Thread timeout: Information about the hardware the impl is running on.
static java.lang.String THREADS_CPU
          Threads per CPU: Information about the hardware the impl is running on.
static java.lang.String WORK_DIRECTORY
          Work Directory: The location the impl can store temperorary files.
 

Field Detail

CONTEXT_DIRECTORY

public static final java.lang.String CONTEXT_DIRECTORY
Context Directory: The location of the context.

See Also:
Constant Field Values

WORK_DIRECTORY

public static final java.lang.String WORK_DIRECTORY
Work Directory: The location the impl can store temperorary files.

See Also:
Constant Field Values

THREADS_CPU

public static final java.lang.String THREADS_CPU
Threads per CPU: Information about the hardware the impl is running on.

See Also:
Constant Field Values

THREAD_TIMEOUT

public static final java.lang.String THREAD_TIMEOUT
Thread timeout: Information about the hardware the impl is running on.

See Also:
Constant Field Values


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