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