CmsPublishEngine.publishJobStarted
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using org.opencms.publish.CmsPublishEngine.publishJobStarted (Showing top 2 results out of 315)

origin: org.opencms/opencms-core

m_publishEngine.publishJobStarted(m_publishJob);
m_started = true;
if (isAborted()) {
origin: org.opencms/opencms-solr

m_publishEngine.publishJobStarted(m_publishJob);
m_started = true;
if (isAborted()) {
org.opencms.publishCmsPublishEnginepublishJobStarted

Javadoc

Signalizes that the publish thread starts.

Popular methods of CmsPublishEngine

  • <init>
    Default constructor.
  • abortPublishJob
    Aborts the given publish job.
  • addPublishListener
    Adds a publish listener to listen on publish events.
  • disableEngine
    Disables the publish engine, i.e. publish jobs are not accepted.
  • enableEngine
    Enables the publish engine, i.e. publish jobs are accepted.
  • enqueuePublishJob
    Enqueues a new publish job with the given information in publish queue. All resources should already
  • getCurrentPublishJob
    Returns the current running publish job.
  • getDriverManager
    Returns the driver manager instance.
  • getJobByPublishHistoryId
    Returns a publish job based on its publish history id. The returned publish job may be an enqueued,
  • getPublishHistory
    Returns the publish history list with already publish job.
  • getPublishQueue
    Returns the queue with still waiting publish job.
  • getReportContents
    Returns the content of the publish report assigned to the given publish job.
  • getPublishQueue,
  • getReportContents,
  • getUser,
  • initialize,
  • isEnabled,
  • isRunning,
  • lockPublishList,
  • publishJobFinished,
  • publishJobRemoved

Popular in Java

  • Start an intent from android
  • setRequestProperty (URLConnection)
  • findViewById (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Notification (javax.management)

For IntelliJ IDEA,
Android Studio or Eclipse

  • Search for JavaScript code betaCodota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutBlogContact Us
  • Plugin user guideTerms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)