|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.quartz.impl.jdbcjobstore.TriggerStatus
public class 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 | |
---|---|
JobKey |
getJobKey()
|
TriggerKey |
getKey()
|
Date |
getNextFireTime()
Get the group portion of the key. |
String |
getStatus()
Get the name portion of the key. |
void |
setJobKey(JobKey jobKey)
|
void |
setKey(TriggerKey key)
|
String |
toString()
Return the string representation of the TriggerStatus. |
Methods inherited from class java.lang.Object |
---|
clone, equals, 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 JobKey getJobKey()
public void setJobKey(JobKey jobKey)
public TriggerKey getKey()
public void setKey(TriggerKey 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.
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |