public interface ProgressObject
Modifier and Type | Method and Description |
---|---|
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
|
DeploymentStatus getDeploymentStatus()
TargetModuleID[] getResultTargetModuleIDs()
ClientConfiguration getClientConfiguration(TargetModuleID id)
id
- the module idboolean 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 listenerCopyright © 2018 JBoss by Red Hat. All rights reserved.