org.quartz.impl.jdbcjobstore
Class SchedulerStateRecord
java.lang.Object
org.quartz.impl.jdbcjobstore.SchedulerStateRecord
- All Implemented Interfaces:
- Serializable
- public class SchedulerStateRecord
- extends Object
- implements Serializable
Conveys a scheduler-instance state 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 |
SchedulerStateRecord
public SchedulerStateRecord()
getCheckinInterval
public long getCheckinInterval()
getCheckinTimestamp
public long getCheckinTimestamp()
getRecoverer
public String getRecoverer()
getSchedulerInstanceId
public String getSchedulerInstanceId()
setCheckinInterval
public void setCheckinInterval(long l)
setCheckinTimestamp
public void setCheckinTimestamp(long l)
setRecoverer
public void setRecoverer(String string)
setSchedulerInstanceId
public void setSchedulerInstanceId(String string)