|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.quartz.core.SchedulingContext
An object used to pass information about the 'client' to the QuartzScheduler
.
QuartzScheduler
,
Serialized FormConstructor Summary | |
SchedulingContext()
Construct a SchedulingContext with default values. |
Method Summary | |
java.lang.String |
getInstanceId()
get the instanceId in the cluster. |
void |
setInstanceId(java.lang.String instanceId)
Set the instanceId. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SchedulingContext()
Construct a SchedulingContext with default values.
Method Detail |
public java.lang.String getInstanceId()
get the instanceId in the cluster.
public void setInstanceId(java.lang.String instanceId)
Set the instanceId.
|
Quartz Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |