Package | Description |
---|---|
org.kie.server.api.model |
Modifier and Type | Method and Description |
---|---|
KieContainerStatus |
KieContainerResource.getStatus() |
static KieContainerStatus |
KieContainerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KieContainerStatus[] |
KieContainerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KieContainerResource.setStatus(KieContainerStatus status) |
Constructor and Description |
---|
KieContainerResource(String containerId,
ReleaseId releaseId,
KieContainerStatus status) |
KieContainerResource(String containerId,
ReleaseId releaseId,
ReleaseId resolvedReleaseId,
KieContainerStatus status) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.