Class BaseConstants


  • public final class BaseConstants
    extends Object
    Configuration-related global constants for general use in configuration files.
    • Field Detail

      • COMPONENT_TYPE_JDBC_DATA_SOURCE

        public static final String COMPONENT_TYPE_JDBC_DATA_SOURCE
        The name of the component type for a JDBC-based data source.
        See Also:
        Constant Field Values
      • COMPONENT_TYPE_LOCAL_SECURITY_MANAGER

        public static final String COMPONENT_TYPE_LOCAL_SECURITY_MANAGER
        The name of the component type for the local security manager.
        See Also:
        Constant Field Values
      • COMPONENT_TYPE_SECURITY_MANAGER

        public static final String COMPONENT_TYPE_SECURITY_MANAGER
        The name of the component type for the (global) security manager.
        See Also:
        Constant Field Values
      • COMPONENT_TYPE_COMMUNICATION_SERVICE

        public static final String COMPONENT_TYPE_COMMUNICATION_SERVICE
        The name of the component type for the communication (skeletons and stubs).
        See Also:
        Constant Field Values
      • COMPONENT_TYPE_GLOBAL_REGISTRY

        public static final String COMPONENT_TYPE_GLOBAL_REGISTRY
        The name of the component type for the global registry (there is exactly one instance).
        See Also:
        Constant Field Values
      • COMPONENT_TYPE_GLOBAL_REGISTRY_PROVIDER

        public static final String COMPONENT_TYPE_GLOBAL_REGISTRY_PROVIDER
        The name of the component type for the global registry provider.
        See Also:
        Constant Field Values
      • COMPONENT_TYPE_LICENCE_MANAGER

        public static final String COMPONENT_TYPE_LICENCE_MANAGER
        The name of the component type for the licence manager (there is exactly one instance).
        See Also:
        Constant Field Values
      • COMPONENT_TYPE_BASE_MAIL_SERVICE

        public static final String COMPONENT_TYPE_BASE_MAIL_SERVICE
        The name of the component type for the base mail service.
        See Also:
        Constant Field Values
      • COMPONENT_TYPE_OSGI_FRAMEWORK_PROVIDER

        public static final String COMPONENT_TYPE_OSGI_FRAMEWORK_PROVIDER
        The name of the component type for the OSGi framework service.
        See Also:
        Constant Field Values
      • COMPONENT_TYPE_SERVLET_SERVICE

        public static final String COMPONENT_TYPE_SERVLET_SERVICE
        The name of the component type for the servlet service.
        See Also:
        Constant Field Values
      • COMPONENT_TYPE_JAVADOC_SERVICE

        public static final String COMPONENT_TYPE_JAVADOC_SERVICE
        The name of the component type for the javadoc service.
        See Also:
        Constant Field Values
      • COMPONENT_TYPE_REMOTE_SHUTDOWN

        public static final String COMPONENT_TYPE_REMOTE_SHUTDOWN
        The name of the component type for the remote shutdown.
        See Also:
        Constant Field Values
      • REGISTRY_MODEL_FACTORY

        public static final String REGISTRY_MODEL_FACTORY
        The name of the model registry.
        See Also:
        Constant Field Values
      • PROXY_ANNOTATION_CACHE_SIZE

        public static final String PROXY_ANNOTATION_CACHE_SIZE
        The name of the global configuration variable for the size of the proxy annotation cache.
        See Also:
        AbstractNettyCommunicationService.CS_PROXY_ANNOT_CACHE_SIZE, AbstractMinaCommunicationService.CS_PROXY_ANNOT_CACHE_SIZE, LocalCommunicationService.CS_PROXY_ANNOT_CACHE_SIZE, ServiceRegistry.GLOB_STUB_PROXY_ANNOT_CACHE_SIZE, Constant Field Values
      • PROXY_LAZY_METHOD_VALID_TIME

        public static final String PROXY_LAZY_METHOD_VALID_TIME
        The name of the global configuration variable for the valid time of (the return value of) a lazy method.
        See Also:
        AbstractNettyCommunicationService.CS_PROXY_LAZY_METHOD_VALID_TIME, AbstractMinaCommunicationService.CS_PROXY_LAZY_METHOD_VALID_TIME, LocalCommunicationService.CS_PROXY_ANNOT_CACHE_SIZE, ServiceRegistry.GLOB_STUB_PROXY_LAZY_METHOD_VALID_TIME, Constant Field Values
      • SEQUENCE_INVOCATION

        public static final String SEQUENCE_INVOCATION
        The name of the sequence counting invocations within the communication.
        See Also:
        Constant Field Values