|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressObject
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 |
---|
DeploymentStatus getDeploymentStatus()
TargetModuleID[] getResultTargetModuleIDs()
ClientConfiguration getClientConfiguration(TargetModuleID id)
id
- the module id
boolean isCancelSupported()
void cancel() throws OperationUnsupportedException
OperationUnsupportedException
- when cancel is not supportedboolean isStopSupported()
void stop() throws OperationUnsupportedException
OperationUnsupportedException
- when stop is not supportedvoid addProgressListener(ProgressListener listener)
listener
- the listenervoid removeProgressListener(ProgressListener listener)
listener
- the listener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |