public class SchedulerContext extends StringKeyDirtyFlagMap implements Serializable
Holds context/environment data that can be made available to Jobs as they are executed. This feature is much like the ServletContext feature when working with J2EE servlets.
Future versions of Quartz may make distinctions on how it propogates
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, getAllowsTransientData, getBoolean, getChar, getDouble, getFloat, getInt, getKeys, getLong, getString, put, put, put, put, put, put, put, put, putAll, removeTransientData, setAllowsTransientDataclear, clearDirtyFlag, clone, containsKey, containsValue, entrySet, equals, get, getWrappedMap, hashCode, isDirty, isEmpty, keySet, remove, size, valuespublic SchedulerContext()
SchedulerContext.public SchedulerContext(Map map)
SchedulerContext with the given data.Copyright © 2014. All rights reserved.