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 String
COMPONENT_TYPE_BASE_MAIL_SERVICE
The name of the component type for the base mail service.static String
COMPONENT_TYPE_COMMUNICATION_SERVICE
The name of the component type for the communication (skeletons and stubs).static String
COMPONENT_TYPE_GLOBAL_REGISTRY
The name of the component type for the global registry (there is exactly one instance).static String
COMPONENT_TYPE_GLOBAL_REGISTRY_PROVIDER
The name of the component type for the global registry provider.static String
COMPONENT_TYPE_JAVADOC_SERVICE
The name of the component type for the javadoc service.static String
COMPONENT_TYPE_JDBC_DATA_SOURCE
The name of the component type for a JDBC-based data source.static String
COMPONENT_TYPE_LICENCE_MANAGER
The name of the component type for the licence manager (there is exactly one instance).static String
COMPONENT_TYPE_LOCAL_SECURITY_MANAGER
The name of the component type for the local security manager.static String
COMPONENT_TYPE_OSGI_FRAMEWORK_PROVIDER
The name of the component type for the OSGi framework service.static String
COMPONENT_TYPE_REMOTE_SHUTDOWN
The name of the component type for the remote shutdown.static String
COMPONENT_TYPE_SECURITY_MANAGER
The name of the component type for the (global) security manager.static String
COMPONENT_TYPE_SERVLET_SERVICE
The name of the component type for the servlet service.static String
PROXY_ANNOTATION_CACHE_SIZE
The name of the global configuration variable for the size of the proxy annotation cache.static 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.static String
REGISTRY_MODEL_FACTORY
The name of the model registry.static String
REGISTRY_RUNTIME
/** The name of the runtime registry.static String
SEQUENCE_INVOCATION
The 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_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
-
-