|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.j2ee.deployclient.ProgressObjectImpl
public class ProgressObjectImpl
Status of the progress.
| Constructor Summary | |
|---|---|
ProgressObjectImpl(TargetModuleID[] targetModuleIDs)
|
|
| Method Summary | |
|---|---|
void |
addProgressListener(ProgressListener listener)
Adds a listener. |
void |
cancel()
Cancels the operation. |
void |
completed(java.lang.String message)
Change to the running state. |
void |
failed(java.lang.String message)
Change to the failed state. |
ClientConfiguration |
getClientConfiguration(TargetModuleID id)
Returns the client configuration. |
DeploymentStatus |
getDeploymentStatus()
Returns the status. |
TargetModuleID[] |
getResultTargetModuleIDs()
Returns the target ids. |
boolean |
isCancelSupported()
Returns true if cancel is supported. |
boolean |
isStopSupported()
Returns true if stop is supported. |
void |
removeProgressListener(ProgressListener listener)
Removes a listener. |
void |
stop()
Stops the operation. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProgressObjectImpl(TargetModuleID[] targetModuleIDs)
| Method Detail |
|---|
public DeploymentStatus getDeploymentStatus()
public TargetModuleID[] getResultTargetModuleIDs()
public ClientConfiguration getClientConfiguration(TargetModuleID id)
public boolean isCancelSupported()
public void cancel()
throws OperationUnsupportedException
OperationUnsupportedExceptionpublic boolean isStopSupported()
public void stop()
throws OperationUnsupportedException
OperationUnsupportedExceptionpublic void addProgressListener(ProgressListener listener)
public void removeProgressListener(ProgressListener listener)
public void failed(java.lang.String message)
public void completed(java.lang.String message)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||