Uses of Class
org.opencms.publish.CmsPublishJobInfoBean
Packages that use 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
Methods in org.opencms.db that return CmsPublishJobInfoBeanModifier 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.Methods in org.opencms.db that return types with arguments of type CmsPublishJobInfoBeanModifier 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.Methods in org.opencms.db with parameters of type CmsPublishJobInfoBeanModifier 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
Methods in org.opencms.db.generic that return CmsPublishJobInfoBeanModifier and TypeMethodDescriptionprotected CmsPublishJobInfoBean
CmsProjectDriver.createPublishJobInfoBean
(ResultSet res) Creates aCmsPublishJobInfoBean
from a result set.CmsProjectDriver.readPublishJob
(CmsDbContext dbc, CmsUUID publishHistoryId) Methods in org.opencms.db.generic that return types with arguments of type CmsPublishJobInfoBeanModifier and TypeMethodDescriptionCmsProjectDriver.readPublishJobs
(CmsDbContext dbc, long startTime, long endTime) Methods in org.opencms.db.generic with parameters of type CmsPublishJobInfoBeanModifier and TypeMethodDescriptionvoid
CmsProjectDriver.createPublishJob
(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) void
CmsProjectDriver.writePublishJob
(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) -
Uses of CmsPublishJobInfoBean in org.opencms.db.oracle
Methods in org.opencms.db.oracle with parameters of type CmsPublishJobInfoBeanModifier and TypeMethodDescriptionvoid
CmsProjectDriver.createPublishJob
(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) -
Uses of CmsPublishJobInfoBean in org.opencms.monitor
Methods in org.opencms.monitor that return CmsPublishJobInfoBeanModifier 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.Methods in org.opencms.monitor that return types with arguments of type CmsPublishJobInfoBeanModifier 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.Methods in org.opencms.monitor with parameters of type CmsPublishJobInfoBeanModifier 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
Fields in org.opencms.publish declared as CmsPublishJobInfoBeanModifier and TypeFieldDescriptionprotected CmsPublishJobInfoBean
CmsPublishJobBase.m_publishJob
The delegate publish job.Methods in org.opencms.publish that return CmsPublishJobInfoBeanModifier and TypeMethodDescriptionprotected CmsPublishJobInfoBean
CmsPublishQueue.next()
Returns the next publish job to be published, removing it from the queue, ornull
if the queue is empty.Methods in org.opencms.publish with parameters of type CmsPublishJobInfoBeanModifier 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.Constructors in org.opencms.publish with parameters of type CmsPublishJobInfoBeanModifierConstructorDescriptionprotected
CmsPublishJobBase
(CmsPublishJobInfoBean publishJob) Default constructor.protected
CmsPublishJobEnqueued
(CmsPublishJobInfoBean publishJob) Default constructor.protected
CmsPublishJobFinished
(CmsPublishJobInfoBean publishJob) Default constructor.protected
CmsPublishJobRunning
(CmsPublishJobInfoBean publishJob) Default constructor.