Package | Description |
---|---|
javax.enterprise.deploy.spi | |
javax.enterprise.deploy.spi.status |
Modifier and Type | Method and Description |
---|---|
TargetModuleID[] |
DeploymentManager.getAvailableModules(ModuleType moduleType,
Target[] targetList)
Retrieve the list of all J2EE application modules running or not running on the
identified targets.
|
TargetModuleID[] |
TargetModuleID.getChildTargetModuleID()
Retrieve a list of identifiers of the children of this deployed module.
|
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 |
TargetModuleID.getParentTargetModuleID()
Retrieve the identifier of the parent object of this deployed module.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ProgressObject |
DeploymentManager.redeploy(TargetModuleID[] moduleIDList,
File moduleArchive,
File deploymentPlan)
(optional) The redeploy method provides a means for updating currently
deployed J2EE applications.
|
ProgressObject |
DeploymentManager.redeploy(TargetModuleID[] moduleIDList,
InputStream moduleArchive,
InputStream deploymentPlan)
(optional) The redeploy method provides a means for updating currently
deployed J2EE applications.
|
ProgressObject |
DeploymentManager.start(TargetModuleID[] moduleIDList)
Start the application running.
|
ProgressObject |
DeploymentManager.stop(TargetModuleID[] moduleIDList)
Stop the application running.
|
ProgressObject |
DeploymentManager.undeploy(TargetModuleID[] moduleIDList)
Remove the application from the target server.
|
Modifier and Type | Method and Description |
---|---|
TargetModuleID[] |
ProgressObject.getResultTargetModuleIDs()
Retrieve the list of TargetModuleIDs successfully processed or created
by the associated DeploymentManager operation.
|
TargetModuleID |
ProgressEvent.getTargetModuleID()
Retrieves the TargetModuleID for this event.
|
Modifier and Type | Method and Description |
---|---|
ClientConfiguration |
ProgressObject.getClientConfiguration(TargetModuleID id)
Return the ClientConfiguration object associated with the
TargetModuleID.
|
Constructor and Description |
---|
ProgressEvent(Object source,
TargetModuleID targetModuleID,
DeploymentStatus sCode)
Creates a new object representing a deployment progress event.
|
Copyright © 2013. All Rights Reserved.