Modifier and Type | Class and Description |
---|---|
class |
ContainerImpl
Container
|
Modifier and Type | Method and Description |
---|---|
Container |
LocalContainerRegistry.create(ContainerDef definition,
ServiceLoader loader) |
Container |
LocalContainerRegistry.getContainer(String name) |
Container |
LocalContainerRegistry.getContainer(TargetDescription target) |
Modifier and Type | Method and Description |
---|---|
List<Container> |
LocalContainerRegistry.getContainers() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultServerKillProcessor.kill(Container container) |
Modifier and Type | Method and Description |
---|---|
Container |
ContainerOperationResult.Operation.getContainer() |
Container |
ContainerOperationResult.GenericOperation.getContainer() |
Constructor and Description |
---|
GenericOperation(ContainerOperationResult.Type type,
Container contianer) |
GenericOperation(ContainerOperationResult.Type type,
Container contianer,
Throwable exception) |
GenericOperation(ContainerOperationResult.Type type,
Container contianer,
Throwable exception,
X object) |
GenericOperation(ContainerOperationResult.Type type,
Container contianer,
X object) |
Modifier and Type | Method and Description |
---|---|
Container |
ContainerRegistry.create(ContainerDef definition,
ServiceLoader loader) |
Container |
ContainerRegistry.getContainer(String name) |
Container |
ContainerRegistry.getContainer(TargetDescription target) |
Modifier and Type | Method and Description |
---|---|
List<Container> |
ContainerRegistry.getContainers() |
Modifier and Type | Method and Description |
---|---|
void |
ServerKillProcessor.kill(Container container)
Kill a server instance via a specific implementation.
|
Modifier and Type | Method and Description |
---|---|
Container |
ContainerControlEvent.getContainer() |
Constructor and Description |
---|
ContainerControlEvent(Container container) |
DeployDeployment(Container container,
Deployment deployment) |
DeploymentEvent(Container container,
Deployment deployment) |
KillContainer(Container container) |
SetupContainer(Container container) |
StartContainer(Container container) |
StopContainer(Container container) |
UnDeployDeployment(Container container,
Deployment deployment) |
Modifier and Type | Method and Description |
---|---|
static boolean |
RunModeUtils.isLocalContainer(Container container)
Check if this Container DEFAULTs to the Local protocol.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ClientContainerController.containerExists(List<Container> containers,
String name) |
protected boolean |
ClientContainerController.isControllableContainer(List<Container> containers,
String containerQualifier) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.