Uses of Interface
de.aristaflow.adept2.core.client.ClientService
Packages that use ClientService
Package
Description
-
Uses of ClientService in de.aristaflow.adept2.core.client
Subinterfaces of ClientService in de.aristaflow.adept2.core.clientModifier and TypeInterfaceDescriptioninterfaceinterfaceDeprecated.interfaceinterfaceThis client service extends a client service for local execution by the means to execute activities remotely.interfaceinterfaceinterfaceThis client service extends a worklist client service by the means to execute activities remotely.interfaceClasses in de.aristaflow.adept2.core.client that implement ClientServiceModifier and TypeClassDescriptionclassTheMultiplexingClientServiceis a broker for service requests from various web clients. -
Uses of ClientService in de.aristaflow.adept2.core.registry
Methods in de.aristaflow.adept2.core.registry that return ClientServiceModifier and TypeMethodDescriptionAristaFlowPlatform.getClientService()Gets the client service providing convenient access to the services provided by the platform and needed by client components.protected ClientServiceBootstrapRegistry.getClientService()Gets the client service providing convenient access to the services provided by this registry and needed by client components. -
Uses of ClientService in de.aristaflow.adept2.core.registry.cluster
Methods in de.aristaflow.adept2.core.registry.cluster that return ClientServiceModifier and TypeMethodDescriptionClusterNode.getClientService(long timeout) Deprecated.Gets the client service providing convenient access to the services provided by the platform and needed by client components. -
Uses of ClientService in de.aristaflow.adept2.ui.swtgui
Fields in de.aristaflow.adept2.ui.swtgui declared as ClientServiceModifier and TypeFieldDescriptionprotected final ClientServiceSwtHtmlContext.clientServiceThe client service to retrieve a session token from to access the HTTP service.Constructors in de.aristaflow.adept2.ui.swtgui with parameters of type ClientServiceModifierConstructorDescriptionSwtHtmlContext(Thread thread, SWTContext parentSwtContext, HTTPService httpService, ClientService clientService, String sessionId) Creates a new HTML context based on the Eclipse-Browser-widget.