public class SchedulingContext
extends java.lang.Object
implements java.io.Serializable
 An object used to pass information about the 'client' to the QuartzScheduler.
 
QuartzScheduler, 
Serialized Form| Constructor and Description | 
|---|
SchedulingContext()
 Construct a SchedulingContext with default values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getInstanceId()
 get the instanceId in the cluster. 
 | 
void | 
setInstanceId(java.lang.String instanceId)
 Set the instanceId. 
 |