| Package | Description |
|---|---|
| org.rhq.enterprise.server.plugin.pc | |
| org.rhq.enterprise.server.scheduler |
| Modifier and Type | Method and Description |
|---|---|
protected EnhancedScheduler |
MasterServerPluginContainer.getClusteredScheduler()
Most jobs need to be scheduled using the clustered scheduler so they can be run on different
machines in the RHQ cluster in order to balance the load across the cluster.
|
protected EnhancedScheduler |
MasterServerPluginContainer.getNonClusteredScheduler()
Some schedule jobs may want to run on all machines in the RHQ cluster.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchedulerLocal
The interface to the SLSB Scheduler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnhancedSchedulerImpl
Wraps a Quartz scheduler and provides some enhanced scheduler methods.
|
class |
SchedulerBean
The Scheduler session bean is a proxy to the Quartz scheduler MBean that is used for scheduling jobs to be executed
within the JON Server.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.