|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.jmx.client.ClientDestroyed
public class ClientDestroyed
Constructor Summary | |
---|---|
ClientDestroyed()
|
Method Summary | |
---|---|
boolean |
isComplete()
Is a job or service complete? |
boolean |
isDestroyed()
The job is destroyed. |
boolean |
isDone()
Has the work of the job been done? A Job will be JobState.COMPLETE or a service ServiceState.STARTED
Used by CascadeJob to see if a jobs immediate sibling can
be executed. |
boolean |
isException()
Is a job in an exception state. |
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. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClientDestroyed()
Method Detail |
---|
public boolean isReady()
State
isReady
in interface State
public boolean isStoppable()
State
isStoppable
in interface State
public boolean isDone()
State
JobState.COMPLETE
or a service ServiceState.STARTED
Used by CascadeJob
to see if a jobs immediate sibling can
be executed.
isDone
in interface State
public boolean isComplete()
State
isComplete
in interface State
public boolean isIncomplete()
State
isIncomplete
in interface State
public boolean isException()
State
isException
in interface State
public boolean isDestroyed()
State
isDestroyed
in interface State
public String toString()
toString
in class Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |