public class OpenEJBDeploymentManager.ProgressObjectImpl
extends java.lang.Object
Constructor and Description |
---|
ProgressObjectImpl(CommandType command,
java.lang.Exception exception) |
ProgressObjectImpl(CommandType command,
java.util.Set<TargetModuleID> targetModuleIds) |
Modifier and Type | Method and Description |
---|---|
void |
addProgressListener(ProgressListener pol) |
void |
cancel() |
ClientConfiguration |
getClientConfiguration(TargetModuleID id) |
DeploymentStatus |
getDeploymentStatus() |
TargetModuleID[] |
getResultTargetModuleIDs() |
boolean |
isCancelSupported() |
boolean |
isStopSupported() |
void |
removeProgressListener(ProgressListener pol) |
void |
stop() |
public ProgressObjectImpl(CommandType command, java.util.Set<TargetModuleID> targetModuleIds)
public ProgressObjectImpl(CommandType command, java.lang.Exception exception)
public TargetModuleID[] getResultTargetModuleIDs()
public DeploymentStatus getDeploymentStatus()
public ClientConfiguration getClientConfiguration(TargetModuleID id)
public boolean isCancelSupported()
public void cancel() throws OperationUnsupportedException
OperationUnsupportedException
public boolean isStopSupported()
public void stop() throws OperationUnsupportedException
OperationUnsupportedException
public void addProgressListener(ProgressListener pol)
public void removeProgressListener(ProgressListener pol)