Uses of Class
de.aristaflow.adept2.base.service.ServiceNotKnownException
-
-
Uses of ServiceNotKnownException in de.aristaflow.adept2.base.cluster
Methods in de.aristaflow.adept2.base.cluster that throw ServiceNotKnownException Modifier and Type Method Description URI[]
RegistryProviderConf. getGlobalRegistry(SessionToken session)
URI[]
RegistryProviderDb. getGlobalRegistry(SessionToken session)
-
Uses of ServiceNotKnownException in de.aristaflow.adept2.base.communication
Methods in de.aristaflow.adept2.base.communication that throw ServiceNotKnownException Modifier and Type Method Description GlobalRegistry
GlobalRegistryServiceProvider. getGlobalRegistry(SessionToken session)
Gets (the instance of) the current global registry.void
GlobalServiceExportConsumer. setExportService(Supplier<SessionFactory> sfProvider, String clusterName, GlobalRegistryServiceProvider globRegProvider)
Sets the global service for exporting. -
Uses of ServiceNotKnownException in de.aristaflow.adept2.base.globalregistry
Subclasses of ServiceNotKnownException in de.aristaflow.adept2.base.globalregistry Modifier and Type Class Description class
WrongClusterException
AWrongClusterException
will be thrown if a service is requested from a specific cluster but the requested registry is in a different cluster.Methods in de.aristaflow.adept2.base.globalregistry that throw ServiceNotKnownException Modifier and Type Method Description URI[]
GlobalRegistryProvider. getGlobalRegistry(SessionToken session)
Gets the URIs of the current global registry.List<URI>
GlobalRegistry. getGlobalServiceUris(String clusterName, String serviceType, String serviceName)
Gets the global URIs with which the designated service instance is published.List<URI>
GlobalRegistry. getGlobalServiceUris(String clusterName, URI entityUri)
Gets the global URIs of the service, which is referenced in the given object URI.List<URI>
GlobalRegistry. getLocalServiceUris(String clusterName, String serviceType, String serviceName)
Gets the local URIs with which the designated service instance is published at this global registry.List<URI>
GlobalRegistry. getLocalServiceUris(String clusterName, URI entityUri)
Gets the local URIs of the service, which is referenced in the given object URI.List<URI>
GlobalRegistry. getLocalServiceUris(String clusterName, URI[] globalServiceUris)
Gets the local service URI of a service having the designated global URIs.void
GlobalRegistry. publishService(SessionToken session, String serviceType, String serviceName, List<URI> globalServiceUris)
Publishes the designated service with the designated global URIs and registers the designated local URIs for it.boolean
GlobalRegistry. unpublishService(SessionToken session, String clusterName, String serviceType, String serviceName, List<URI> globalServiceUris)
Unpublishes the designated service with the designated global URIs. -
Uses of ServiceNotKnownException in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry that throw ServiceNotKnownException Modifier and Type Method Description protected void
LocalServiceRegistry. checkServiceURI(SessionToken session, URI serviceURI)
Validates whether the designated URI is local, well-formed and may identify a service instance.protected void
ServiceRegistry. checkServiceURI(SessionToken session, URI serviceURI)
Validates whether the designated URI is well-formed and may identify a service instance.protected CommunicationService<?,?,?,?>
ServiceRegistry. getCommunicationService(SessionToken session, String simpleInstanceName)
Returns the communication service with the designated instance name.<T> T
RegistryWrapper. getConfiguredPlugin(SessionToken session, Object usingInstance, String pluginTypeName, Class<T> componentType)
<T> T
RegistryWrapper. getConfiguredPlugin(SessionToken session, Object usingInstance, String pluginTypeName, Class<T> componentType, String pluginInstanceName)
<T> Map<String,T>
RegistryWrapper. getConfiguredPlugins(SessionToken session, Object usingInstance, String pluginTypeName, Class<T> pluginType)
GlobalRegistry
ServiceRegistry. getGlobalRegistry(SessionToken session)
Returns a reference to (the default instance of) the global registry.protected String
LocalServiceRegistry. getInstanceNameFromServiceURI(URI serviceURI)
Returns the hierarchical instance name from the service URI.String
ServiceRegistry. getInstanceNameFromServiceURI(URI serviceURI)
Returns the hierarchical instance name from the service URI.protected <T extends ADEPT2Service>
TServiceRegistry. getLocallyExportedService(SessionToken session, URI chosenUri, URI[] serviceUris, Class<T> serviceType)
Gets the locally exported service identified by the designated URI.<T> T
RegistryWrapper. getModelFactory(String modelFactoryName, Class<T> modelFactoryType)
protected <T extends AbstractRegistry>
TLocalServiceRegistry. getRegistry(SessionToken session, String registryTypeName, Class<T> registryType)
Gets a registry (as service and therefore singleton) for the specified type name of the specified type, for instanceRuntimeRegistry
.<T extends ADEPT2Service>
TLocalServiceRegistry. getService(SessionToken session, String serviceName, Class<T> serviceType)
Initialises, starts and exports (not relevant in this registry but in subclasses) the designated local service as well as the services that are startup-required by the designated service.<T extends ADEPT2Service>
TLocalServiceRegistry. getService(SessionToken session, URI[] serviceURIs, Class<T> serviceType)
Retrieves the service described by the URIs of which one has to be a local one.<T extends ADEPT2Service>
TRegistryWrapper. getService(SessionToken session, String serviceName, Class<T> serviceType)
<T extends ADEPT2Service>
TRegistryWrapper. getService(SessionToken session, URI[] serviceURIs, Class<T> serviceType)
<T extends ADEPT2Service>
TServiceRegistry. getService(SessionToken session, String serviceName, Class<T> serviceType)
Returns the designated service which is either a started local service (seeLocalServiceRegistry.getService(SessionToken, String, Class)
) or a service stub based on URIs (seeServiceRegistry.getService(SessionToken, URI[], Class)
).<T extends ADEPT2Service>
TServiceRegistry. getService(SessionToken session, URI[] serviceURIs, Class<T> serviceType)
Retrieves the service described by the URIs which is either a local service (ServiceRegistry.getService(SessionToken, String, Class)
) or a stub for a remote service (ServiceRegistry.getServiceStub(SessionToken, URI, Class)
).protected <T extends ADEPT2Service>
TLocalServiceRegistry. getServiceForInstance(SessionToken session, String usingService, String usedServiceTypeName, Class<T> usedServiceType)
Returns a completely initialised and started service which has been configured to be used by theusingService
for the service typeusedServiceTypeName
and is of (object) typeusedServiceType
.<T extends ADEPT2Service>
TRegistryWrapper. getServiceOfType(SessionToken session, String serviceTypeName, Class<T> serviceType)
GlobalRegistry
ServiceRegistry. globalRegistryChanged(SessionToken session, URI globRegUri)
Changes the URI of the (default instance of the) global registry to the designated URI.protected abstract GlobalSecurityManager
LocalServiceRegistry. prepareGlobalSecurityManager()
Prepares the security manager that is, the global security manager will be retrieved (and started) if necessary. -
Uses of ServiceNotKnownException in de.aristaflow.adept2.base.service
Methods in de.aristaflow.adept2.base.service that return ServiceNotKnownException Modifier and Type Method Description ServiceNotKnownException
RTServiceNotKnownException. getWrappedException()
Deprecated.Methods in de.aristaflow.adept2.base.service that throw ServiceNotKnownException Modifier and Type Method Description <T> T
ServiceAccess. getConfiguredPlugin(SessionToken session, Object usingInstance, String pluginTypeName, Class<T> pluginType)
Retrieves the default plugin of the designated type which is configured for the designated (using) instance.<T> T
ServiceAccess. getConfiguredPlugin(SessionToken session, Object usingInstance, String pluginTypeName, Class<T> pluginType, String pluginInstanceName)
Retrieves the plugin having the designated type and instance name as well as type and which is configured for the designated (using) instance.<T> Map<String,T>
ServiceAccess. getConfiguredPlugins(SessionToken session, Object usingInstance, String pluginTypeName, Class<T> pluginType)
Retrieves all plugin instances (pre-configured and dynamic) of the designated plugin type.<T> T
ServiceAccess. getModelFactory(String modelFactoryName, Class<T> modelFactoryType)
Gets the designated model factory registry.S
DynamicServiceRegistration. getNewServiceFor(SessionToken session, K key)
Gets a new service for the designated key, i. e. the registered services (after the currently used one) are being contacted and the first successfully contacted service will become the new used service.<T extends ADEPT2Service>
TServiceAccess. getService(SessionToken session, String serviceName, Class<T> serviceType)
Returns the designated service which is either a local service or a service stub that is retrieved from the global registry if the service is not known to this registry but to the global registry.<T extends ADEPT2Service>
TServiceAccess. getService(SessionToken session, URI[] serviceURIs, Class<T> serviceType)
Retrieves the service described by the URIs which is either a local service stub that is retrieved from the global registry if the service is not known to this registry but to the global registry.S
DynamicServiceRegistration. getServiceFor(SessionToken parentSession, K key)
Gets the currently used service for the designated key.<T extends ADEPT2Service>
TServiceAccess. getServiceOfType(SessionToken session, String serviceTypeName, Class<T> serviceType)
Returns the service instance of the designated service type which is configured for usage by this (the requesting) service instance.Constructors in de.aristaflow.adept2.base.service with parameters of type ServiceNotKnownException Constructor Description RTServiceNotKnownException(ServiceNotKnownException snke)
Deprecated. -
Uses of ServiceNotKnownException in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that throw ServiceNotKnownException Modifier and Type Method Description <T> T
MultiplexingClientService. getConfiguredPlugin(SessionToken session, Object usingInstance, String pluginTypeName, Class<T> pluginType)
Retrieves the default plugin of the designated type which is configured for the designated (using) instance.<T> T
MultiplexingClientService. getConfiguredPlugin(SessionToken session, Object usingInstance, String pluginTypeName, Class<T> pluginType, String pluginInstanceName)
Retrieves the plugin having the designated type and instance name as well as type and which is configured for the designated (using) instance.<T> Map<String,T>
MultiplexingClientService. getConfiguredPlugins(SessionToken session, Object usingInstance, String pluginTypeName, Class<T> pluginType)
Retrieves all plugin instances (pre-configured and dynamic) of the designated plugin type.LicenceManager
ClientService. getLicenceManager()
Gets the licence manager that provides the licence for all AristaFlow-services and products.LicenceManager
MultiplexingClientService. getLicenceManager()
Gets the licence manager that provides the licence for all AristaFlow-services and products.<T> T
MultiplexingClientService. getModelFactory(String modelFactoryName, Class<T> modelFactoryType)
Gets the designated model factory registry.RemoteGUIManager
ExecutionClientService. getRemoteGUIManager()
Gets the GUI manager for creating local GUI contexts for the GUI contexts that are transferred from a remotely executed activity.RemoteGUIManager
MultiplexingClientService. getRemoteGUIManager()
RemoteGUIManager
RemoteExecutionClientService. getRemoteGUIManager()
Gets the GUI manager for creating local GUI contexts for the GUI contexts that are transferred from a remotely executed activity.Pair<SynchronousActivityStarting,Boolean>
ExecutionClientService. getRemoteSynchronousActivityStarting(EBPInstanceReference activity)
Gets the interface for (synchronous) start operations of the designated activity independently from the execution manager holding the activity and the local runtime manager.Pair<SynchronousActivityStarting,Boolean>
MultiplexingClientService. getRemoteSynchronousActivityStarting(EBPInstanceReference activity)
Pair<SynchronousActivityStarting,Boolean>
RemoteExecutionClientService. getRemoteSynchronousActivityStarting(EBPInstanceReference activity)
Gets the interface for (synchronous) start operations of the designated activity independently from the execution manager holding the activity and the local runtime manager.<T extends ADEPT2Service>
TMultiplexingClientService. getService(SessionToken session, String serviceName, Class<T> serviceType)
Returns the designated service which is either a local service or a service stub that is retrieved from the global registry if the service is not known to this registry but to the global registry.<T extends ADEPT2Service>
TMultiplexingClientService. getService(SessionToken session, URI[] serviceURIs, Class<T> serviceType)
Retrieves the service described by the URIs which is either a local service stub that is retrieved from the global registry if the service is not known to this registry but to the global registry.<T extends ADEPT2Service>
TMultiplexingClientService. getServiceOfType(SessionToken session, String typeName, Class<T> serviceType)
Returns the service instance of the designated service type which is configured for usage by this (the requesting) service instance. -
Uses of ServiceNotKnownException in de.aristaflow.adept2.core.eventmanager
Methods in de.aristaflow.adept2.core.eventmanager that throw ServiceNotKnownException Modifier and Type Method Description EventHandler
EventManager. addEventHandler(SessionToken session, String eventType, String sourceType, String handlerID, int index)
Adds an event handler having the designated ID to the designated event type and event source at the designated position.EventSource<? extends Event>
EventManager. addEventSource(SessionToken session, String eventType, String sourceType, String sourceID, org.apache.commons.configuration2.Configuration configuration)
Adds an event source having the designated ID to the designated event type and event source. -
Uses of ServiceNotKnownException in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that throw ServiceNotKnownException Modifier and Type Method Description EventHandler
AbstractEventManager. addEventHandler(SessionToken session, String eventType, String sourceType, String handlerID, int index)
protected EventHandler
AbstractEventManager. addEventHandler(SessionToken session, String eventType, String sourceType, String handlerID, EventHandler current, int index)
Adds the designated event handler to the designated event type and source type.EventSource<?>
AbstractEventManager. addEventSource(SessionToken session, String eventType, String sourceType, String sourceID, org.apache.commons.configuration2.Configuration conf)
protected void
AbstractEventManager. addPreregistered(org.apache.commons.configuration2.Configuration conf)
Reads the event handler and sources from the configuration based on the supported event types, registers and starts them initially and adds them afterwards.protected void
AbstractEventManager. addPreregistered(org.apache.commons.configuration2.Configuration conf, Iterator<String> sourceTypes)
Reads the event handler and sources for the designated source types from the configuration, registers and starts them initially and adds them afterwards.ExtendedConnection
DefaultEventManager. getConnection(String dataSource, boolean readOnly)
Retrieves a connection to the designated data source.<P> P
AbstractEventManager. getPlugin(String pluginTypeName, Class<P> pluginType, String instanceName)
Gets the plugin instance configured for the designated plugin type and name.<S extends ADEPT2Service>
SAbstractEventManager. getService(String serviceTypeName, String simpleServName, Class<S> serviceType)
Gets the service of the designated type and name (or the corresponding service configured for this event manager). -
Uses of ServiceNotKnownException in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that throw ServiceNotKnownException Modifier and Type Method Description URI[]
ExecutionManager. getDataManager(SessionToken session, UUID instanceID)
Gets the data manager that is associated with this execution manager for the designated process instance.URI[]
ExecutionManager. getProcessManager(SessionToken session, UUID instanceID)
Gets the process manager that is associated with this execution manager for the designated process instanceURI[]
ExecutionManager. getProcessManagerLogId(SessionToken session, UUID instLogId)
Gets the process manager that is associated with this execution manager for the designated process instance. -
Uses of ServiceNotKnownException in de.aristaflow.adept2.core.registry
Methods in de.aristaflow.adept2.core.registry that throw ServiceNotKnownException Modifier and Type Method Description protected ClientService
BootstrapRegistry. getClientService()
Gets the client service providing convenient access to the services provided by this registry and needed by client components.protected Registry
BootstrapRegistry. getRegistry()
Gets the wrapper for access to this registry via theRegistry
-interface.GlobalSecurityManager
BootstrapRegistry. prepareGlobalSecurityManager()
-
Uses of ServiceNotKnownException in de.aristaflow.adept2.core.registry.cluster
Methods in de.aristaflow.adept2.core.registry.cluster that throw ServiceNotKnownException Modifier and Type Method Description protected GlobalRegistry
ClusterPlatform. globalRegistryChanged(SessionToken session, URI globRegUri)
-
Uses of ServiceNotKnownException in de.aristaflow.adept2.core.registry.twophase
Methods in de.aristaflow.adept2.core.registry.twophase that throw ServiceNotKnownException Modifier and Type Method Description protected GlobalRegistry
TwoPhasePlatform. globalRegistryChanged(SessionToken session, URI globRegUri)
Notifies the bootstrap registry that the URI of the global registry has changed to the designated URI. -
Uses of ServiceNotKnownException in de.aristaflow.adept2.core.runtimemanager.gui
Methods in de.aristaflow.adept2.core.runtimemanager.gui that throw ServiceNotKnownException Modifier and Type Method Description URI[]
AbstractGUIManager. getActivityStateListenerURIs(SessionToken session, EBPInstanceReference activity)
URI[]
RemoteGUIManager. getActivityStateListenerURIs(SessionToken session, EBPInstanceReference activity)
Registers this GUI manager as state listener for the designated activity and returns the URIs of the (local) notification service that needs to be registered at theSynchronousActivityStarting
.protected ExecutionControlManager
AbstractGUIManager. getExecutionControlManager(SessionToken session, EBPInstanceReference activity)
Gets the execution control manager for the designated activity, that is, the execution control manager of the runtime manager of the designated activity.ProcessConstants.NodeState
AbstractGUIManager. terminateRemoteExecution(SessionToken session, EBPInstanceReference activity, String sessionID)
Terminates the (remote) execution of the designated activity, that is, the execution control manager of the designated activity is instructed appropriately. -
Uses of ServiceNotKnownException in de.aristaflow.adept2.model
Methods in de.aristaflow.adept2.model that throw ServiceNotKnownException Modifier and Type Method Description ActivityModelFactory
ModelFactoryRegistry. getActivityModelFactory(String usingInstance)
Gets the instance of the activity model factory configured for the designated component instance.ExecutionFactory
ModelFactoryRegistry. getExecutionFactory(String usingInstance)
Gets the instance of the execution factory configured for the designated component instance.protected <T> T
ModelFactoryRegistry. getFactory(String usingInstance, String factoryType, Class<T> factoryClass)
Gets the instance of the designated factory configured for the component instance with the designated instance name.SystemDataFormatterFactory
ModelFactoryRegistry. getFormatterFactory(String usingInstance)
Gets the instance of the system data formatter configured for the designated component instance.GraphicalModelFactory
ModelFactoryRegistry. getGraphicalModelFactory(String usingInstance)
Gets the instance of the graphical model factory configured for the designated component instance.InitTabFactory
ModelFactoryRegistry. getInitTabFactory(String usingInstance)
Gets the instance of the init tab model factory configured for the designated component instance.LocalisationFactory
ModelFactoryRegistry. getLocalisationFactory(String usingInstance)
Gets the instance of the localisation factory configured for the designated component instance.static ModelFactoryRegistry
ModelFactoryRegistry. getModelFactoryRegistry()
Deprecated.FilterFactory
ModelFactoryRegistry. getModelFilterFactory(String usingInstance)
Gets the instance of the filter factory configured for the designated component instance.ProcessModelFactory
ModelFactoryRegistry. getProcessModelFactory(String usingInstance)
Gets the instance of the process model factory configured for the designated component instance.de.aristaflow.adept2.model.resourcemodel.builder.ResourceModelFactory
ModelFactoryRegistry. getResourceModelFactory(String usingInstance)
Gets the instance of the resource model factory configured for the designated component instance.WorklistModelFactory
ModelFactoryRegistry. getWorklistModelFactory(String usingInstance)
Gets the instance of the worklist model factory configured for the designated component instance. -
Uses of ServiceNotKnownException in de.aristaflow.ilm.base.service
Constructors in de.aristaflow.ilm.base.service with parameters of type ServiceNotKnownException Constructor Description ServiceNotKnownException(ServiceNotKnownException snke)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.core.executionmanager
Constructors in de.aristaflow.ilm.ws.core.executionmanager that throw ServiceNotKnownException Constructor Description ActivityExecutionControlWebService(ActivityExecutionControl service, AbstractSubResourceWebService<?> parent)
ActivityStartingWebService(ActivityStarting service, ExecutionManagerWebService parent)
ActivityTerminationWebService(ActivityTermination service, AbstractSubResourceWebService<?> parent)
ExecutionManagerWebService(ExecutionManager service, ServiceMetaData smd)
InstanceControlWebService(InstanceControl service, ExecutionManagerWebService parent, TemplIdRemoteIteratorWebService tiriws)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.core.globalprovider
Constructors in de.aristaflow.ilm.ws.core.globalprovider that throw ServiceNotKnownException Constructor Description GlobalProviderWebService(GlobalProvider service, ServiceMetaData smd)
GlobalUserConfigurationWebService(GlobalUserConfiguration service, AbstractSubResourceWebService<?> parent)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.core.logmanager.logs
Constructors in de.aristaflow.ilm.ws.core.logmanager.logs that throw ServiceNotKnownException Constructor Description ExecutionLogManagerWebService(LogManager service, ServiceMetaData smd, org.apache.commons.configuration2.Configuration lmConf)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.core.processimagerenderer
Constructors in de.aristaflow.ilm.ws.core.processimagerenderer that throw ServiceNotKnownException Constructor Description ProcessImageRendererWebService(ProcessImageRenderer service, ServiceMetaData smd)
SimpleProcessImageRendererWebService(SimpleProcessImageRenderer service, ServiceMetaData smd)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.core.processmanager
Constructors in de.aristaflow.ilm.ws.core.processmanager that throw ServiceNotKnownException Constructor Description ProcessManagerWebService(ProcessManager service, ServiceMetaData smd)
TemplateManagerWebService(TemplateManager service, ProcessManagerWebService parent)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.core.resmodelmanager
Constructors in de.aristaflow.ilm.ws.core.resmodelmanager that throw ServiceNotKnownException Constructor Description ResModelChangeOperationsWebService(de.aristaflow.adept2.core.resmodelmanager.ResModelChangeOperations service, AbstractSubResourceWebService<?> parent)
ResModelExplorerWebService(de.aristaflow.adept2.core.resmodelmanager.ResModelExplorer service, ResModelManagerWebService parent)
ResModelExpressionEvaluationWebService(de.aristaflow.adept2.core.resmodelmanager.ResModelExpressionEvaluation service, ResModelManagerWebService parent)
ResModelManagerWebService(de.aristaflow.adept2.core.resmodelmanager.ResModelManager service, ServiceMetaData smd)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.core.runtimemanager
Constructors in de.aristaflow.ilm.ws.core.runtimemanager that throw ServiceNotKnownException Constructor Description ExecutionControlManagerWebService(T service, AbstractSubResourceWebService<?> parent)
RuntimeManagerWebService(RuntimeManager service, ServiceMetaData smd)
SynchronousActivityStartingWebService(SynchronousActivityStarting service, AbstractSubResourceWebService<?> parent)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.core.runtimeservice
Constructors in de.aristaflow.ilm.ws.core.runtimeservice that throw ServiceNotKnownException Constructor Description RemoteActivityStartingWebService(RemoteActivityStarting service, RuntimeServiceWebService parent, MessageDemux md, long dispatchTimeout)
RemoteExecutionControlManagerWebService(RemoteExecutionControlManager service, AbstractSubResourceWebService<?> parent)
RemoteRuntimeEnvironmentWebService(RemoteRuntimeEnvironment service, AbstractSubResourceWebService<?> parent, MessageDemux md)
RuntimeServiceWebService(RuntimeService service, ServiceMetaData smd)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.core.worklistmanager
Constructors in de.aristaflow.ilm.ws.core.worklistmanager that throw ServiceNotKnownException Constructor Description WorklistAdministrationWebService(WorklistAdministration service, AbstractSubResourceWebService<?> parent)
WorklistManagerWebService(WorklistManager service, ServiceMetaData smd)
WorklistUpdateManagerWebService(WorklistUpdateManager service, WorklistManagerWebService parent, QaRemoteIteratorWebService qriws)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.rest.core.executionmanager
Methods in de.aristaflow.ilm.ws.rest.core.executionmanager that throw ServiceNotKnownException Modifier and Type Method Description protected ExecutionManagerWebService
ExecutionManagerRest. createWebService(ExecutionManager serv, ServiceMetaData smd)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.rest.core.globalprovider
Methods in de.aristaflow.ilm.ws.rest.core.globalprovider that throw ServiceNotKnownException Modifier and Type Method Description protected GlobalProviderWebService
GlobalProviderRest. createWebService(GlobalProvider serv, ServiceMetaData smd)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.rest.core.processimagerenderer
Methods in de.aristaflow.ilm.ws.rest.core.processimagerenderer that throw ServiceNotKnownException Modifier and Type Method Description protected ProcessImageRendererWebService
ProcessImageRendererRest. createWebService(ProcessImageRenderer serv, ServiceMetaData smd)
protected SimpleProcessImageRendererWebService
SimpleProcessImageRendererRest. createWebService(SimpleProcessImageRenderer serv, ServiceMetaData smd)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.rest.core.processmanager
Methods in de.aristaflow.ilm.ws.rest.core.processmanager that throw ServiceNotKnownException Modifier and Type Method Description protected ProcessManagerWebService
ProcessManagerRest. createWebService(ProcessManager serv, ServiceMetaData smd)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager that throw ServiceNotKnownException Modifier and Type Method Description protected ResModelManagerWebService
ResModelManagerRest. createWebService(de.aristaflow.adept2.core.resmodelmanager.ResModelManager serv, ServiceMetaData smd)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.rest.core.runtimemanager
Methods in de.aristaflow.ilm.ws.rest.core.runtimemanager that throw ServiceNotKnownException Modifier and Type Method Description protected RuntimeManagerWebService
RuntimeManagerRest. createWebService(RuntimeManager serv, ServiceMetaData smd)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.rest.core.runtimeservice
Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice that throw ServiceNotKnownException Modifier and Type Method Description protected RuntimeServiceWebService
RuntimeServiceRest. createWebService(RuntimeService serv, ServiceMetaData smd)
-
Uses of ServiceNotKnownException in de.aristaflow.ilm.ws.rest.core.worklistmanager
Methods in de.aristaflow.ilm.ws.rest.core.worklistmanager that throw ServiceNotKnownException Modifier and Type Method Description protected WorklistManagerWebService
WorklistManagerRest. createWebService(WorklistManager serv, ServiceMetaData smd)
-