|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.quartz.core.SchedulingContext
public class SchedulingContext
An object used to pass information about the 'client' to the QuartzScheduler
.
QuartzScheduler
,
Serialized FormConstructor Summary | |
---|---|
SchedulingContext()
Construct a SchedulingContext with default values. |
|
SchedulingContext(java.lang.String instanceId)
Construct a SchedulingContext with the given instanceId. |
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.
public SchedulingContext(java.lang.String instanceId)
Construct a SchedulingContext with the given instanceId.
Method Detail |
---|
public java.lang.String getInstanceId()
get the instanceId in the cluster.
public void setInstanceId(java.lang.String instanceId)
Set the instanceId.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |