@Service @PerLookup public class FaultToleranceDeployer extends MicroProfileDeployer<FaultToleranceContainer,FaultToleranceApplicationContainer>
| Constructor and Description |
|---|
FaultToleranceDeployer() |
| Modifier and Type | Method and Description |
|---|---|
FaultToleranceApplicationContainer |
load(FaultToleranceContainer container,
DeploymentContext deploymentContext)
Loads a previously prepared application in its execution environment and
return a ContractProvider instance that will identify this environment in
future communications with the application's container runtime.
|
void |
unload(FaultToleranceApplicationContainer applicationContainer,
DeploymentContext ctx)
Unload or stop a previously running application identified with the
ContractProvider instance.
|
clean, getMetaData, loadMetaData, preparepublic FaultToleranceApplicationContainer load(FaultToleranceContainer container, DeploymentContext deploymentContext)
Deployercontainer - in which the application will residedeploymentContext - of the deploymentpublic void unload(FaultToleranceApplicationContainer applicationContainer, DeploymentContext ctx)
DeployerapplicationContainer - instance to be stoppedctx - of the undeploymentCopyright © 2021. All rights reserved.