Package | Description |
---|---|
javax.enterprise.deploy.spi |
Modifier and Type | Method and Description |
---|---|
Target |
TargetModuleID.getTarget()
Retrieve the target server that this module was deployed to.
|
Target[] |
DeploymentManager.getTargets()
Retrieve the list of deployment targets supported by this DeploymentManager.
|
Modifier and Type | Method and Description |
---|---|
ProgressObject |
DeploymentManager.distribute(Target[] targetList,
File moduleArchive,
File 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.
|
ProgressObject |
DeploymentManager.distribute(Target[] targetList,
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[] targetList)
Retrieve the list of all J2EE application modules running or not running on the
identified targets.
|
TargetModuleID[] |
DeploymentManager.getNonRunningModules(ModuleType moduleType,
Target[] targetList)
Retrieve the list of J2EE application modules distributed to the identified
targets and that are currently not running on the associated server or servers.
|
TargetModuleID[] |
DeploymentManager.getRunningModules(ModuleType moduleType,
Target[] targetList)
Retrieve the list of J2EE application modules distributed to the identified
targets and that are currently running on the associated server or servers.
|
Copyright © 2013. All Rights Reserved.