|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Target | |
javax.enterprise.deploy.spi | Provides product vendor implementation classes. |
Uses of Target in javax.enterprise.deploy.spi |
Methods in javax.enterprise.deploy.spi that return Target | |
Target |
TargetModuleID.getTarget()
Get the target |
Target[] |
DeploymentManager.getTargets()
Get the available targets |
Methods in javax.enterprise.deploy.spi with parameters of type Target | |
TargetModuleID[] |
DeploymentManager.getRunningModules(ModuleType moduleType,
Target[] targets)
Get the running modules |
TargetModuleID[] |
DeploymentManager.getNonRunningModules(ModuleType moduleType,
Target[] targets)
Get the non running modules |
TargetModuleID[] |
DeploymentManager.getAvailableModules(ModuleType moduleType,
Target[] targets)
Get the available modules both running and non running |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |