Package | Description |
---|---|
org.kie.server.controller.api.model.runtime | |
org.kie.server.controller.api.service |
Modifier and Type | Method and Description |
---|---|
Collection<Container> |
ServerInstance.getContainers() |
Modifier and Type | Method and Description |
---|---|
void |
ServerInstance.addContainer(Container container) |
Modifier and Type | Method and Description |
---|---|
void |
ServerInstance.setContainers(Collection<Container> containers) |
Constructor and Description |
---|
ServerInstance(String serverTemplateId,
String serverName,
String serverInstanceId,
String url,
String version,
Collection<org.kie.server.api.model.Message> status,
Collection<Container> containers) |
Modifier and Type | Method and Description |
---|---|
Collection<Container> |
RuntimeManagementService.getContainers(ServerInstanceKey serverInstanceKey) |
Modifier and Type | Method and Description |
---|---|
void |
NotificationService.notify(ServerTemplate serverTemplate,
ContainerSpec containerSpec,
List<Container> containers) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.