public class SchedulerContext extends StringKeyDirtyFlagMap implements Serializable
Future versions of Quartz may make distinctions on how it propagates
data in SchedulerContext
between instances of proxies to a
single scheduler instance - i.e. if Quartz is being used via RMI.
Scheduler.getContext()
,
Serialized FormConstructor and Description |
---|
SchedulerContext()
Create an empty
SchedulerContext . |
SchedulerContext(Map<?,?> map)
Create a
SchedulerContext with the given data. |
containsTransientData, equals, getAllowsTransientData, getBoolean, getChar, getDouble, getFloat, getInt, getKeys, getLong, getString, hashCode, put, put, put, put, put, put, put, put, removeTransientData, setAllowsTransientData
clear, clearDirtyFlag, clone, containsKey, containsValue, entrySet, get, getWrappedMap, isDirty, isEmpty, keySet, putAll, remove, size, values
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public SchedulerContext()
SchedulerContext
.public SchedulerContext(Map<?,?> map)
SchedulerContext
with the given data.Copyright 2001-2019, Terracotta, Inc.