|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.deployapi.SunDeploymentManager.DeploymentFacilityModuleWork
protected static class SunDeploymentManager.DeploymentFacilityModuleWork
Encapsulates information used with a single invocation of a DeploymentFacility method-- that is, one item of "work" the DeploymentFacility is being asked to perform. This includes the single target ID of interest (because the DF methods operate on a single module), a collection of all the targets to be included in the operation on that module, and the progress object resulting from the DF method invocation.
| Constructor Summary | |
|---|---|
SunDeploymentManager.DeploymentFacilityModuleWork(String moduleID)
Creates a new instance of DeploymentFacilityModuleWork. |
|
| Method Summary | |
|---|---|
void |
addTarget(Target target)
Adds a target to the collection of targets for the work to be done for this distinct module. |
String |
getModuleID()
Reports the module ID for this instance of DeploymentFacilityModuleWork |
ProgressObject |
getProgressObject()
Returns the ProgressObject that the
DeploymentFacility method returned when it was invoked. |
void |
setProgressObject(ProgressObject progressObject)
Records the ProgressObject that the
DeploymentFacility returned when its method was invoked. |
Target[] |
targets()
Returns an array of Target instances recorded for
this module. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SunDeploymentManager.DeploymentFacilityModuleWork(String moduleID)
the - module ID common to all work recorded in this instance| Method Detail |
|---|
public void addTarget(Target target)
the - Target to be added for this modulepublic Target[] targets()
Target instances recorded for
this module. Note the return of an array of runtime type TargetImpl[].
public ProgressObject getProgressObject()
ProgressObject that the
DeploymentFacility method returned when it was invoked.
public void setProgressObject(ProgressObject progressObject)
ProgressObject that the
DeploymentFacility returned when its method was invoked.
the - ProgressObject provided by the DeploymentFacility
methodpublic String getModuleID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||