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 Form| Constructor 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, setAllowsTransientDataclear, clearDirtyFlag, clone, containsKey, containsValue, entrySet, get, getWrappedMap, isDirty, isEmpty, keySet, putAll, remove, size, valuesfinalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic SchedulerContext()
SchedulerContext.public SchedulerContext(Map<?,?> map)
SchedulerContext with the given data.Copyright 2001-2019, Terracotta, Inc.