Uses of Class
org.opencms.publish.CmsPublishJobInfoBean
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
Oracle9+ implementation of the OpenCms database connector.
Contains functions to monitor the OpenCms system status.
Classes to handle the OpenCms publish process.
-
Uses of CmsPublishJobInfoBean in org.opencms.db
Modifier and TypeMethodDescriptionCmsDriverManager.readPublishJob
(CmsDbContext dbc, CmsUUID publishHistoryId) Reads a single publish job identified by its publish history id.I_CmsProjectDriver.readPublishJob
(CmsDbContext dbc, CmsUUID publishHistoryId) Reads a single publish job identified by its publish history id.Modifier and TypeMethodDescriptionCmsDriverManager.readPublishJobs
(CmsDbContext dbc, long startTime, long endTime) Reads all available publish jobs.I_CmsProjectDriver.readPublishJobs
(CmsDbContext dbc, long startTime, long endTime) Reads all publish jobs finished in the given time range.Modifier and TypeMethodDescriptionvoid
CmsDriverManager.createPublishJob
(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) Creates a new publish job.void
I_CmsProjectDriver.createPublishJob
(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) Inserts an entry for a publish job .void
CmsDriverManager.writePublishJob
(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) Updates a publish job.void
I_CmsProjectDriver.writePublishJob
(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) Writes a publish job.void
CmsDriverManager.writePublishReport
(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) Writes the publish report for a publish job. -
Uses of CmsPublishJobInfoBean in org.opencms.db.generic
Modifier and TypeMethodDescriptionprotected CmsPublishJobInfoBean
CmsProjectDriver.createPublishJobInfoBean
(ResultSet res) Creates aCmsPublishJobInfoBean
from a result set.CmsProjectDriver.readPublishJob
(CmsDbContext dbc, CmsUUID publishHistoryId) Modifier and TypeMethodDescriptionCmsProjectDriver.readPublishJobs
(CmsDbContext dbc, long startTime, long endTime) Modifier and TypeMethodDescriptionvoid
CmsProjectDriver.createPublishJob
(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) void
CmsProjectDriver.writePublishJob
(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) -
Uses of CmsPublishJobInfoBean in org.opencms.db.oracle
Modifier and TypeMethodDescriptionvoid
CmsProjectDriver.createPublishJob
(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) -
Uses of CmsPublishJobInfoBean in org.opencms.monitor
Modifier and TypeMethodDescriptionCmsMemoryMonitor.getCachedPublishJob
(String key) Returns the publish job with the given cache key ornull
if not found.CmsMemoryMonitor.getCachedPublishJobInHistory
(String key) Returns the publish job from the history with the given cache key ornull
if not found.CmsMemoryMonitor.getFirstCachedPublishJob()
Returns the next publish job from the publish job queue.Modifier and TypeMethodDescriptionCmsMemoryMonitor.getAllCachedPublishJobs()
Returns all cached publish jobs in the queue as ordered list.CmsMemoryMonitor.getAllCachedPublishJobsInHistory()
Returns all cached publish jobs in the history as ordered list.Modifier and TypeMethodDescriptionvoid
CmsMemoryMonitor.cachePublishJob
(CmsPublishJobInfoBean publishJob) Caches the given publish job.void
CmsMemoryMonitor.cachePublishJobInHistory
(CmsPublishJobInfoBean publishJob) Caches the given publish job in the publish job history.void
CmsMemoryMonitor.uncachePublishJob
(CmsPublishJobInfoBean publishJob) Removes the given publish job from the cache.void
CmsMemoryMonitor.uncachePublishJobInHistory
(CmsPublishJobInfoBean publishJob) Removes the given publish job from the history. -
Uses of CmsPublishJobInfoBean in org.opencms.publish
Modifier and TypeFieldDescriptionprotected CmsPublishJobInfoBean
CmsPublishJobBase.m_publishJob
The delegate publish job.Modifier and TypeMethodDescriptionprotected CmsPublishJobInfoBean
CmsPublishQueue.next()
Returns the next publish job to be published, removing it from the queue, ornull
if the queue is empty.Modifier and TypeMethodDescriptionprotected boolean
CmsPublishQueue.abortPublishJob
(CmsPublishJobInfoBean publishJob) Aborts the given publish job.protected void
CmsPublishHistory.add
(CmsPublishJobInfoBean publishJob) Adds the given publish job to the list.protected void
CmsPublishQueue.add
(CmsPublishJobInfoBean publishJob) Pushes a new publish job with the given information in publish queue.protected boolean
CmsPublishQueue.contains
(CmsPublishJobInfoBean publishJob) Checks if the given job is already in the queue, this does only check for the identical job.protected void
CmsPublishEngine.lockPublishList
(CmsPublishJobInfoBean publishJob) Sets publish locks of resources in a publish list.protected void
CmsPublishEngine.publishJobFinished
(CmsPublishJobInfoBean publishJob) Signalizes that the publish thread finishes.protected void
CmsPublishEngine.publishJobRemoved
(CmsPublishJobInfoBean publishJob) A publish job has been permanently removed from the history.protected void
CmsPublishEngine.publishJobStarted
(CmsPublishJobInfoBean publishJob) Signalizes that the publish thread starts.protected void
CmsPublishHistory.remove
(CmsPublishJobInfoBean publishJob) Removes the given job from the list.protected void
CmsPublishQueue.remove
(CmsPublishJobInfoBean publishJob) Removes the given job from the list.protected void
CmsPublishEngine.unlockPublishList
(CmsPublishJobInfoBean publishJob) Removes all publish locks of resources in a publish list of a publish job.protected void
CmsPublishQueue.update
(CmsPublishJobInfoBean publishJob) Updates the given job in the list.ModifierConstructorDescriptionprotected
CmsPublishJobBase
(CmsPublishJobInfoBean publishJob) Default constructor.protected
CmsPublishJobEnqueued
(CmsPublishJobInfoBean publishJob) Default constructor.protected
CmsPublishJobFinished
(CmsPublishJobInfoBean publishJob) Default constructor.protected
CmsPublishJobRunning
(CmsPublishJobInfoBean publishJob) Default constructor.