| Class | Description |
|---|---|
| AbstractStatefulJob |
Provides a wrapper around Quartz stateful job.
|
| AlertAvailabilityDurationJob |
This was once a quartz job but now supports an EJB Timer.
|
| AsyncResourceDeleteJob | |
| BundleDeploymentStatusCheckJob | |
| CheckForSuspectedAgentsJob |
This is a Quartz scheduler job whose sole purpose in life is, when triggered, ask the agent manager to see if there
are agents that it suspects are down.
|
| CheckForTimedOutConfigUpdatesJob |
This is a Quartz scheduler job whose job is to look at all current INPROGRESS configuration update request jobs and
see if any are taking too long to finish.
|
| CheckForTimedOutContentRequestsJob |
This is a Quartz scheduler job whose job is to look at all current IN_PROGRESS content request jobs and see if any
are taking too long to finish.
|
| CheckForTimedOutOperationsJob |
This is a Quartz scheduler job whose job is to look at all current INPROGRESS operation jobs and see if any are
taking too long to finish.
|
| CheckForTimedOutResourceFactoryJobs |
Quartz scheduler job that checks for requests that are taking too long to be responded to by the agent.
|
| CloudManagerJob | |
| ContentProviderSyncJob |
This is a Quartz scheduler job whose job is to synchronize one particular
ContentSource. |
| DataCalcJob |
This implements
StatefulJob (as opposed to Job) because we do not need nor want
this job triggered concurrently. |
| DataPurgeJob |
This implements
StatefulJob (as opposed to Job) because we do not need nor want
this job triggered concurrently. |
| DynaGroupAutoRecalculationJob |
This is a Quartz scheduler job whose sole purpose in life is, when triggered, ask the group definition
manager to see if there are any DynaGroups to recalculate
|
| PurgePluginsJob |
This job purges plugins from the database asynchronously.
|
| PurgeResourceTypesJob | |
| RepoSyncJob |
Quartz schedule job that handles synchronizing contents of a repo, including:
Package Metadata
Package Bits
Distribution Tree Metadata
Distribution Tree Bits
Many of the calls out to the plugin are ultimately made from the
ContentProviderManager. |
| SavedSearchResultCountRecalculationJob | |
| StorageClusterReadRepairJob |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.