Class BaseConstants
java.lang.Object
de.aristaflow.adept2.base.registry.BaseConstants
Configuration-related global constants for general use in configuration files.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the component type for the base mail service.static final StringThe name of the component type for the communication (skeletons and stubs).static final StringThe name of the component type for the global registry (there is exactly one instance).static final StringThe name of the component type for the global registry provider.static final StringThe name of the component type for the javadoc service.static final StringThe name of the component type for a JDBC-based data source.static final StringThe name of the component type for the licence manager (there is exactly one instance).static final StringThe name of the component type for the local security manager.static final StringThe name of the component type for the OSGi framework service.static final StringThe name of the component type for the remote shutdown.static final StringThe name of the component type for the (global) security manager.static final StringThe name of the component type for the generic serving servlet.static final StringThe name of the component type for the generic serving servlet service.static final StringThe name of the component type for the servlet service.static final StringThe name of the global configuration variable for the size of the proxy annotation cache.static final StringThe name of the global configuration variable for the valid time of (the return value of) a lazy method.static final StringThe name of the model registry.static final String/** The name of the runtime registry.static final StringThe name of the sequence counting invocations within the communication. -
Method Summary
-
Field Details
-
COMPONENT_TYPE_JDBC_DATA_SOURCE
The name of the component type for a JDBC-based data source.- See Also:
-
COMPONENT_TYPE_LOCAL_SECURITY_MANAGER
The name of the component type for the local security manager.- See Also:
-
COMPONENT_TYPE_SECURITY_MANAGER
The name of the component type for the (global) security manager.- See Also:
-
COMPONENT_TYPE_COMMUNICATION_SERVICE
The name of the component type for the communication (skeletons and stubs).- See Also:
-
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
The name of the component type for the global registry provider.- See Also:
-
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
The name of the component type for the base mail service.- See Also:
-
COMPONENT_TYPE_OSGI_FRAMEWORK_PROVIDER
The name of the component type for the OSGi framework service.- See Also:
-
COMPONENT_TYPE_SERVLET_SERVICE
The name of the component type for the servlet service.- See Also:
-
COMPONENT_TYPE_SERVING_SERVLET
The name of the component type for the generic serving servlet.- See Also:
-
COMPONENT_TYPE_SERVING_SERVLET_SERVICE
The name of the component type for the generic serving servlet service.- See Also:
-
COMPONENT_TYPE_JAVADOC_SERVICE
The name of the component type for the javadoc service.- See Also:
-
COMPONENT_TYPE_REMOTE_SHUTDOWN
The name of the component type for the remote shutdown.- See Also:
-
REGISTRY_RUNTIME
/** The name of the runtime registry.- See Also:
-
REGISTRY_MODEL_FACTORY
The name of the model registry.- See Also:
-
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_SIZEServiceRegistry.GLOB_STUB_PROXY_ANNOT_CACHE_SIZE- Constant Field Values
-
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_TIMEServiceRegistry.GLOB_STUB_PROXY_LAZY_METHOD_VALID_TIME- Constant Field Values
-
SEQUENCE_INVOCATION
The name of the sequence counting invocations within the communication.- See Also:
-