java.lang.Objectorg.quartz.core.SchedulingContext
All Implemented Interfaces:
Serializable
An object used to pass information about the 'client' to the QuartzScheduler.
James - House| Constructor: |
|---|
Construct a SchedulingContext with default values. |
| Method from org.quartz.core.SchedulingContext Summary: |
|---|
| getInstanceId, setInstanceId |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.quartz.core.SchedulingContext Detail: |
|---|
get the instanceId in the cluster. |
Set the instanceId. |