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 Summary
Fields Modifier and Type Field Description static StringCOMPONENT_TYPE_BASE_MAIL_SERVICEThe name of the component type for the base mail service.static StringCOMPONENT_TYPE_COMMUNICATION_SERVICEThe name of the component type for the communication (skeletons and stubs).static StringCOMPONENT_TYPE_GLOBAL_REGISTRYThe name of the component type for the global registry (there is exactly one instance).static StringCOMPONENT_TYPE_GLOBAL_REGISTRY_PROVIDERThe name of the component type for the global registry provider.static StringCOMPONENT_TYPE_JAVADOC_SERVICEThe name of the component type for the javadoc service.static StringCOMPONENT_TYPE_JDBC_DATA_SOURCEThe name of the component type for a JDBC-based data source.static StringCOMPONENT_TYPE_LICENCE_MANAGERThe name of the component type for the licence manager (there is exactly one instance).static StringCOMPONENT_TYPE_LOCAL_SECURITY_MANAGERThe name of the component type for the local security manager.static StringCOMPONENT_TYPE_OSGI_FRAMEWORK_PROVIDERThe name of the component type for the OSGi framework service.static StringCOMPONENT_TYPE_REMOTE_SHUTDOWNThe name of the component type for the remote shutdown.static StringCOMPONENT_TYPE_SECURITY_MANAGERThe name of the component type for the (global) security manager.static StringCOMPONENT_TYPE_SERVING_SERVLETThe name of the component type for the generic serving servlet.static StringCOMPONENT_TYPE_SERVING_SERVLET_SERVICEThe name of the component type for the generic serving servlet service.static StringCOMPONENT_TYPE_SERVLET_SERVICEThe name of the component type for the servlet service.static StringPROXY_ANNOTATION_CACHE_SIZEThe name of the global configuration variable for the size of the proxy annotation cache.static StringPROXY_LAZY_METHOD_VALID_TIMEThe name of the global configuration variable for the valid time of (the return value of) a lazy method.static StringREGISTRY_MODEL_FACTORYThe name of the model registry.static StringREGISTRY_RUNTIME/** The name of the runtime registry.static StringSEQUENCE_INVOCATIONThe name of the sequence counting invocations within the communication.
-
-
-
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_SERVING_SERVLET
public static final String COMPONENT_TYPE_SERVING_SERVLET
The name of the component type for the generic serving servlet.- See Also:
- Constant Field Values
-
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:
- 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_RUNTIME
public static final String REGISTRY_RUNTIME
/** The name of the runtime registry.- 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,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,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
-
-