org.apache.fulcrum.yaafi.framework.constant
Interface AvalonYaafiConstants

All Known Subinterfaces:
ServiceConstants
All Known Implementing Classes:
ServiceContainerImpl

public interface AvalonYaafiConstants

Commonly used constants for YAAFI. Basically we are mimicking a Merlin container fow whatever it is worth.

Author:
Siegfried Goeschl

Field Summary
static java.lang.String AVALON_CONTAINER_YAAFI
          The YAAFI Container
static java.lang.String COMPONENT_APP_ROOT
          this is only supplied for backward compatibilty with ECM
static java.lang.String URN_AVALON_CLASSLOADER
          define the Merlin component classloader (ClassLoader)
static java.lang.String URN_AVALON_HOME
          define the Merlin application root (File)
static java.lang.String URN_AVALON_NAME
          define the Merlin component name (String)
static java.lang.String URN_AVALON_PARTITION
          define the Merlin partition name (String)
static java.lang.String URN_AVALON_TEMP
          define the Merlin temporary directory (File)
static java.lang.String URN_YAAFI_KERNELLOCK
          define the Merlin component classloader (ClassLoader)
 

Field Detail

AVALON_CONTAINER_YAAFI

static final java.lang.String AVALON_CONTAINER_YAAFI
The YAAFI Container

See Also:
Constant Field Values

URN_AVALON_HOME

static final java.lang.String URN_AVALON_HOME
define the Merlin application root (File)

See Also:
Constant Field Values

URN_AVALON_TEMP

static final java.lang.String URN_AVALON_TEMP
define the Merlin temporary directory (File)

See Also:
Constant Field Values

URN_AVALON_NAME

static final java.lang.String URN_AVALON_NAME
define the Merlin component name (String)

See Also:
Constant Field Values

URN_AVALON_PARTITION

static final java.lang.String URN_AVALON_PARTITION
define the Merlin partition name (String)

See Also:
Constant Field Values

URN_AVALON_CLASSLOADER

static final java.lang.String URN_AVALON_CLASSLOADER
define the Merlin component classloader (ClassLoader)

See Also:
Constant Field Values

URN_YAAFI_KERNELLOCK

static final java.lang.String URN_YAAFI_KERNELLOCK
define the Merlin component classloader (ClassLoader)

See Also:
Constant Field Values

COMPONENT_APP_ROOT

static final java.lang.String COMPONENT_APP_ROOT
this is only supplied for backward compatibilty with ECM

See Also:
Constant Field Values


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.