public class ClientDestroyed extends java.lang.Object implements State
| Constructor and Description | 
|---|
ClientDestroyed()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isComplete()
Is a job or service complete? 
 | 
boolean | 
isDestroyed()
The job is destroyed. 
 | 
boolean | 
isException()
Is a job in an exception state. 
 | 
boolean | 
isExecuting()
Is the job executing. 
 | 
boolean | 
isIncomplete()
Is a job or service incomplete. 
 | 
boolean | 
isReady()
Is a job ready to be executed. 
 | 
boolean | 
isStoppable()
Can a job be stopped? This is a catch all for jobs
 that are active or executing. 
 | 
java.lang.String | 
toString()  | 
public boolean isReady()
Statepublic boolean isExecuting()
StateisExecuting in interface Statepublic boolean isStoppable()
StateisStoppable in interface Statepublic boolean isComplete()
StateisComplete in interface Statepublic boolean isIncomplete()
StateisIncomplete in interface Statepublic boolean isException()
StateisException in interface Statepublic boolean isDestroyed()
StateisDestroyed in interface Statepublic java.lang.String toString()
toString in class java.lang.Object