|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.scheduler.ScheduledJobInfo
public class ScheduledJobInfo
Information about a Scheduled Job
Field Summary | |
---|---|
static int |
TRIGGER_STATE_BLOCKED
|
static int |
TRIGGER_STATE_COMPLETE
|
static int |
TRIGGER_STATE_ERROR
|
static int |
TRIGGER_STATE_NONE
|
static int |
TRIGGER_STATE_NORMAL
|
static int |
TRIGGER_STATE_PAUSED
|
Constructor Summary | |
---|---|
ScheduledJobInfo(Scheduler scheduler,
Trigger trigger)
|
Method Summary | |
---|---|
Date |
getEndTime()
Get the End time of the Job |
Date |
getFinalFireTime()
Get the Final Time the Job will be Fired |
String |
getGroup()
Get the Job's Group |
String |
getName()
Get the Job's Name |
Date |
getNextFireTime()
Get the Time the Job will Next be Fired |
Date |
getPreviousFireTime()
Get the Previous Fired time of the Job |
Date |
getStartTime()
Get the Start time of the Job |
String |
getTriggerExpression()
Get the Expression that was used to configure the Triggers firing pattern |
String |
getTriggerName()
Get the Name of the Job's Trigger |
int |
getTriggerState()
Get the State of the Job's Trigger |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TRIGGER_STATE_ERROR
public static final int TRIGGER_STATE_NONE
public static final int TRIGGER_STATE_NORMAL
public static final int TRIGGER_STATE_PAUSED
public static final int TRIGGER_STATE_BLOCKED
public static final int TRIGGER_STATE_COMPLETE
Constructor Detail |
---|
public ScheduledJobInfo(Scheduler scheduler, Trigger trigger)
Method Detail |
---|
public String getName()
public String getGroup()
public String getTriggerName()
public Date getStartTime()
public Date getEndTime()
public Date getPreviousFireTime()
public Date getNextFireTime()
public Date getFinalFireTime()
public String getTriggerExpression()
public int getTriggerState()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |