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 java.lang.String CLAZZ_NAME
          The default implementation class for YAAFI
static java.lang.String COMPONENT_CONFIG_KEY
          property to lookup the component config file
static java.lang.String COMPONENT_CONFIG_PROPERTIES_KEY
          property to lookup the component config property file
static java.lang.String COMPONENT_CONFIG_VALUE
          default file name of the component config file
static java.lang.String COMPONENT_CONTAINERFLAVOUR_VALUE
          default value for container flavour
static java.lang.String COMPONENT_ISENCRYPTED_KEY
          property to lookup the decryption handling
static java.lang.String COMPONENT_LOCATION_KEY
          property to lookup the lcoation
static java.lang.String COMPONENT_PARAMETERS_KEY
          property to lookup the parameters file
static java.lang.String COMPONENT_PARAMETERS_VALUE
          default file name of the parameters file
static java.lang.String COMPONENT_ROLE_KEYS
          property to lookup the component role file
static java.lang.String COMPONENT_ROLE_VALUE
          default file name of the component role file
static java.lang.String COMPONENT_ROLECONFIGFLAVOUR_VALUE
          default value for role config flavour
static java.lang.String CONTAINERCLAZZNAME_CONFIG_KEY
          property to lookup the implementation class of the container
static java.lang.String CONTAINERFLAVOUR_CONFIG_KEY
          property to lookup the container type
static java.lang.String DYNAMICPROXY_ENABLED_KEY
          property to lookup the usage of dynamic proxies
static java.lang.String INTERCEPTOR_KEY
          property to lookup a single interceptor
static java.lang.String INTERCEPTOR_LIST_KEY
          property to lookup the list of interceptors
static java.lang.String RECONFIGURATION_DELAY_KEY
          property to lookup the reconfigurationDelay
static java.lang.String ROLE_NAME
          The name of this component
 
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, URN_YAAFI_KERNELLOCK
 

Field Detail

ROLE_NAME

static final java.lang.String ROLE_NAME
The name of this component

See Also:
Constant Field Values

CLAZZ_NAME

static final java.lang.String CLAZZ_NAME
The default implementation class for YAAFI

See Also:
Constant Field Values

CONTAINERFLAVOUR_CONFIG_KEY

static final java.lang.String CONTAINERFLAVOUR_CONFIG_KEY
property to lookup the container type

See Also:
Constant Field Values

CONTAINERCLAZZNAME_CONFIG_KEY

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

See Also:
Constant Field Values

COMPONENT_CONFIG_KEY

static final java.lang.String COMPONENT_CONFIG_KEY
property to lookup the component config file

See Also:
Constant Field Values

COMPONENT_CONFIG_PROPERTIES_KEY

static final java.lang.String COMPONENT_CONFIG_PROPERTIES_KEY
property to lookup the component config property file

See Also:
Constant Field Values

COMPONENT_ROLE_KEYS

static final java.lang.String COMPONENT_ROLE_KEYS
property to lookup the component role file

See Also:
Constant Field Values

COMPONENT_PARAMETERS_KEY

static final java.lang.String COMPONENT_PARAMETERS_KEY
property to lookup the parameters file

See Also:
Constant Field Values

COMPONENT_ISENCRYPTED_KEY

static final java.lang.String COMPONENT_ISENCRYPTED_KEY
property to lookup the decryption handling

See Also:
Constant Field Values

COMPONENT_LOCATION_KEY

static final java.lang.String COMPONENT_LOCATION_KEY
property to lookup the lcoation

See Also:
Constant Field Values

DYNAMICPROXY_ENABLED_KEY

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

See Also:
Constant Field Values

INTERCEPTOR_LIST_KEY

static final java.lang.String INTERCEPTOR_LIST_KEY
property to lookup the list of interceptors

See Also:
Constant Field Values

INTERCEPTOR_KEY

static final java.lang.String INTERCEPTOR_KEY
property to lookup a single interceptor

See Also:
Constant Field Values

RECONFIGURATION_DELAY_KEY

static final java.lang.String RECONFIGURATION_DELAY_KEY
property to lookup the reconfigurationDelay

See Also:
Constant Field Values

COMPONENT_CONFIG_VALUE

static final java.lang.String COMPONENT_CONFIG_VALUE
default file name of the component config file

See Also:
Constant Field Values

COMPONENT_ROLE_VALUE

static final java.lang.String COMPONENT_ROLE_VALUE
default file name of the component role file

See Also:
Constant Field Values

COMPONENT_PARAMETERS_VALUE

static final java.lang.String COMPONENT_PARAMETERS_VALUE
default file name of the parameters file

See Also:
Constant Field Values

COMPONENT_CONTAINERFLAVOUR_VALUE

static final java.lang.String COMPONENT_CONTAINERFLAVOUR_VALUE
default value for container flavour

See Also:
Constant Field Values

COMPONENT_ROLECONFIGFLAVOUR_VALUE

static final java.lang.String COMPONENT_ROLECONFIGFLAVOUR_VALUE
default value for role config flavour

See Also:
Constant Field Values


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