org.apache.fulcrum.yaafi.framework.container
Interface ServiceConstants

All Superinterfaces:
AvalonYaafiConstants
All Known Implementing Classes:
ServiceContainerImpl

public interface ServiceConstants
extends AvalonYaafiConstants

Commonly used constants.

Author:
Siegfried Goeschl

Field Summary
static String CLAZZ_NAME
          The default implementation class for YAAFI
static String COMPONENT_CONFIG_KEY
          property to lookup the component config file
static String COMPONENT_CONFIG_PROPERTIES_KEY
          property to lookup the component config property file
static String COMPONENT_CONFIG_VALUE
          default file name of the component config file
static String COMPONENT_CONTAINERFLAVOUR_VALUE
          default value for container flavour
static String COMPONENT_ISENCRYPTED_KEY
          property to lookup the decryption handling
static String COMPONENT_LOCATION_KEY
          property to lookup the location
static String COMPONENT_PARAMETERS_KEY
          property to lookup the parameters file
static String COMPONENT_PARAMETERS_VALUE
          default file name of the parameters file
static String COMPONENT_ROLE_KEYS
          property to lookup the component role file
static String COMPONENT_ROLE_VALUE
          default file name of the component role file
static String COMPONENT_ROLECONFIGFLAVOUR_VALUE
          default value for role config flavour
static String CONTAINERCLAZZNAME_CONFIG_KEY
          property to lookup the implementation class of the container
static String CONTAINERFLAVOUR_CONFIG_KEY
          property to lookup the container type
static String DYNAMICPROXY_ENABLED_KEY
          property to lookup the usage of dynamic proxies
static String INTERCEPTOR_KEY
          property to lookup a single interceptor
static String INTERCEPTOR_LIST_KEY
          property to lookup the list of interceptors
static String RECONFIGURATION_DELAY_KEY
          property to lookup the reconfigurationDelay
static String ROLE_NAME
          The name of this component
static String SERVICEMANAGER_KEY
          property to lookup a single service managers
static String SERVICEMANAGER_LIST_KEY
          property to lookup a list of service managers
 
Fields inherited from interface org.apache.fulcrum.yaafi.framework.constant.AvalonYaafiConstants
AVALON_CONTAINER_YAAFI, COMPONENT_APP_ROOT, URN_AVALON_CLASSLOADER, URN_AVALON_HOME, URN_AVALON_NAME, URN_AVALON_PARTITION, URN_AVALON_TEMP
 

Field Detail

ROLE_NAME

static final String ROLE_NAME
The name of this component

See Also:
Constant Field Values

CLAZZ_NAME

static final String CLAZZ_NAME
The default implementation class for YAAFI

See Also:
Constant Field Values

CONTAINERFLAVOUR_CONFIG_KEY

static final String CONTAINERFLAVOUR_CONFIG_KEY
property to lookup the container type

See Also:
Constant Field Values

CONTAINERCLAZZNAME_CONFIG_KEY

static final String CONTAINERCLAZZNAME_CONFIG_KEY
property to lookup the implementation class of the container

See Also:
Constant Field Values

COMPONENT_CONFIG_KEY

static final String COMPONENT_CONFIG_KEY
property to lookup the component config file

See Also:
Constant Field Values

COMPONENT_CONFIG_PROPERTIES_KEY

static final String COMPONENT_CONFIG_PROPERTIES_KEY
property to lookup the component config property file

See Also:
Constant Field Values

COMPONENT_ROLE_KEYS

static final String COMPONENT_ROLE_KEYS
property to lookup the component role file

See Also:
Constant Field Values

COMPONENT_PARAMETERS_KEY

static final String COMPONENT_PARAMETERS_KEY
property to lookup the parameters file

See Also:
Constant Field Values

COMPONENT_ISENCRYPTED_KEY

static final String COMPONENT_ISENCRYPTED_KEY
property to lookup the decryption handling

See Also:
Constant Field Values

COMPONENT_LOCATION_KEY

static final String COMPONENT_LOCATION_KEY
property to lookup the location

See Also:
Constant Field Values

DYNAMICPROXY_ENABLED_KEY

static final String DYNAMICPROXY_ENABLED_KEY
property to lookup the usage of dynamic proxies

See Also:
Constant Field Values

INTERCEPTOR_LIST_KEY

static final String INTERCEPTOR_LIST_KEY
property to lookup the list of interceptors

See Also:
Constant Field Values

INTERCEPTOR_KEY

static final String INTERCEPTOR_KEY
property to lookup a single interceptor

See Also:
Constant Field Values

RECONFIGURATION_DELAY_KEY

static final String RECONFIGURATION_DELAY_KEY
property to lookup the reconfigurationDelay

See Also:
Constant Field Values

SERVICEMANAGER_LIST_KEY

static final String SERVICEMANAGER_LIST_KEY
property to lookup a list of service managers

See Also:
Constant Field Values

SERVICEMANAGER_KEY

static final String SERVICEMANAGER_KEY
property to lookup a single service managers

See Also:
Constant Field Values

COMPONENT_CONFIG_VALUE

static final String COMPONENT_CONFIG_VALUE
default file name of the component config file

See Also:
Constant Field Values

COMPONENT_ROLE_VALUE

static final String COMPONENT_ROLE_VALUE
default file name of the component role file

See Also:
Constant Field Values

COMPONENT_PARAMETERS_VALUE

static final String COMPONENT_PARAMETERS_VALUE
default file name of the parameters file

See Also:
Constant Field Values

COMPONENT_CONTAINERFLAVOUR_VALUE

static final String COMPONENT_CONTAINERFLAVOUR_VALUE
default value for container flavour

See Also:
Constant Field Values

COMPONENT_ROLECONFIGFLAVOUR_VALUE

static final String COMPONENT_ROLECONFIGFLAVOUR_VALUE
default value for role config flavour

See Also:
Constant Field Values


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.