Serialized Form (Quartz Parent POM 2.0.1 API)

Quartz Java



Serialized Form


Package org.quartz

Class org.quartz.CronExpression extends Object implements Serializable

serialVersionUID: 12423409423L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

cronExpression

String cronExpression

timeZone

TimeZone timeZone

Class org.quartz.DateIntervalTrigger extends AbstractTrigger implements Serializable

serialVersionUID: -2635982274232850343L

Serialized Fields

startTime

Date startTime

endTime

Date endTime

nextFireTime

Date nextFireTime

previousFireTime

Date previousFireTime

repeatInterval

int repeatInterval

repeatIntervalUnit

org.quartz.DateIntervalTrigger.IntervalUnit repeatIntervalUnit

timesTriggered

int timesTriggered

complete

boolean complete

Class org.quartz.JobDataMap extends StringKeyDirtyFlagMap implements Serializable

serialVersionUID: -6939901990106713909L

Class org.quartz.JobExecutionException extends SchedulerException implements Serializable

Serialized Fields

refire

boolean refire

unscheduleTrigg

boolean unscheduleTrigg

unscheduleAllTriggs

boolean unscheduleAllTriggs

Class org.quartz.JobKey extends Key<JobKey> implements Serializable

Class org.quartz.JobPersistenceException extends SchedulerException implements Serializable

Class org.quartz.NthIncludedDayTrigger extends AbstractTrigger implements Serializable

serialVersionUID: 6267700049629328293L

Serialized Fields

startTime

Date startTime

endTime

Date endTime

previousFireTime

Date previousFireTime

nextFireTime

Date nextFireTime

calendar

Calendar calendar

n

int n

intervalType

int intervalType

fireAtHour

int fireAtHour

fireAtMinute

int fireAtMinute

fireAtSecond

int fireAtSecond

nextFireCutoffInterval

int nextFireCutoffInterval

timeZone

TimeZone timeZone

Class org.quartz.ObjectAlreadyExistsException extends JobPersistenceException implements Serializable

Class org.quartz.SchedulerConfigException extends SchedulerException implements Serializable

Class org.quartz.SchedulerContext extends StringKeyDirtyFlagMap implements Serializable

Class org.quartz.SchedulerException extends Exception implements Serializable

Class org.quartz.SchedulerMetaData extends Object implements Serializable

Serialized Fields

schedName

String schedName

schedInst

String schedInst

schedClass

Class<T> schedClass

isRemote

boolean isRemote

started

boolean started

isInStandbyMode

boolean isInStandbyMode

shutdown

boolean shutdown

startTime

Date startTime

numJobsExec

int numJobsExec

jsClass

Class<T> jsClass

jsPersistent

boolean jsPersistent

jsClustered

boolean jsClustered

tpClass

Class<T> tpClass

tpSize

int tpSize

version

String version

Class org.quartz.Trigger.TriggerTimeComparator extends Object implements Serializable

Class org.quartz.TriggerKey extends Key<TriggerKey> implements Serializable

Class org.quartz.UnableToInterruptJobException extends SchedulerException implements Serializable


Package org.quartz.core

Class org.quartz.core.QuartzScheduler_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L


Package org.quartz.ee.servlet

Class org.quartz.ee.servlet.QuartzInitializerServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

performShutdown

boolean performShutdown

waitOnShutdown

boolean waitOnShutdown

Package org.quartz.impl

Class org.quartz.impl.JobDetailImpl extends Object implements Serializable

Serialized Fields

name

String name

group

String group

description

String description

jobClass

Class<T> jobClass

jobDataMap

JobDataMap jobDataMap

durability

boolean durability

shouldRecover

boolean shouldRecover

Class org.quartz.impl.JobExecutionContextImpl extends Object implements Serializable

Serialized Fields

trigger

Trigger trigger

jobDetail

JobDetail jobDetail

jobDataMap

JobDataMap jobDataMap

calendar

Calendar calendar

recovering

boolean recovering

numRefires

int numRefires

fireTime

Date fireTime

scheduledFireTime

Date scheduledFireTime

prevFireTime

Date prevFireTime

nextFireTime

Date nextFireTime

jobRunTime

long jobRunTime

result

Object result

data

HashMap<K,V> data

Package org.quartz.impl.calendar

Class org.quartz.impl.calendar.AnnualCalendar extends BaseCalendar implements Serializable

serialVersionUID: 7346867105876610961L

Serialized Fields

excludeDays

ArrayList<E> excludeDays

dataSorted

boolean dataSorted

Class org.quartz.impl.calendar.BaseCalendar extends Object implements Serializable

serialVersionUID: 3106623404629760239L

Serialized Fields

baseCalendar

Calendar baseCalendar

description

String description

timeZone

TimeZone timeZone

Class org.quartz.impl.calendar.CronCalendar extends BaseCalendar implements Serializable

serialVersionUID: -8172103999750856831L

Serialized Fields

cronExpression

CronExpression cronExpression

Class org.quartz.impl.calendar.DailyCalendar extends BaseCalendar implements Serializable

serialVersionUID: -7561220099904944039L

Serialized Fields

rangeStartingHourOfDay

int rangeStartingHourOfDay

rangeStartingMinute

int rangeStartingMinute

rangeStartingSecond

int rangeStartingSecond

rangeStartingMillis

int rangeStartingMillis

rangeEndingHourOfDay

int rangeEndingHourOfDay

rangeEndingMinute

int rangeEndingMinute

rangeEndingSecond

int rangeEndingSecond

rangeEndingMillis

int rangeEndingMillis

invertTimeRange

boolean invertTimeRange

Class org.quartz.impl.calendar.HolidayCalendar extends BaseCalendar implements Serializable

serialVersionUID: -7590908752291814693L

Serialized Fields

dates

TreeSet<E> dates

Class org.quartz.impl.calendar.MonthlyCalendar extends BaseCalendar implements Serializable

serialVersionUID: 419164961091807944L

Serialized Fields

excludeDays

boolean[] excludeDays

excludeAll

boolean excludeAll

Class org.quartz.impl.calendar.WeeklyCalendar extends BaseCalendar implements Serializable

serialVersionUID: -6809298821229007586L

Serialized Fields

excludeDays

boolean[] excludeDays

excludeAll

boolean excludeAll

Package org.quartz.impl.jdbcjobstore

Class org.quartz.impl.jdbcjobstore.FiredTriggerRecord extends Object implements Serializable

Serialized Fields

fireInstanceId

String fireInstanceId

fireTimestamp

long fireTimestamp

schedulerInstanceId

String schedulerInstanceId

triggerKey

TriggerKey triggerKey

fireInstanceState

String fireInstanceState

jobKey

JobKey jobKey

jobDisallowsConcurrentExecution

boolean jobDisallowsConcurrentExecution

jobRequestsRecovery

boolean jobRequestsRecovery

priority

int priority

Class org.quartz.impl.jdbcjobstore.InvalidConfigurationException extends Exception implements Serializable

Class org.quartz.impl.jdbcjobstore.LockException extends JobPersistenceException implements Serializable

Class org.quartz.impl.jdbcjobstore.NoSuchDelegateException extends JobPersistenceException implements Serializable

Class org.quartz.impl.jdbcjobstore.SchedulerStateRecord extends Object implements Serializable

Serialized Fields

schedulerInstanceId

String schedulerInstanceId

checkinTimestamp

long checkinTimestamp

checkinInterval

long checkinInterval

Package org.quartz.impl.matchers

Class org.quartz.impl.matchers.AndMatcher extends Object implements Serializable

Serialized Fields

leftOperand

Matcher<T extends Key> leftOperand

rightOperand

Matcher<T extends Key> rightOperand

Class org.quartz.impl.matchers.EverythingMatcher extends Object implements Serializable

Class org.quartz.impl.matchers.GroupMatcher extends StringMatcher<T extends Key> implements Serializable

Class org.quartz.impl.matchers.KeyMatcher extends Object implements Serializable

Serialized Fields

compareTo

Key<T> compareTo

Class org.quartz.impl.matchers.NameMatcher extends StringMatcher<T extends Key> implements Serializable

Class org.quartz.impl.matchers.NotMatcher extends Object implements Serializable

Serialized Fields

operand

Matcher<T extends Key> operand

Class org.quartz.impl.matchers.OrMatcher extends Object implements Serializable

Serialized Fields

leftOperand

Matcher<T extends Key> leftOperand

rightOperand

Matcher<T extends Key> rightOperand

Class org.quartz.impl.matchers.StringMatcher extends Object implements Serializable

Serialized Fields

compareTo

String compareTo

compareWith

StringMatcher.StringOperatorName compareWith

Package org.quartz.impl.triggers

Class org.quartz.impl.triggers.AbstractTrigger extends Object implements Serializable

serialVersionUID: -3904243490805975570L

Serialized Fields

name

String name

group

String group

jobName

String jobName

jobGroup

String jobGroup

description

String description

jobDataMap

JobDataMap jobDataMap

volatility

boolean volatility

calendarName

String calendarName

fireInstanceId

String fireInstanceId

misfireInstruction

int misfireInstruction

priority

int priority

Class org.quartz.impl.triggers.CalendarIntervalTriggerImpl extends AbstractTrigger implements Serializable

serialVersionUID: -2635982274232850343L

Serialized Fields

startTime

Date startTime

endTime

Date endTime

nextFireTime

Date nextFireTime

previousFireTime

Date previousFireTime

repeatInterval

int repeatInterval

repeatIntervalUnit

DateBuilder.IntervalUnit repeatIntervalUnit

timesTriggered

int timesTriggered

complete

boolean complete

Class org.quartz.impl.triggers.CronTriggerImpl extends AbstractTrigger<CronTrigger> implements Serializable

serialVersionUID: -8644953146451592766L

Serialized Fields

cronEx

CronExpression cronEx

startTime

Date startTime

endTime

Date endTime

nextFireTime

Date nextFireTime

previousFireTime

Date previousFireTime

Class org.quartz.impl.triggers.SimpleTriggerImpl extends AbstractTrigger<SimpleTrigger> implements Serializable

serialVersionUID: -3735980074222850397L

Serialized Fields

startTime

Date startTime

endTime

Date endTime

nextFireTime

Date nextFireTime

previousFireTime

Date previousFireTime

repeatCount

int repeatCount

repeatInterval

long repeatInterval

timesTriggered

int timesTriggered

complete

boolean complete

Package org.quartz.jobs.ee.jms

Class org.quartz.jobs.ee.jms.JmsJobException extends SchedulerException implements Serializable

serialVersionUID: 3045647075496522093L


Package org.quartz.locality

Class org.quartz.locality.DelegatingLocalityJobDetail extends Object implements Serializable

Serialized Fields

jobDetail

JobDetail jobDetail

nodeSpec

NodeSpec nodeSpec

Class org.quartz.locality.DelegatingLocalityTrigger extends Object implements Serializable

Serialized Fields

trigger

org.quartz.spi.OperableTrigger trigger

nodeSpec

NodeSpec nodeSpec

Class org.quartz.locality.LocalityException extends JobPersistenceException implements Serializable

Serialized Fields

constraint

Constraint<OP extends Enum,T> constraint

Package org.quartz.locality.constraint

Class org.quartz.locality.constraint.CpuConstraint extends Object implements Serializable

Serialized Fields

op

CpuConstraint.Operator op

value

int value

Class org.quartz.locality.constraint.EhcacheConstraint extends Object implements Serializable

Serialized Fields

operator

EhcacheConstraint.Operator operator

value

EhcacheConstraint.Value value

Class org.quartz.locality.constraint.EhcacheConstraint.Value extends Object implements Serializable

Serialized Fields

keys

Set<E> keys

mgrName

String mgrName

cache

String cache

Class org.quartz.locality.constraint.MemoryConstraint extends Object implements Serializable

Serialized Fields

op

MemoryConstraint.Operator op

value

long value

Class org.quartz.locality.constraint.NodeGroupConstraint extends Object implements Serializable

Serialized Fields

operator

NodeGroupConstraint.Operator operator

targetNodeGroup

String targetNodeGroup

Class org.quartz.locality.constraint.OsConstraint extends Object implements Serializable

Serialized Fields

operator

OsConstraint.Operator operator

targetedOs

OsConstraint.OS targetedOs

Package org.quartz.utils

Class org.quartz.utils.DirtyFlagMap extends Object implements Serializable

serialVersionUID: 1433884852607126222L

Serialized Fields

dirty

boolean dirty

map

Map<K,V> map

Class org.quartz.utils.Key extends Object implements Serializable

Serialized Fields

name

String name

group

String group

Class org.quartz.utils.StringKeyDirtyFlagMap extends DirtyFlagMap implements Serializable

serialVersionUID: -9076749120524952280L

Serialized Fields

allowsTransientData

boolean allowsTransientData
Deprecated. JDBCJobStores no longer prune out transient data. If you include non-Serializable values in the Map, you will now get an exception when attempting to store it in a database.

Package org.quartz.utils.counter

Class org.quartz.utils.counter.CounterImpl extends Object implements Serializable

Serialized Fields

value

AtomicLong value

Package org.quartz.utils.counter.sampled

Class org.quartz.utils.counter.sampled.SampledCounterImpl extends CounterImpl implements Serializable

Serialized Fields

history

CircularLossyQueue<T> history
The history of this counter


resetOnSample

boolean resetOnSample
Should the counter reset on each sample?


samplerTask

TimerTask samplerTask

intervalMillis

long intervalMillis

Class org.quartz.utils.counter.sampled.SampledRateCounterImpl extends SampledCounterImpl implements Serializable

Serialized Fields

numeratorValue

long numeratorValue

denominatorValue

long denominatorValue

Class org.quartz.utils.counter.sampled.TimeStampedCounterValue extends Object implements Serializable

Serialized Fields

counterValue

long counterValue

timestamp

long timestamp

Package org.quartz.xml

Class org.quartz.xml.ValidationException extends Exception implements Serializable

Serialized Fields

validationExceptions

Collection<E> validationExceptions



Copyright 2001-2011, Terracotta, Inc.