|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Tracks the progress of a deployment
Method Summary | |
void |
addProgressListener(ProgressListener (src) listener)
Add a progress listener |
void |
cancel()
Cancels the deployment |
ClientConfiguration (src) |
getClientConfiguration(TargetModuleID (src) id)
Return the client configuration associated with the module |
DeploymentStatus (src) |
getDeploymentStatus()
Retrieve the status of the deployment |
TargetModuleID (src) [] |
getResultTargetModuleIDs()
Retrieve the resulting target module ids |
boolean |
isCancelSupported()
Is cancel supported |
boolean |
isStopSupported()
Is stop supported |
void |
removeProgressListener(ProgressListener (src) listener)
Remove a progress listener |
void |
stop()
Stops the deployment |
Method Detail |
public DeploymentStatus (src) getDeploymentStatus()
public TargetModuleID (src) [] getResultTargetModuleIDs()
public ClientConfiguration (src) getClientConfiguration(TargetModuleID (src) id)
id
- the module id
public boolean isCancelSupported()
public void cancel() throws OperationUnsupportedException (src)
OperationUnsupportedException (src)
- when cancel is not supportedpublic boolean isStopSupported()
public void stop() throws OperationUnsupportedException (src)
OperationUnsupportedException (src)
- when stop is not supportedpublic void addProgressListener(ProgressListener (src) listener)
listener
- the listenerpublic void removeProgressListener(ProgressListener (src) listener)
listener
- the listener
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |