org.quartz.impl.jdbcjobstore
Class FiredTriggerRecord
java.lang.Object
org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- All Implemented Interfaces:
- Serializable
public class FiredTriggerRecord
- extends Object
- implements Serializable
Conveys the state of a fired-trigger record.
- Author:
- James House
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FiredTriggerRecord
public FiredTriggerRecord()
getFireInstanceId
public String getFireInstanceId()
getFireTimestamp
public long getFireTimestamp()
getScheduleTimestamp
public long getScheduleTimestamp()
isJobDisallowsConcurrentExecution
public boolean isJobDisallowsConcurrentExecution()
getJobKey
public JobKey getJobKey()
getSchedulerInstanceId
public String getSchedulerInstanceId()
getTriggerKey
public TriggerKey getTriggerKey()
getFireInstanceState
public String getFireInstanceState()
setFireInstanceId
public void setFireInstanceId(String string)
setFireTimestamp
public void setFireTimestamp(long l)
setScheduleTimestamp
public void setScheduleTimestamp(long l)
setJobDisallowsConcurrentExecution
public void setJobDisallowsConcurrentExecution(boolean b)
setJobKey
public void setJobKey(JobKey key)
setSchedulerInstanceId
public void setSchedulerInstanceId(String string)
setTriggerKey
public void setTriggerKey(TriggerKey key)
setFireInstanceState
public void setFireInstanceState(String string)
isJobRequestsRecovery
public boolean isJobRequestsRecovery()
setJobRequestsRecovery
public void setJobRequestsRecovery(boolean b)
getPriority
public int getPriority()
setPriority
public void setPriority(int priority)
Copyright 2001-2015, Terracotta, Inc.