| Package | Description |
|---|---|
| org.kie.server.controller.api | |
| org.kie.server.controller.api.model.runtime | |
| org.kie.server.controller.api.model.spec | |
| org.kie.server.controller.api.service |
| Modifier and Type | Method and Description |
|---|---|
static ServerInstanceKey |
ModelFactory.newServerInstanceKey(String serverTemplateId,
String url) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerInstance |
| Modifier and Type | Method and Description |
|---|---|
ServerInstanceKey |
Container.getServerInstanceKey() |
ServerInstanceKey[] |
ServerInstanceKeyList.getServerInstanceKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerInstanceKeyList.setServerInstanceKeys(ServerInstanceKey[] serverInstanceKeys) |
| Constructor and Description |
|---|
Container(String containerSpecId,
String containerName,
ServerInstanceKey serverInstanceKey,
Collection<org.kie.server.api.model.Message> messages,
org.kie.server.api.model.ReleaseId resolvedReleasedId,
String url) |
ContainerKey(String containerSpecId,
String containerName,
ServerInstanceKey serverInstanceKey) |
ServerInstanceKeyList(ServerInstanceKey[] serverInstanceKeys) |
| Constructor and Description |
|---|
ServerInstanceKeyList(Collection<ServerInstanceKey> serverInstanceKeys) |
| Modifier and Type | Method and Description |
|---|---|
ServerInstanceKey |
ServerTemplate.getServerInstance(String serverInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ServerInstanceKey> |
ServerTemplate.getServerInstanceKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerTemplate.addServerInstance(ServerInstanceKey serverInstance) |
| Constructor and Description |
|---|
ServerTemplate(String id,
String name,
Collection<String> capabilities,
Map<Capability,ServerConfig> configs,
Collection<ContainerSpec> containersSpec,
Collection<ServerInstanceKey> serverIntanceKeys) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpecManagementService.deleteServerInstance(ServerInstanceKey serverInstanceKey) |
ContainerList |
RuntimeManagementService.getContainers(ServerInstanceKey serverInstanceKey) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.