| Constructor and Description |
|---|
RegistryProviderConf(Configuration conf,
Registry registry)
Creates a new global registry provider retrieving the global registry URIs
from the designated configuration, trying to retrieve a valid global
registry from these when requested.
|
RegistryProviderDb(Configuration conf,
Registry registry)
Creates a new global registry provider retrieving the global registry URIs
from the cluster (synchronisation) JDBC data source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegistryWrapper
A registry wrapper provides access to specific registry methods to a normal
component/service.
|
| Modifier and Type | Method and Description |
|---|---|
protected Registry |
LocalServiceRegistry.createRegistryWrapper(java.lang.String serviceName,
boolean earlyService,
InstanceToInstanceRegistry mfRegistry,
ModelViewerProvider mvProvider)
Creates a
Registry which is a wrapper for this registry including the service
name. |
protected Registry |
ServiceRegistry.createRegistryWrapper(java.lang.String serviceName,
boolean earlyService,
InstanceToInstanceRegistry mfRegistry,
ModelViewerProvider mvProvider)
Also provides the cluster name to the created registry wrapper.
|
| Constructor and Description |
|---|
AbstractRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry)
Constructs a new registry by setting the parent registry, the configuration
and the initial configuration manager.
|
InstanceToInstanceRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry)
Constructs a new registry supporting instance to instance relations.
|
LocalServiceRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry)
Constructs a new local service registry by calling the super constructor.
|
LocalServiceRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry,
SerialisablePair<java.lang.String,java.lang.String> release)
Constructs a new service registry by calling the super constructor.
|
PluginRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry)
Constructs a new registry supporting plugins, that is components extending
an existing component.
|
ServiceRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry)
Constructs a new service registry by calling the super constructor.
|
ServiceRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry,
SerialisablePair<java.lang.String,java.lang.String> release)
Constructs a new service registry by calling the super constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected Registry |
AbstractADEPT2Service.registry
The registry to be used for accessing services by this service.
|
| Modifier and Type | Method and Description |
|---|---|
protected Registry |
AbstractADEPT2Service.getDependencyRegistry()
Returns the privileged session factory assigned to this service.
|
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String[] |
AbstractAuthenticatedService.getStartupRequired(Registry registry,
java.lang.String[] startupRequiredServices)
Gets the startup required services of this service.
|
protected static boolean |
AbstractAuthenticatedService.isEarlyService(Registry registry)
Gets whether this service is an early service and is started before the
global security manager.
|
| Constructor and Description |
|---|
AbstractADEPT2Service(Configuration configuration,
Registry registry,
java.lang.Class<?> cls)
Creates an ADEPT2 service with the designated registry, a logger for the
designated class and assuming that there are no other services required.
|
AbstractADEPT2Service(Configuration configuration,
Registry registry,
java.lang.String[] startupRequiredServices,
java.lang.String[] runtimeRequiredServices,
java.lang.Class<?> cls)
Creates an ADEPT2 service with the designated registry, the designated
required services and a logger for the designated class.
|
AbstractAuthenticatedService(Configuration conf,
Registry registry,
java.lang.Class<?> cls)
Creates an ADEPT2 service with the designated registry, a logger for this and assuming that
there are no other services required except the org model manager for non-early services.
|
AbstractAuthenticatedService(Configuration conf,
Registry registry,
java.lang.String[] startupRequiredServices,
java.lang.String[] runtimeRequiredServices,
java.lang.Class<?> cls)
Creates an ADEPT2 service with the designated registry, a logger for this
and the designated required services.
|
AbstractConfigurableAuthenticatedService(Configuration configuration,
Registry registry,
java.lang.Class<?> cls)
Creates a configurable service with the designated configuration, the
designated registry, a logger for this and assuming that there are no other
services required.
|
AbstractConfigurableAuthenticatedService(Configuration configuration,
Registry registry,
java.lang.String[] startupRequiredServices,
java.lang.String[] runtimeRequiredServices,
java.lang.Class<?> cls)
Creates a configurable service with the designated configuration, the
designated registry, a logger for this and the designated required
services.
|
AbstractConfigurableService(Configuration configuration,
Registry registry,
java.lang.Class<?> cls)
Creates a configurable service with the designated configuration, the
designated registry, a logger for this and assuming that there are no other
services required.
|
AbstractConfigurableService(Configuration configuration,
Registry registry,
java.lang.String[] startupRequiredServices,
java.lang.String[] runtimeRequiredServices,
java.lang.Class<?> cls)
Creates a configurable service with the designated configuration, the
designated registry, a logger for this and the designated required
services.
|
AbstractNonPrivilegedService(Configuration conf,
Registry registry,
java.lang.Class<?> cls)
Creates an ADEPT2 service with the designated registry, a logger for this
and assuming that there are no other services required.
|
AbstractNonPrivilegedService(Configuration conf,
Registry registry,
java.lang.String[] startupRequiredServices,
java.lang.String[] runtimeRequiredServices,
java.lang.Class<?> cls)
Creates an ADEPT2 service with the designated registry, a logger for this
and the designated required services.
|
| Constructor and Description |
|---|
EmbeddedServletService(Configuration conf,
Registry registry)
Creates a new embedded servlet service using Servlet API 3.0 for deploying
servlets.
|
EmbeddedServletService(Configuration conf,
Registry registry,
java.lang.Class<?> cls)
Creates a new embedded servlet service using Servlet API 3.0 for deploying
servlets.
|
| Constructor and Description |
|---|
DefaultProcessCheckService(Configuration configuration,
Registry registry)
Default constructor.
|
| Constructor and Description |
|---|
MultiplexingClientService(Configuration configuration,
Registry registry)
Creates a MultiplexingClientService with the designated registry, a logger
for this and the designated required services.
|
| Modifier and Type | Field and Description |
|---|---|
protected Registry |
WorklistHandler.registry
The registry for retrieving the appropriate data source.
|
| Constructor and Description |
|---|
AbstractActivityEventHandler(Registry registry,
boolean exclusive,
boolean consuming,
boolean critical,
ActivityEventManager eventManager)
Creates a new event handler having the designated ID and the designated
flags.
|
AbstractEventHandler(Registry registry,
boolean exclusive,
boolean consuming,
boolean critical)
Creates a new event handler having the designated ID and the designated
flags.
|
AbstractEventHandler(Registry registry,
boolean exclusive,
boolean consuming,
boolean critical,
boolean interruptible)
Creates a new event handler having the designated ID and the designated
flags.
|
AbstractEventManager(Configuration conf,
Registry registry,
java.lang.String[] startupRequiredServices,
java.lang.String[] runtimeRequiredServices,
java.util.Map<java.lang.String,java.lang.Class<? extends Event>> supportedEvents)
Creates an event manager creating event sources and combining them with the appropriate event
handlers.
|
AbstractEventSource(Registry registry,
java.lang.String eventType)
Creates a new event source providing the management of registered event
handler.
|
AbstractSharedEventSource(Configuration conf,
DefaultEventManager eventManager,
Registry registry,
java.lang.Class<S> sharingSourceClass,
java.lang.String eventType,
java.lang.String sourceType)
Default constructor for a plugin of the
DefaultEventManager called by a service
registry. |
AbstractSharingActEventSource(Configuration conf,
Registry registry,
java.lang.Class<T> eventClass,
java.lang.String eventType,
java.lang.String sharedSourceType)
Default constructor for a plugin of the
DefaultEventManager
called by a service registry. |
DefaultEventManager(Configuration conf,
Registry registry)
Creates a new service polling for DB, mail and file events and handling them appropriately.
|
DefaultEventManager(Configuration conf,
Registry registry,
java.lang.String[] startupRequiredServices,
java.lang.String[] runtimeRequiredServices,
java.util.Map<java.lang.String,java.lang.Class<? extends Event>> supportedEvents)
Creates a new service polling for DB, mail and file events and handling them appropriately.
|
WorklistHandler(WorklistManager wlm,
WorklistUpdateConfiguration updateConfiguration,
long recheckTime,
int createWorklistSilentCount,
long createWorklistRetryDelay,
boolean resumeOnly,
int addSourceRetries,
long addSourceRetryDelay,
AbstractEventManager eventManager,
Registry registry,
long reconnectRecheckTime,
java.util.logging.Level reconnectLogLevel)
Creates a new instance of the worklist handler that creates event sources
for worklist items with activities that wait for an event.
|
| Constructor and Description |
|---|
DBActivityEventSource(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Default constructor for a plugin of the
DefaultEventManager called
by a service registry. |
DBEventSource(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Default constructor for a plugin of the
DefaultEventManager
called by a service registry. |
ReadOnlyRSEventSource(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Default constructor for a plugin of the
DefaultEventManager
called by a service registry. |
| Constructor and Description |
|---|
FileEventActivityHandler(Configuration conf,
ActivityEventManager eventManager,
Registry registry)
Creates a new handler for file events that starts or resumes activities and
stores data from the file in their output data context.
|
FileEventActivitySource(Configuration conf,
EventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
FileEventSource(Configuration conf,
EventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
FileMarkHandler(Configuration conf,
EventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
InstanceStartEventHandler(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Creates a new handler for file events that starts instances and
stores data from the file in the instance input parameters.
|
MarkInstanceStartEventHandler(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Creates a new handler for file events that starts instances and
stores data from the file in the instance input parameters.
|
| Constructor and Description |
|---|
FilteredMailEventActivitySource(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
FilteredMailEventSource(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
InstanceStartEventHandler(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Creates a new handler for mail events that starts instances and
stores data from the mail in the instance input parameters.
|
MailEventActivityHandler(Configuration conf,
ActivityEventManager eventManager,
Registry registry)
Creates a new handler for mail events that starts or resumes activities and
stores data from the mail in their output data context.
|
MailEventActivitySource(Configuration conf,
EventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
MailEventSource(Configuration conf,
EventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
MailEventSource(Configuration conf,
EventManager eventManager,
Registry registry,
java.lang.Class<?> confDesc)
Constructor for subclasses allowing to set a separate class for the
configuration description.
|
MailFlagHandler(Configuration conf,
EventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager
called by a service registry. |
| Constructor and Description |
|---|
AbstractOrgModelExtension(java.lang.String extensionId,
Configuration conf,
LogService logService,
Registry registry)
Creates a new org model extension.
|
| Modifier and Type | Method and Description |
|---|---|
Registry |
AristaFlowPlatform.getRegistry()
Gets the wrapper for access to the platform via the
Registry
-interface. |
protected Registry |
BootstrapRegistry.getRegistry()
Gets the wrapper for access to this registry via the
Registry
-interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticatedInjectedService.initPlatform(Configuration conf,
Registry registry)
Creates a wrapped
AbstractAuthenticatedService. |
void |
InitialisedInjectedService.initPlatform(Configuration conf,
Registry registry)
Initialises this service by the platform, that is, sets a configuration and
a registry thus allowing access to the platform.
|
| Modifier and Type | Field and Description |
|---|---|
protected Registry |
ClusterNode.registry
Deprecated.
The registry used to access the communication service of the cluster
server.
|
| Modifier and Type | Method and Description |
|---|---|
Registry |
ClusterNode.getRegistry(long timeout)
Deprecated.
Gets the wrapper for accessing the platform via the
Registry
-interface waiting for the designated amount of time if the platform is
currently not available. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterNode.initPlatform(Configuration conf,
Registry reg)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Registry |
SystemExecutionEnvironment.registry
The registry for this
SystemExecutionEnvironment. |
| Constructor and Description |
|---|
SystemExecutionEnvironment(ActivityInstance activityInstance,
Registry registry)
Creates a new
SystemExecutionEnvironment for the designated
activity. |
| Constructor and Description |
|---|
AbstractGUIManager(Configuration configuration,
Registry registry)
Creates a new GUI manager providing the basic means for a
RemoteGUIManager. |
AbstractGUIManager(Configuration configuration,
Registry registry,
java.lang.String[] startupRequiredServices,
java.lang.String[] runtimeRequiredServices)
Creates a new GUI manager providing the basic means for a
RemoteGUIManager. |
| Constructor and Description |
|---|
ModelFactoryRegistry(UrlConfigurationManager confMgr,
Configuration configuration,
Registry registry)
Constructs a new model factory registry supporting factory for the creation
of model implementations.
|
| Constructor and Description |
|---|
NullGUIManager(Configuration configuration,
Registry registry)
Instantiate the manager that returns only NullGUIContexts on client
requests.
|
RemoteHTMLGUIManager(Configuration configuration,
Registry registry)
Instantiate the manager that returns only NullGUIContexts on client
requests.
|
| Constructor and Description |
|---|
EmbdServContHTTPService(Configuration configuration,
Registry registry)
Registers the HTTP-service-servlet at an embedded servlet container.
|
NullHTTPService(Configuration configuration,
Registry registry)
Default constructor.
|
| Constructor and Description |
|---|
PVPUpdateManager(Configuration configuration,
Registry registry)
The update manager could be called as an ADEPT2Service
|