Interface ServiceConstants
- All Superinterfaces:
AvalonYaafiConstants
- All Known Implementing Classes:
ServiceContainerImpl
Commonly used constants.
- Author:
- Siegfried Goeschl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The default implementation class for YAAFIstatic final String
property to lookup the component config filestatic final String
property to lookup the component config property filestatic final String
default file name of the component config filestatic final String
default value for container flavourstatic final String
property to lookup the decryption handlingstatic final String
property to lookup the locationstatic final String
property to lookup the parameters filestatic final String
default file name of the parameters filestatic final String
property to lookup the component role filestatic final String
default file name of the component role filestatic final String
default value for role config flavourstatic final String
property to lookup the implementation class of the containerstatic final String
property to lookup the container typestatic final String
property to lookup the reconfigurationDelaystatic final String
property to lookup the usage of dynamic proxiesstatic final String
property to lookup a single interceptorstatic final String
property to lookup the list of interceptorsstatic final String
property to lookup the reconfigurationDelaystatic final String
The name of this componentstatic final String
property to lookup a single service managersstatic final String
property to lookup a list of service managersFields 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 Details
-
ROLE_NAME
The name of this component- See Also:
-
CLAZZ_NAME
The default implementation class for YAAFI- See Also:
-
CONTAINERFLAVOUR_CONFIG_KEY
property to lookup the container type- See Also:
-
CONTAINERCLAZZNAME_CONFIG_KEY
property to lookup the implementation class of the container- See Also:
-
COMPONENT_CONFIG_KEY
property to lookup the component config file- See Also:
-
COMPONENT_CONFIG_PROPERTIES_KEY
property to lookup the component config property file- See Also:
-
COMPONENT_ROLE_KEYS
property to lookup the component role file- See Also:
-
COMPONENT_PARAMETERS_KEY
property to lookup the parameters file- See Also:
-
COMPONENT_ISENCRYPTED_KEY
property to lookup the decryption handling- See Also:
-
COMPONENT_LOCATION_KEY
property to lookup the location- See Also:
-
DYNAMICPROXY_ENABLED_KEY
property to lookup the usage of dynamic proxies- See Also:
-
INTERCEPTOR_LIST_KEY
property to lookup the list of interceptors- See Also:
-
INTERCEPTOR_KEY
property to lookup a single interceptor- See Also:
-
RECONFIGURATION_DELAY_KEY
property to lookup the reconfigurationDelay- See Also:
-
DISPOSAL_DELAY_KEY
property to lookup the reconfigurationDelay- See Also:
-
SERVICEMANAGER_LIST_KEY
property to lookup a list of service managers- See Also:
-
SERVICEMANAGER_KEY
property to lookup a single service managers- See Also:
-
COMPONENT_CONFIG_VALUE
default file name of the component config file- See Also:
-
COMPONENT_ROLE_VALUE
default file name of the component role file- See Also:
-
COMPONENT_PARAMETERS_VALUE
default file name of the parameters file- See Also:
-
COMPONENT_CONTAINERFLAVOUR_VALUE
default value for container flavour- See Also:
-
COMPONENT_ROLECONFIGFLAVOUR_VALUE
default value for role config flavour- See Also:
-