Package | Description |
---|---|
javax.enterprise.deploy.spi |
Provides product vendor implementation classes.
|
javax.enterprise.deploy.spi.status |
Provides product vendor status classes.
|
Modifier and Type | Method and Description |
---|---|
TargetModuleID[] |
DeploymentManager.getAvailableModules(ModuleType moduleType,
Target[] targets)
Get the available modules both running and non running
|
TargetModuleID[] |
TargetModuleID.getChildTargetModuleID()
Get the child modules
|
TargetModuleID[] |
DeploymentManager.getNonRunningModules(ModuleType moduleType,
Target[] targets)
Get the non running modules
|
TargetModuleID |
TargetModuleID.getParentTargetModuleID()
The parent of this module
|
TargetModuleID[] |
DeploymentManager.getRunningModules(ModuleType moduleType,
Target[] targets)
Get the running modules
|
Modifier and Type | Method and Description |
---|---|
ProgressObject |
DeploymentManager.redeploy(TargetModuleID[] moduleIDList,
File moduleArchive,
File deploymentPlan)
Redeploys the modules
|
ProgressObject |
DeploymentManager.redeploy(TargetModuleID[] moduleIDList,
InputStream moduleArchive,
InputStream deploymentPlan)
Redeploys the modules
|
ProgressObject |
DeploymentManager.start(TargetModuleID[] moduleIDList)
Start the modules
|
ProgressObject |
DeploymentManager.stop(TargetModuleID[] moduleIDList)
Stop the modules
|
ProgressObject |
DeploymentManager.undeploy(TargetModuleID[] moduleIDList)
Removes the modules
|
Modifier and Type | Method and Description |
---|---|
TargetModuleID[] |
ProgressObject.getResultTargetModuleIDs()
Retrieve the resulting target module ids
|
TargetModuleID |
ProgressEvent.getTargetModuleID()
Get the target module id
|
Modifier and Type | Method and Description |
---|---|
ClientConfiguration |
ProgressObject.getClientConfiguration(TargetModuleID id)
Return the client configuration associated with the module
|
Constructor and Description |
---|
ProgressEvent(Object source,
TargetModuleID moduleID,
DeploymentStatus status)
Create a new progress event
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.