Uses of Interface
de.aristaflow.adept2.base.service.Registry
-
-
Uses of Registry in de.aristaflow.adept2.base.cluster
Constructors in de.aristaflow.adept2.base.cluster with parameters of type Registry Constructor Description RegistryProviderConf(org.apache.commons.configuration2.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(org.apache.commons.configuration2.Configuration conf, Registry registry)
Creates a new global registry provider retrieving the global registry URIs from the cluster (synchronisation) JDBC data source. -
Uses of Registry in de.aristaflow.adept2.base.registry
Classes in de.aristaflow.adept2.base.registry that implement Registry Modifier and Type Class Description class
RegistryWrapper
A registry wrapper provides access to specific registry methods to a normal component/service.Methods in de.aristaflow.adept2.base.registry that return Registry Modifier and Type Method Description protected Registry
LocalServiceRegistry. createRegistryWrapper(String serviceName, boolean earlyService, InstanceToInstanceRegistry mfRegistry, ModelViewerProvider mvProvider)
Creates aRegistry
which is a wrapper for this registry including the service name.protected Registry
ServiceRegistry. createRegistryWrapper(String serviceName, boolean earlyService, InstanceToInstanceRegistry mfRegistry, ModelViewerProvider mvProvider)
Also provides the cluster name to the created registry wrapper.Constructors in de.aristaflow.adept2.base.registry with parameters of type Registry Constructor Description AbstractRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry)
Constructs a new registry by setting the parent registry, the configuration and the initial configuration manager.InstanceToInstanceRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry)
Constructs a new registry supporting instance to instance relations.LocalServiceRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry)
Constructs a new local service registry by calling the super constructor.LocalServiceRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry, SerialisablePair<String,String> release)
Constructs a new service registry by calling the super constructor.PluginRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry)
Constructs a new registry supporting plugins, that is components extending an existing component.ServiceRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry)
Constructs a new service registry by calling the super constructor.ServiceRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry, SerialisablePair<String,String> release)
Constructs a new service registry by calling the super constructor. -
Uses of Registry in de.aristaflow.adept2.base.service
Fields in de.aristaflow.adept2.base.service declared as Registry Modifier and Type Field Description protected Registry
AbstractADEPT2Service. registry
The registry to be used for accessing services by this service.Methods in de.aristaflow.adept2.base.service that return Registry Modifier and Type Method Description protected Registry
AbstractADEPT2Service. getDependencyRegistry()
Returns the privileged session factory assigned to this service.Methods in de.aristaflow.adept2.base.service with parameters of type Registry Modifier and Type Method Description protected static String[]
AbstractAuthenticatedService. getStartupRequired(Registry registry, 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.Constructors in de.aristaflow.adept2.base.service with parameters of type Registry Constructor Description AbstractADEPT2Service(org.apache.commons.configuration2.Configuration configuration, Registry registry, 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(org.apache.commons.configuration2.Configuration configuration, Registry registry, String[] startupRequiredServices, String[] runtimeRequiredServices, Class<?> cls)
Creates an ADEPT2 service with the designated registry, the designated required services and a logger for the designated class.AbstractAuthenticatedService(org.apache.commons.configuration2.Configuration conf, Registry registry, 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(org.apache.commons.configuration2.Configuration conf, Registry registry, String[] startupRequiredServices, String[] runtimeRequiredServices, Class<?> cls)
Creates an ADEPT2 service with the designated registry, a logger for this and the designated required services.AbstractConfigurableAuthenticatedService(org.apache.commons.configuration2.Configuration configuration, Registry registry, 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(org.apache.commons.configuration2.Configuration configuration, Registry registry, String[] startupRequiredServices, String[] runtimeRequiredServices, Class<?> cls)
Creates a configurable service with the designated configuration, the designated registry, a logger for this and the designated required services.AbstractConfigurableService(org.apache.commons.configuration2.Configuration configuration, Registry registry, 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(org.apache.commons.configuration2.Configuration configuration, Registry registry, String[] startupRequiredServices, String[] runtimeRequiredServices, Class<?> cls)
Creates a configurable service with the designated configuration, the designated registry, a logger for this and the designated required services.AbstractNonPrivilegedService(org.apache.commons.configuration2.Configuration conf, Registry registry, Class<?> cls)
Creates an ADEPT2 service with the designated registry, a logger for this and assuming that there are no other services required.AbstractNonPrivilegedService(org.apache.commons.configuration2.Configuration conf, Registry registry, String[] startupRequiredServices, String[] runtimeRequiredServices, Class<?> cls)
Creates an ADEPT2 service with the designated registry, a logger for this and the designated required services. -
Uses of Registry in de.aristaflow.adept2.base.servletcontainer.dynamic
Constructors in de.aristaflow.adept2.base.servletcontainer.dynamic with parameters of type Registry Constructor Description EmbeddedServletService(org.apache.commons.configuration2.Configuration conf, Registry registry)
Creates a new embedded servlet service using Servlet API 3.0 for deploying servlets.EmbeddedServletService(org.apache.commons.configuration2.Configuration conf, Registry registry, Class<?> cls)
Creates a new embedded servlet service using Servlet API 3.0 for deploying servlets. -
Uses of Registry in de.aristaflow.adept2.core.checks.processmodel
Constructors in de.aristaflow.adept2.core.checks.processmodel with parameters of type Registry Constructor Description DefaultProcessCheckService(org.apache.commons.configuration2.Configuration configuration, Registry registry)
Default constructor. -
Uses of Registry in de.aristaflow.adept2.core.client
Constructors in de.aristaflow.adept2.core.client with parameters of type Registry Constructor Description MultiplexingClientService(org.apache.commons.configuration2.Configuration configuration, Registry registry)
Creates a MultiplexingClientService with the designated registry, a logger for this and the designated required services. -
Uses of Registry in de.aristaflow.adept2.core.eventmanager.common
Fields in de.aristaflow.adept2.core.eventmanager.common declared as Registry Modifier and Type Field Description protected Registry
OneWorkWorklistHandler. registry
The registry for retrieving the appropriate data source.protected Registry
WorklistHandler. registry
Deprecated.The registry for retrieving the appropriate data source.Constructors in de.aristaflow.adept2.core.eventmanager.common with parameters of type Registry Constructor 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(org.apache.commons.configuration2.Configuration conf, Registry registry, String[] startupRequiredServices, String[] runtimeRequiredServices)
Creates an event manager creating event sources and combining them with the appropriate event handlers.AbstractEventManager(org.apache.commons.configuration2.Configuration conf, Registry registry, String[] startupRequiredServices, String[] runtimeRequiredServices, Map<String,Class<? extends Event>> supportedEvents)
Deprecated, for removal: This API element is subject to removal in a future version.AbstractEventSource(Registry registry, String eventType)
Creates a new event source providing the management of registered event handler.AbstractSharedEventSource(org.apache.commons.configuration2.Configuration conf, DefaultEventManager eventManager, Registry registry, Class<S> sharingSourceClass, String eventType, String sourceType)
Default constructor for a plugin of theDefaultEventManager
called by a service registry.AbstractSharingActEventSource(org.apache.commons.configuration2.Configuration conf, Registry registry, Class<T> eventClass, String eventType, String sharedSourceType)
Default constructor for a plugin of theDefaultEventManager
called by a service registry.DefaultEventManager(org.apache.commons.configuration2.Configuration conf, Registry registry)
Creates a new service polling for DB, mail and file events and handling them appropriately.DefaultEventManager(org.apache.commons.configuration2.Configuration conf, Registry registry, String[] startupRequiredServices, String[] runtimeRequiredServices)
Creates a new service polling for events of registered event types (e. g.DefaultEventManager(org.apache.commons.configuration2.Configuration conf, Registry registry, String[] startupRequiredServices, String[] runtimeRequiredServices, Map<String,Class<? extends Event>> supportedEvents)
Deprecated, for removal: This API element is subject to removal in a future version.OneWorkWorklistHandler(WorklistManager wlm, WorklistUpdateConfiguration updateConfiguration, long recheckTime, int createWorklistSilentCount, long createWorklistRetryDelay, boolean resumeOnly, int addSourceRetries, long addSourceRetryDelay, AbstractEventManager eventManager, Registry registry, ScheduledObjectOneWorkExecutor<WorklistItem> oneWorkExecutor, long reconnectRecheckTime, Level reconnectLogLevel)
Creates a new instance of the worklist handler that creates event sources for worklist items with activities that wait for an event.WorklistHandler(WorklistManager wlm, WorklistUpdateConfiguration updateConfiguration, long recheckTime, int createWorklistSilentCount, long createWorklistRetryDelay, boolean resumeOnly, int addSourceRetries, long addSourceRetryDelay, AbstractEventManager eventManager, Registry registry, long reconnectRecheckTime, Level reconnectLogLevel)
Deprecated.Creates a new instance of the worklist handler that creates event sources for worklist items with activities that wait for an event. -
Uses of Registry in de.aristaflow.adept2.core.eventmanager.dbevents
Constructors in de.aristaflow.adept2.core.eventmanager.dbevents with parameters of type Registry Constructor Description DBActivityEventSource(org.apache.commons.configuration2.Configuration conf, DefaultEventManager eventManager, Registry registry)
Default constructor for a plugin of theDefaultEventManager
called by a service registry.DBEventSource(org.apache.commons.configuration2.Configuration conf, DefaultEventManager eventManager, Registry registry)
Default constructor for a plugin of theDefaultEventManager
called by a service registry.ReadOnlyRSEventSource(org.apache.commons.configuration2.Configuration conf, DefaultEventManager eventManager, Registry registry)
Default constructor for a plugin of theDefaultEventManager
called by a service registry. -
Uses of Registry in de.aristaflow.adept2.core.eventmanager.fileevents
Constructors in de.aristaflow.adept2.core.eventmanager.fileevents with parameters of type Registry Constructor Description FileEventActivityHandler(org.apache.commons.configuration2.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(org.apache.commons.configuration2.Configuration conf, EventManager eventManager, Registry registry)
Default constructor for a plugin of anEventManager
called by a service registry.FileEventSource(org.apache.commons.configuration2.Configuration conf, EventManager eventManager, Registry registry)
Default constructor for a plugin of anEventManager
called by a service registry.FileMarkHandler(org.apache.commons.configuration2.Configuration conf, EventManager eventManager, Registry registry)
Default constructor for a plugin of anEventManager
called by a service registry.InstanceStartEventHandler(org.apache.commons.configuration2.Configuration conf, AbstractEventManager 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(org.apache.commons.configuration2.Configuration conf, AbstractEventManager eventManager, Registry registry)
Creates a new handler for file events that starts instances and stores data from the file in the instance input parameters. -
Uses of Registry in de.aristaflow.adept2.core.eventmanager.mailevents
Constructors in de.aristaflow.adept2.core.eventmanager.mailevents with parameters of type Registry Constructor Description ClientCredentialsAccessTokenProvider(org.apache.commons.configuration2.Configuration conf, EventManager em, Registry registry)
Creates a new provider for an OAuth 2.0 token from a specific endpoint.FilteredMailEventActivitySource(org.apache.commons.configuration2.Configuration conf, AbstractEventManager eventManager, Registry registry)
Default constructor for a plugin of anEventManager
called by a service registry.FilteredMailEventSource(org.apache.commons.configuration2.Configuration conf, AbstractEventManager eventManager, Registry registry)
Default constructor for a plugin of anEventManager
called by a service registry.InstanceStartEventHandler(org.apache.commons.configuration2.Configuration conf, AbstractEventManager 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(org.apache.commons.configuration2.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(org.apache.commons.configuration2.Configuration conf, AbstractEventManager eventManager, Registry registry)
Default constructor for a plugin of anEventManager
called by a service registry.MailEventSource(org.apache.commons.configuration2.Configuration conf, AbstractEventManager eventManager, Registry registry)
Default constructor for a plugin of anEventManager
called by a service registry.MailEventSource(org.apache.commons.configuration2.Configuration conf, AbstractEventManager eventManager, Registry registry, Class<?> confDesc)
Constructor for subclasses allowing to set a separate class for the configuration description.MailFlagHandler(org.apache.commons.configuration2.Configuration conf, EventManager eventManager, Registry registry)
Default constructor for a plugin of anEventManager
called by a service registry. -
Uses of Registry in de.aristaflow.adept2.core.registry
Methods in de.aristaflow.adept2.core.registry that return Registry Modifier and Type Method Description Registry
AristaFlowPlatform. getRegistry()
Gets the wrapper for access to the platform via theRegistry
-interface.protected Registry
BootstrapRegistry. getRegistry()
Gets the wrapper for access to this registry via theRegistry
-interface.Methods in de.aristaflow.adept2.core.registry with parameters of type Registry Modifier and Type Method Description void
AuthenticatedInjectedService. initPlatform(org.apache.commons.configuration2.Configuration conf, Registry registry)
Creates a wrappedAbstractAuthenticatedService
.void
InitialisedInjectedService. initPlatform(org.apache.commons.configuration2.Configuration conf, Registry registry)
Initialises this service by the platform, that is, sets a configuration and a registry thus allowing access to the platform. -
Uses of Registry in de.aristaflow.adept2.core.registry.cluster
Fields in de.aristaflow.adept2.core.registry.cluster declared as Registry Modifier and Type Field Description protected Registry
ClusterNode. registry
Deprecated.The registry used to access the communication service of the cluster server.Methods in de.aristaflow.adept2.core.registry.cluster that return Registry Modifier and Type Method Description Registry
ClusterNode. getRegistry(long timeout)
Deprecated.Gets the wrapper for accessing the platform via theRegistry
-interface waiting for the designated amount of time if the platform is currently not available.Methods in de.aristaflow.adept2.core.registry.cluster with parameters of type Registry Modifier and Type Method Description void
ClusterNode. initPlatform(org.apache.commons.configuration2.Configuration conf, Registry reg)
Deprecated. -
Uses of Registry in de.aristaflow.adept2.core.runtimemanager.executionenvironments
Fields in de.aristaflow.adept2.core.runtimemanager.executionenvironments declared as Registry Modifier and Type Field Description protected Registry
SystemExecutionEnvironment. registry
The registry for thisSystemExecutionEnvironment
.Constructors in de.aristaflow.adept2.core.runtimemanager.executionenvironments with parameters of type Registry Constructor Description SystemExecutionEnvironment(ActivityInstance activityInstance, Registry registry)
Creates a newSystemExecutionEnvironment
for the designated activity. -
Uses of Registry in de.aristaflow.adept2.core.runtimemanager.gui
Constructors in de.aristaflow.adept2.core.runtimemanager.gui with parameters of type Registry Constructor Description AbstractGUIManager(org.apache.commons.configuration2.Configuration configuration, Registry registry)
Creates a new GUI manager providing the basic means for aRemoteGUIManager
.AbstractGUIManager(org.apache.commons.configuration2.Configuration configuration, Registry registry, String[] startupRequiredServices, String[] runtimeRequiredServices)
Creates a new GUI manager providing the basic means for aRemoteGUIManager
. -
Uses of Registry in de.aristaflow.adept2.model
Constructors in de.aristaflow.adept2.model with parameters of type Registry Constructor Description ModelFactoryRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry)
Constructs a new model factory registry supporting factory for the creation of model implementations. -
Uses of Registry in de.aristaflow.adept2.ui.guimanager
Constructors in de.aristaflow.adept2.ui.guimanager with parameters of type Registry Constructor Description NullGUIManager(org.apache.commons.configuration2.Configuration configuration, Registry registry)
Instantiate the manager that returns only NullGUIContexts on client requests.RemoteHTMLGUIManager(org.apache.commons.configuration2.Configuration configuration, Registry registry)
Instantiate the manager that returns only NullGUIContexts on client requests. -
Uses of Registry in de.aristaflow.adept2.ui.htmlgui.httpservice
Constructors in de.aristaflow.adept2.ui.htmlgui.httpservice with parameters of type Registry Constructor Description EmbdServContHTTPService(org.apache.commons.configuration2.Configuration configuration, Registry registry)
Registers the HTTP-service-servlet at an embedded servlet container.NullHTTPService(org.apache.commons.configuration2.Configuration configuration, Registry registry)
Default constructor. -
Uses of Registry in de.aristaflow.adept2.ui.updatemanager
Constructors in de.aristaflow.adept2.ui.updatemanager with parameters of type Registry Constructor Description PVPUpdateManager(org.apache.commons.configuration2.Configuration configuration, Registry registry)
The update manager could be called as an ADEPT2Service
-