Package | Description |
---|---|
javax.enterprise.deploy.spi |
Provides product vendor implementation classes.
|
Modifier and Type | Method and Description |
---|---|
Target |
TargetModuleID.getTarget()
Get the target
|
Target[] |
DeploymentManager.getTargets()
Get the available targets
|
Modifier and Type | Method and Description |
---|---|
ProgressObject |
DeploymentManager.distribute(Target[] targets,
File moduleArchive,
File deploymentPlan)
Validates the configuration, generates all container specific classes and moves the archive
to the targets
|
ProgressObject |
DeploymentManager.distribute(Target[] targets,
InputStream moduleArchive,
InputStream deploymentPlan)
Validates the configuration, generates all container specific classes and moves the archive
to the targets
|
ProgressObject |
DeploymentManager.distribute(Target[] targets,
ModuleType type,
InputStream moduleArchive,
InputStream deploymentPlan)
The distribute method performs three tasks; it validates the deployment configuration
data, generates all container specific classes and interfaces, and moves the fully
baked archive to the designated deployment targets.
|
TargetModuleID[] |
DeploymentManager.getAvailableModules(ModuleType moduleType,
Target[] targets)
Get the available modules both running and non running
|
TargetModuleID[] |
DeploymentManager.getNonRunningModules(ModuleType moduleType,
Target[] targets)
Get the non running modules
|
TargetModuleID[] |
DeploymentManager.getRunningModules(ModuleType moduleType,
Target[] targets)
Get the running modules
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.