public class AsynchronousCommand
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AsynchronousCommand()
Create a new AsynchronousCommand.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException()
Exception occurred during processing.
|
boolean |
getFailed()
Processing failed.
|
java.lang.String |
getName()
Descriptive name for command.
|
AsynchronousCommandQueue |
getQueue()
Queue this command is in.
|
java.lang.String |
getReasonFailed()
Reason processing failed.
|
boolean |
isCompleted()
Processing completed.
|
void |
reset() |
void |
setCompleted(boolean newCompleted)
Processing completed.
|
void |
setException(java.lang.Throwable newException)
Exception occurred during processing.
|
void |
setFailed(boolean newFailed)
Processing failed.
|
void |
setName(java.lang.String newName)
Descriptive name for command.
|
void |
setQueue(AsynchronousCommandQueue newQueue)
Queue this command is in.
|
void |
setReasonFailed(java.lang.String newReasonFailed)
Reason processing failed.
|
public AsynchronousCommand()
public void reset()
public boolean isCompleted()
public void setCompleted(boolean newCompleted)
public java.lang.Throwable getException()
public void setException(java.lang.Throwable newException)
public boolean getFailed()
public void setFailed(boolean newFailed)
public java.lang.String getName()
public void setName(java.lang.String newName)
public AsynchronousCommandQueue getQueue()
public void setQueue(AsynchronousCommandQueue newQueue)
public java.lang.String getReasonFailed()
public void setReasonFailed(java.lang.String newReasonFailed)