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() |
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) |
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 |
---|---|
Collection<ServerInstanceKey> |
RuntimeManagementService.getServerInstances(String serverTemplateId) |
Modifier and Type | Method and Description |
---|---|
Collection<Container> |
RuntimeManagementService.getContainers(ServerInstanceKey serverInstanceKey) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.