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
FieldsModifier and TypeFieldDescriptionstatic final String
The YAAFI Containerstatic final String
this is only supplied for backward compatibilty with ECMstatic final String
define the Merlin component classloader (ClassLoader)static final String
define the Merlin application root (File)static final String
define the Merlin component name (String)static final String
define the Merlin partition name (String)static final String
define the Merlin temporary directory (File)
-
Field Details
-
AVALON_CONTAINER_YAAFI
The YAAFI Container- See Also:
-
URN_AVALON_HOME
define the Merlin application root (File)- See Also:
-
URN_AVALON_TEMP
define the Merlin temporary directory (File)- See Also:
-
URN_AVALON_NAME
define the Merlin component name (String)- See Also:
-
URN_AVALON_PARTITION
define the Merlin partition name (String)- See Also:
-
URN_AVALON_CLASSLOADER
define the Merlin component classloader (ClassLoader)- See Also:
-
COMPONENT_APP_ROOT
this is only supplied for backward compatibilty with ECM- See Also:
-