com.caucho.server.admin
Class ProgressObjectImpl
java.lang.Object
com.caucho.server.admin.ProgressObjectImpl
public class ProgressObjectImpl
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProgressObjectImpl
public ProgressObjectImpl(TargetModuleID[] targetModuleIDs)
getDeploymentStatus
public DeploymentStatus getDeploymentStatus()
getResultTargetModuleIDs
public TargetModuleID[] getResultTargetModuleIDs()
getClientConfiguration
public ClientConfiguration getClientConfiguration(TargetModuleID id)
isCancelSupported
public boolean isCancelSupported()
cancel
public void cancel()
throws OperationUnsupportedException
- Throws:
OperationUnsupportedException
isStopSupported
public boolean isStopSupported()
stop
public void stop()
throws OperationUnsupportedException
- Throws:
OperationUnsupportedException
completed
public void completed(java.lang.String message)
failed
public void failed(java.lang.String message)
addProgressListener
public void addProgressListener(ProgressListener listener)
removeProgressListener
public void removeProgressListener(ProgressListener listener)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object