|
|||||||||
| Home >> All >> javax >> enterprise >> deploy >> [ spi overview ] | PREV NEXT | ||||||||
Uses of Interface
javax.enterprise.deploy.spi.Target
| Uses of Target in javax.enterprise.deploy.spi |
| Methods in javax.enterprise.deploy.spi that return Target | |
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. |
Target[] |
MockDeploymentManager.getTargets()
|
| Methods in javax.enterprise.deploy.spi with parameters of type Target | |
TargetModuleID[] |
DeploymentManager.getRunningModules(javax.enterprise.deploy.shared.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. |
TargetModuleID[] |
DeploymentManager.getNonRunningModules(javax.enterprise.deploy.shared.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.getAvailableModules(javax.enterprise.deploy.shared.ModuleType moduleType,
Target[] targetList)
Retrieve the list of all J2EE application modules running or not running on the identified targets. |
javax.enterprise.deploy.spi.status.ProgressObject |
DeploymentManager.distribute(Target[] targetList,
java.io.File moduleArchive,
java.io.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. |
javax.enterprise.deploy.spi.status.ProgressObject |
DeploymentManager.distribute(Target[] targetList,
java.io.InputStream moduleArchive,
java.io.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[] |
MockDeploymentManager.getRunningModules(javax.enterprise.deploy.shared.ModuleType moduleType,
Target[] targetList)
|
TargetModuleID[] |
MockDeploymentManager.getNonRunningModules(javax.enterprise.deploy.shared.ModuleType moduleType,
Target[] targetList)
|
TargetModuleID[] |
MockDeploymentManager.getAvailableModules(javax.enterprise.deploy.shared.ModuleType moduleType,
Target[] targetList)
|
javax.enterprise.deploy.spi.status.ProgressObject |
MockDeploymentManager.distribute(Target[] targetList,
java.io.File moduleArchive,
java.io.File deploymentPlan)
|
javax.enterprise.deploy.spi.status.ProgressObject |
MockDeploymentManager.distribute(Target[] targetList,
java.io.InputStream moduleArchive,
java.io.InputStream deploymentPlan)
|
|
|||||||||
| Home >> All >> javax >> enterprise >> deploy >> [ spi overview ] | PREV NEXT | ||||||||