Uses of Interface
de.aristaflow.adept2.core.client.ClientService
-
Packages that use ClientService Package Description de.aristaflow.adept2.core.client de.aristaflow.adept2.core.registry de.aristaflow.adept2.core.registry.cluster de.aristaflow.adept2.ui.swtgui -
-
Uses of ClientService in de.aristaflow.adept2.core.client
Subinterfaces of ClientService in de.aristaflow.adept2.core.client Modifier and Type Interface Description interface
ActivityManagerService
interface
ADEPT2ClientService
Deprecated.interface
AdministrationService
interface
ExecutionClientService
This client service extends a client service for local execution by the means to execute activities remotely.interface
LocalExecutionClientService
interface
ModellingClientService
interface
RemoteExecutionClientService
This client service extends a worklist client service by the means to execute activities remotely.interface
WorklistClientService
Classes in de.aristaflow.adept2.core.client that implement ClientService Modifier and Type Class Description class
MultiplexingClientService
TheMultiplexingClientService
is 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 ClientService Modifier and Type Method Description ClientService
AristaFlowPlatform. getClientService()
Gets the client service providing convenient access to the services provided by the platform and needed by client components.protected ClientService
BootstrapRegistry. 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 ClientService Modifier and Type Method Description ClientService
ClusterNode. 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 ClientService Modifier and Type Field Description protected ClientService
SwtHtmlContext. clientService
The client service to retrieve a session token from to access the HTTP service.Constructors in de.aristaflow.adept2.ui.swtgui with parameters of type ClientService Constructor Description SwtHtmlContext(Thread thread, SWTContext parentSwtContext, HTTPService httpService, ClientService clientService, String sessionId)
Creates a new HTML context based on the Eclipse-Browser-widget.
-