SchedulerStateRecord (Quartz Parent POM 2.0.1 API)

Quartz Java



org.quartz.impl.jdbcjobstore Class SchedulerStateRecord

java.lang.Object
  extended by 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

Constructor Summary
SchedulerStateRecord()
           
 
Method Summary
 long getCheckinInterval()
           
 long getCheckinTimestamp()
           
 String getSchedulerInstanceId()
           
 void setCheckinInterval(long l)
           
 void setCheckinTimestamp(long l)
           
 void setSchedulerInstanceId(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerStateRecord

public SchedulerStateRecord()
Method Detail

getCheckinInterval

public long getCheckinInterval()

getCheckinTimestamp

public long getCheckinTimestamp()

getSchedulerInstanceId

public String getSchedulerInstanceId()

setCheckinInterval

public void setCheckinInterval(long l)

setCheckinTimestamp

public void setCheckinTimestamp(long l)

setSchedulerInstanceId

public void setSchedulerInstanceId(String string)


Copyright 2001-2011, Terracotta, Inc.