|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.quartz.impl.jdbcjobstore Class TriggerStatus
java.lang.Object org.quartz.impl.jdbcjobstore.TriggerStatus
public class TriggerStatus
- extends Object
Object representing a job or trigger key.
- Author:
- James House
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 |
---|
TriggerStatus
public TriggerStatus(String status, Date nextFireTime)
- Construct a new TriggerStatus with the status name and nextFireTime.
- Parameters:
status
- the trigger's statusnextFireTime
- the next time the trigger will fire
Method Detail |
---|
getJobKey
public JobKey getJobKey()
setJobKey
public void setJobKey(JobKey jobKey)
getKey
public TriggerKey getKey()
setKey
public void setKey(TriggerKey key)
getStatus
public String getStatus()
Get the name portion of the key.
- Returns:
- the name
getNextFireTime
public Date getNextFireTime()
Get the group portion of the key.
- Returns:
- the group
toString
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2001-2011, Terracotta, Inc.