|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.quartz.utils.Pair
org.quartz.utils.TriggerStatus
Object representing a job or trigger key.
Constructor Summary | |
TriggerStatus(String status,
Date nextFireTime)
Construct a new TriggerStatus with the status name and nextFireTime. |
Method Summary | |
Key |
getJobKey()
|
Key |
getKey()
|
Date |
getNextFireTime()
Get the group portion of the key. |
String |
getStatus()
Get the name portion of the key. |
void |
setJobKey(Key jobKey)
|
void |
setKey(Key key)
|
String |
toString()
Return the string representation of the TriggerStatus. |
Methods inherited from class org.quartz.utils.Pair |
equals, getFirst, getSecond, setFirst, setSecond |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TriggerStatus(String status, Date nextFireTime)
status
- the trigger's statusnextFireTime
- the next time the trigger will fireMethod Detail |
public Key getJobKey()
public void setJobKey(Key jobKey)
jobKey
- public Key getKey()
public void setKey(Key key)
key
- public String getStatus()
Get the name portion of the key.
public Date getNextFireTime()
Get the group portion of the key.
public String toString()
Return the string representation of the TriggerStatus.
|
Quartz Enterprise Job Scheduler Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |