Class BaseConstants

java.lang.Object
de.aristaflow.adept2.base.registry.BaseConstants

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

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • COMPONENT_TYPE_SERVLET_SERVICE

      public static final String COMPONENT_TYPE_SERVLET_SERVICE
      The name of the component type for the servlet service.
      See Also:
    • COMPONENT_TYPE_SERVING_SERVLET

      public static final String COMPONENT_TYPE_SERVING_SERVLET
      The name of the component type for the generic serving servlet.
      See Also:
    • COMPONENT_TYPE_SERVING_SERVLET_SERVICE

      public static final String COMPONENT_TYPE_SERVING_SERVLET_SERVICE
      The name of the component type for the generic serving servlet service.
      See Also:
    • COMPONENT_TYPE_JAVADOC_SERVICE

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

      public static final String COMPONENT_TYPE_REMOTE_SHUTDOWN
      The name of the component type for the remote shutdown.
      See Also:
    • REGISTRY_RUNTIME

      public static final String REGISTRY_RUNTIME
      /** The name of the runtime registry.
      See Also:
    • REGISTRY_MODEL_FACTORY

      public static final String REGISTRY_MODEL_FACTORY
      The name of the model registry.
      See Also:
    • 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:
    • 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:
    • SEQUENCE_INVOCATION

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