public class SchedulingContext extends Object implements 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.
|
SchedulingContext(String instanceId)
Construct a SchedulingContext with the given instanceId.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceId()
get the instanceId in the cluster.
|
void |
setInstanceId(String instanceId)
Set the instanceId.
|
public SchedulingContext()
Construct a SchedulingContext with default values.
public SchedulingContext(String instanceId)
Construct a SchedulingContext with the given instanceId.
Copyright © 2015. All rights reserved.