|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.exec.monitoring.SchedulerEvent
Class used internally by the JobStateMonitor to store events emmited by the Scheduler Event Generator.
| Nested Class Summary | |
private static class |
SchedulerEvent.Comparator
|
| Field Summary | |
private static SchedulerEvent.Comparator |
comparator
|
private int |
exitCode
|
private String |
localId
|
private StateEnumeration |
state
|
private Date |
timestamp
|
| Constructor Summary | |
SchedulerEvent(Date timestamp,
String localId,
StateEnumeration state,
int exitCode)
Create a new SchedulerEvent. |
|
| Method Summary | |
static Comparator |
getComparator()
Return a reference to the comparator used to order events. |
int |
getExitCode()
Return the value of the event's exit code |
String |
getLocalId()
Retrieve the value of the event's local ID |
StateEnumeration |
getState()
Return the value of the event's state |
Date |
getTimeStamp()
Retreive the value of the event's time stamp |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private Date timestamp
private String localId
private StateEnumeration state
private int exitCode
private static SchedulerEvent.Comparator comparator
| Constructor Detail |
public SchedulerEvent(Date timestamp,
String localId,
StateEnumeration state,
int exitCode)
| Method Detail |
public Date getTimeStamp()
public String getLocalId()
public StateEnumeration getState()
public int getExitCode()
public String toString()
public static Comparator getComparator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||