public interface ProgressObject
Modifier and Type | Method and Description |
---|---|
void |
addProgressListener(ProgressListener pol)
Add a listener to receive progress events on deployment actions.
|
void |
cancel()
(optional) A cancel request on an in-process operation stops all further
processing of the operation and returns the environment to it original
state before the operation was executed.
|
ClientConfiguration |
getClientConfiguration(TargetModuleID id)
Return the ClientConfiguration object associated with the
TargetModuleID.
|
DeploymentStatus |
getDeploymentStatus()
Retrieve the status of this activity.
|
TargetModuleID[] |
getResultTargetModuleIDs()
Retrieve the list of TargetModuleIDs successfully processed or created
by the associated DeploymentManager operation.
|
boolean |
isCancelSupported()
Tests whether the vendor supports a cancel operation for this
deployment action.
|
boolean |
isStopSupported()
Tests whether the vendor supports a stop operation for the deployment
action.
|
void |
removeProgressListener(ProgressListener pol)
Remove a progress listener.
|
void |
stop()
(optional) A stop request on an in-process operation allows the
operation on the current TargetModuleID to run to completion but does
not process any of the remaining unprocessed TargetModuleID objects.
|
DeploymentStatus getDeploymentStatus()
TargetModuleID[] getResultTargetModuleIDs()
ClientConfiguration getClientConfiguration(TargetModuleID id)
boolean isCancelSupported()
void cancel() throws OperationUnsupportedException
OperationUnsupportedException
- occurs when this optional command
is not supported by this implementation.boolean isStopSupported()
void stop() throws OperationUnsupportedException
OperationUnsupportedException
- occurs when this optional command
is not supported by this implementation.void addProgressListener(ProgressListener pol)
pol
- the listener to receive eventsvoid removeProgressListener(ProgressListener pol)
pol
- the listener to removeCopyright © 2013. All Rights Reserved.