| Package | Description |
|---|---|
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.core.registry | |
| de.aristaflow.adept2.core.registry.cluster | |
| de.aristaflow.adept2.ui.swtgui |
| Modifier and Type | Interface and 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiplexingClientService
The
MultiplexingClientService is a broker for service requests
from various web clients. |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClientService |
SwtHtmlContext.clientService
The client service to retrieve a session token from to access the HTTP
service.
|
| Constructor and Description |
|---|
SwtHtmlContext(java.lang.Thread thread,
SWTContext parentSwtContext,
HTTPService httpService,
ClientService clientService,
java.lang.String sessionId)
Creates a new HTML context based on the Eclipse-Browser-widget.
|