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 TypeMethodDescriptionvoidCmsDriverManager.createPublishJob(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) Creates a new publish job.voidI_CmsProjectDriver.createPublishJob(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) Inserts an entry for a publish job .voidCmsDriverManager.writePublishJob(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) Updates a publish job.voidI_CmsProjectDriver.writePublishJob(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) Writes a publish job.voidCmsDriverManager.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 CmsPublishJobInfoBeanCmsProjectDriver.createPublishJobInfoBean(ResultSet res) Creates aCmsPublishJobInfoBeanfrom 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 TypeMethodDescriptionvoidCmsProjectDriver.createPublishJob(CmsDbContext dbc, CmsPublishJobInfoBean publishJob) voidCmsProjectDriver.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 TypeMethodDescriptionvoidCmsProjectDriver.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 ornullif not found.CmsMemoryMonitor.getCachedPublishJobInHistory(String key) Returns the publish job from the history with the given cache key ornullif 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 TypeMethodDescriptionvoidCmsMemoryMonitor.cachePublishJob(CmsPublishJobInfoBean publishJob) Caches the given publish job.voidCmsMemoryMonitor.cachePublishJobInHistory(CmsPublishJobInfoBean publishJob) Caches the given publish job in the publish job history.voidCmsMemoryMonitor.uncachePublishJob(CmsPublishJobInfoBean publishJob) Removes the given publish job from the cache.voidCmsMemoryMonitor.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 CmsPublishJobInfoBeanCmsPublishJobBase.m_publishJobThe delegate publish job.Methods in org.opencms.publish that return CmsPublishJobInfoBeanModifier and TypeMethodDescriptionprotected CmsPublishJobInfoBeanCmsPublishQueue.next()Returns the next publish job to be published, removing it from the queue, ornullif the queue is empty.Methods in org.opencms.publish with parameters of type CmsPublishJobInfoBeanModifier and TypeMethodDescriptionprotected booleanCmsPublishQueue.abortPublishJob(CmsPublishJobInfoBean publishJob) Aborts the given publish job.protected voidCmsPublishHistory.add(CmsPublishJobInfoBean publishJob) Adds the given publish job to the list.protected voidCmsPublishQueue.add(CmsPublishJobInfoBean publishJob) Pushes a new publish job with the given information in publish queue.protected booleanCmsPublishQueue.contains(CmsPublishJobInfoBean publishJob) Checks if the given job is already in the queue, this does only check for the identical job.protected voidCmsPublishEngine.lockPublishList(CmsPublishJobInfoBean publishJob) Sets publish locks of resources in a publish list.protected voidCmsPublishEngine.publishJobFinished(CmsPublishJobInfoBean publishJob) Signalizes that the publish thread finishes.protected voidCmsPublishEngine.publishJobRemoved(CmsPublishJobInfoBean publishJob) A publish job has been permanently removed from the history.protected voidCmsPublishEngine.publishJobStarted(CmsPublishJobInfoBean publishJob) Signalizes that the publish thread starts.protected voidCmsPublishHistory.remove(CmsPublishJobInfoBean publishJob) Removes the given job from the list.protected voidCmsPublishQueue.remove(CmsPublishJobInfoBean publishJob) Removes the given job from the list.protected voidCmsPublishEngine.unlockPublishList(CmsPublishJobInfoBean publishJob) Removes all publish locks of resources in a publish list of a publish job.protected voidCmsPublishQueue.update(CmsPublishJobInfoBean publishJob) Updates the given job in the list.Constructors in org.opencms.publish with parameters of type CmsPublishJobInfoBeanModifierConstructorDescriptionprotectedCmsPublishJobBase(CmsPublishJobInfoBean publishJob) Default constructor.protectedCmsPublishJobEnqueued(CmsPublishJobInfoBean publishJob) Default constructor.protectedCmsPublishJobFinished(CmsPublishJobInfoBean publishJob) Default constructor.protectedCmsPublishJobRunning(CmsPublishJobInfoBean publishJob) Default constructor.