org.opencms.publish
Class CmsPublishJobFinished

java.lang.Object
  extended by org.opencms.publish.CmsPublishJobBase
      extended by org.opencms.publish.CmsPublishJobFinished

public class CmsPublishJobFinished
extends CmsPublishJobBase

Defines a read-only publish job that has been already published.

Since:
6.5.5
Version:
$Revision: 1.7 $
Author:
Michael Moossen

Field Summary
 
Fields inherited from class org.opencms.publish.CmsPublishJobBase
m_publishJob
 
Constructor Summary
protected CmsPublishJobFinished(CmsPublishJobInfoBean publishJob)
          Default constructor.
 
Method Summary
 long getEnqueueTime()
          Returns the time this object has been created.
 long getFinishTime()
          Returns the time the publish job ends.
 long getStartTime()
          Returns the time the publish job did actually start.
 
Methods inherited from class org.opencms.publish.CmsPublishJobBase
getLocale, getProjectName, getPublishHistoryId, getSize, getUserId, getUserName, isDirectPublish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsPublishJobFinished

protected CmsPublishJobFinished(CmsPublishJobInfoBean publishJob)
Default constructor.

Parameters:
publishJob - the delegate publish job
Method Detail

getEnqueueTime

public long getEnqueueTime()
Returns the time this object has been created.

Returns:
the time this object has been created

getFinishTime

public long getFinishTime()
Returns the time the publish job ends.

Returns:
the time the publish job ends

getStartTime

public long getStartTime()
Returns the time the publish job did actually start.

Returns:
the time the publish job did actually start