Save This Page
Home » quartz-1.6.0 » org » quartz » core » [javadoc | source]
org.quartz.core
public class: SchedulingContext [javadoc | source]
java.lang.Object
   org.quartz.core.SchedulingContext

All Implemented Interfaces:
    Serializable

An object used to pass information about the 'client' to the QuartzScheduler.

Constructor:
 public SchedulingContext() 
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:
 public String getInstanceId() 

    get the instanceId in the cluster.

 public  void setInstanceId(String instanceId) 

    Set the instanceId.