Modifier and Type | Class and Description |
---|---|
class |
ContainerImpl
Container
|
Modifier and Type | Field and Description |
---|---|
private InstanceProducer<Container> |
ContainerImpl.containerProducer |
private java.util.List<Container> |
LocalContainerRegistry.containers |
Modifier and Type | Method and Description |
---|---|
private Container |
LocalContainerRegistry.addContainer(Container contianer) |
Container |
LocalContainerRegistry.create(ContainerDef definition,
ServiceLoader loader) |
private Container |
LocalContainerRegistry.findDefaultContainer() |
private Container |
LocalContainerRegistry.findMatchingContainer(java.lang.String name) |
Container |
LocalContainerRegistry.getContainer(java.lang.String name) |
Container |
LocalContainerRegistry.getContainer(TargetDescription target) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Container> |
LocalContainerRegistry.getContainers() |
Modifier and Type | Method and Description |
---|---|
private Container |
LocalContainerRegistry.addContainer(Container contianer) |
void |
DefaultServerKillProcessor.kill(Container container) |
Modifier and Type | Field and Description |
---|---|
private Container |
ContainerOperationResult.GenericOperation.contianer |
Modifier and Type | Method and Description |
---|---|
Container |
ContainerOperationResult.Operation.getContainer() |
Container |
ContainerOperationResult.GenericOperation.getContainer() |
Modifier and Type | Method and Description |
---|---|
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deployFailure(Container container,
DeploymentDescription deployment,
java.lang.Throwable exception) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.deploySuccess(Container container,
DeploymentDescription deployment) |
private void |
ContainerLifecycleController.forContainer(Container container,
ContainerLifecycleController.Operation<Container> operation) |
static ContainerOperationResult.Operation<java.lang.Void> |
ContainerOperationResult.setupFailure(Container container,
java.lang.Throwable exception) |
static ContainerOperationResult.Operation<java.lang.Void> |
ContainerOperationResult.setupSuccess(Container container) |
static ContainerOperationResult.Operation<java.lang.Void> |
ContainerOperationResult.startFailure(Container container,
java.lang.Throwable exception) |
static ContainerOperationResult.Operation<java.lang.Void> |
ContainerOperationResult.startSuccess(Container container) |
static ContainerOperationResult.Operation<java.lang.Void> |
ContainerOperationResult.stopFailure(Container container,
java.lang.Throwable exception) |
static ContainerOperationResult.Operation<java.lang.Void> |
ContainerOperationResult.stopSuccess(Container container) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeployFailure(Container container,
DeploymentDescription deployment,
java.lang.Throwable exception) |
static ContainerOperationResult.Operation<DeploymentDescription> |
ContainerOperationResult.unDeploySuccess(Container container,
DeploymentDescription deployment) |
Constructor and Description |
---|
GenericOperation(ContainerOperationResult.Type type,
Container contianer) |
GenericOperation(ContainerOperationResult.Type type,
Container contianer,
java.lang.Throwable exception) |
GenericOperation(ContainerOperationResult.Type type,
Container contianer,
java.lang.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(java.lang.String name) |
Container |
ContainerRegistry.getContainer(TargetDescription target) |
Modifier and Type | Method and Description |
---|---|
java.util.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 | Field and Description |
---|---|
private Container |
ContainerControlEvent.container |
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 | Field and Description |
---|---|
private Instance<Container> |
ClientTestInstanceEnricher.container |
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 |
---|---|
(package private) abstract void |
ContainerEventController.ResultCallback.call(Container container,
Deployment deployment) |
(package private) void |
ContainerEventController.Activate.call(Container container,
Deployment deployment) |
(package private) void |
ContainerEventController.DeActivate.call(Container container,
Deployment deployment) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ClientContainerController.containerExists(java.util.List<Container> containers,
java.lang.String name) |
protected boolean |
ClientContainerController.isControllableContainer(java.util.List<Container> containers,
java.lang.String containerQualifier) |
Modifier and Type | Field and Description |
---|---|
private Instance<Container> |
RemoteTestExecuter.container |
private Instance<Container> |
ClientBeforeAfterLifecycleEventExecuter.container |