com.quartzdesk.service.types.v5_0.scheduler.quartz
Class QuartzExecHistory

java.lang.Object
  extended by com.quartzdesk.service.types.v5_0.scheduler.ExecHistory
      extended by com.quartzdesk.service.types.v5_0.scheduler.quartz.QuartzExecHistory

public class QuartzExecHistory
extends ExecHistory

Type that encapsulates Quartz job execution history data.

Java class for QuartzExecHistory complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QuartzExecHistory">
   <complexContent>
     <extension base="{http://service.quartzdesk.com/types/v5_0/scheduler}ExecHistory">
       <sequence>
         <element name="schedulerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="schedulerInstanceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobGroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobDataMap" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzJobDataMap" minOccurs="0"/>
         <element name="jobDataMapXml" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="triggerGroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="triggerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="calendarName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String calendarName
           
protected  QuartzJobDataMap jobDataMap
           
protected  String jobDataMapXml
           
protected  String jobGroupName
           
protected  String jobName
           
protected  String schedulerInstanceId
           
protected  String schedulerName
           
protected  String triggerGroupName
           
protected  String triggerName
           
 
Fields inherited from class com.quartzdesk.service.types.v5_0.scheduler.ExecHistory
duration, error, execStatus, execType, finishedAt, hostName, id, jobChainFlowId, jobChainFlowSrcExecHistoryId, jobChainId, jobClassLocation, jobClassName, jobExecutionId, jvmName, jvmPid, jvmRuntimeVersion, jvmVendor, jvmVersion, log, logNull, logStoredCount, logText, logTotalCount, logXml, osArch, osName, osVersion, result, resultNull, schedulerObjectName, schedulerVersion, startedAt, threadGroupName, threadName, threadPriority, userData, userDataNull
 
Constructor Summary
QuartzExecHistory()
           
 
Method Summary
 String getCalendarName()
          Gets the value of the calendarName property.
 QuartzJobDataMap getJobDataMap()
          Gets the value of the jobDataMap property.
 String getJobDataMapXml()
          Gets the value of the jobDataMapXml property.
 String getJobGroupName()
          Gets the value of the jobGroupName property.
 String getJobName()
          Gets the value of the jobName property.
 String getSchedulerInstanceId()
          Gets the value of the schedulerInstanceId property.
 String getSchedulerName()
          Gets the value of the schedulerName property.
 String getTriggerGroupName()
          Gets the value of the triggerGroupName property.
 String getTriggerName()
          Gets the value of the triggerName property.
 void setCalendarName(String value)
          Sets the value of the calendarName property.
 void setJobDataMap(QuartzJobDataMap value)
          Sets the value of the jobDataMap property.
 void setJobDataMapXml(String value)
          Sets the value of the jobDataMapXml property.
 void setJobGroupName(String value)
          Sets the value of the jobGroupName property.
 void setJobName(String value)
          Sets the value of the jobName property.
 void setSchedulerInstanceId(String value)
          Sets the value of the schedulerInstanceId property.
 void setSchedulerName(String value)
          Sets the value of the schedulerName property.
 void setTriggerGroupName(String value)
          Sets the value of the triggerGroupName property.
 void setTriggerName(String value)
          Sets the value of the triggerName property.
 QuartzExecHistory withCalendarName(String value)
           
 QuartzExecHistory withDuration(Integer value)
           
 QuartzExecHistory withError(String value)
           
 QuartzExecHistory withExecStatus(ExecStatus value)
           
 QuartzExecHistory withExecType(ExecType value)
           
 QuartzExecHistory withFinishedAt(Calendar value)
           
 QuartzExecHistory withHostName(String value)
           
 QuartzExecHistory withId(Long value)
           
 QuartzExecHistory withJobChainFlowId(String value)
           
 QuartzExecHistory withJobChainFlowSrcExecHistoryId(Long value)
           
 QuartzExecHistory withJobChainId(Long value)
           
 QuartzExecHistory withJobClassLocation(String value)
           
 QuartzExecHistory withJobClassName(String value)
           
 QuartzExecHistory withJobDataMap(QuartzJobDataMap value)
           
 QuartzExecHistory withJobDataMapXml(String value)
           
 QuartzExecHistory withJobExecutionId(String value)
           
 QuartzExecHistory withJobGroupName(String value)
           
 QuartzExecHistory withJobName(String value)
           
 QuartzExecHistory withJvmName(String value)
           
 QuartzExecHistory withJvmPid(Integer value)
           
 QuartzExecHistory withJvmRuntimeVersion(String value)
           
 QuartzExecHistory withJvmVendor(String value)
           
 QuartzExecHistory withJvmVersion(String value)
           
 QuartzExecHistory withLog(Collection<LoggingEvent> values)
           
 QuartzExecHistory withLog(LoggingEvent... values)
           
 QuartzExecHistory withLogNull(Boolean value)
           
 QuartzExecHistory withLogStoredCount(Integer value)
           
 QuartzExecHistory withLogText(String value)
           
 QuartzExecHistory withLogTotalCount(Integer value)
           
 QuartzExecHistory withLogXml(String value)
           
 QuartzExecHistory withOsArch(String value)
           
 QuartzExecHistory withOsName(String value)
           
 QuartzExecHistory withOsVersion(String value)
           
 QuartzExecHistory withResult(String value)
           
 QuartzExecHistory withResultNull(Boolean value)
           
 QuartzExecHistory withSchedulerInstanceId(String value)
           
 QuartzExecHistory withSchedulerName(String value)
           
 QuartzExecHistory withSchedulerObjectName(String value)
           
 QuartzExecHistory withSchedulerVersion(Version value)
           
 QuartzExecHistory withStartedAt(Calendar value)
           
 QuartzExecHistory withThreadGroupName(String value)
           
 QuartzExecHistory withThreadName(String value)
           
 QuartzExecHistory withThreadPriority(Integer value)
           
 QuartzExecHistory withTriggerGroupName(String value)
           
 QuartzExecHistory withTriggerName(String value)
           
 QuartzExecHistory withUserData(String value)
           
 QuartzExecHistory withUserDataNull(Boolean value)
           
 
Methods inherited from class com.quartzdesk.service.types.v5_0.scheduler.ExecHistory
getDuration, getError, getExecStatus, getExecType, getFinishedAt, getHostName, getId, getJobChainFlowId, getJobChainFlowSrcExecHistoryId, getJobChainId, getJobClassLocation, getJobClassName, getJobExecutionId, getJvmName, getJvmPid, getJvmRuntimeVersion, getJvmVendor, getJvmVersion, getLog, getLogNull, getLogStoredCount, getLogText, getLogTotalCount, getLogXml, getOsArch, getOsName, getOsVersion, getResult, getResultNull, getSchedulerObjectName, getSchedulerVersion, getStartedAt, getThreadGroupName, getThreadName, getThreadPriority, getUserData, getUserDataNull, isLogNull, isResultNull, isUserDataNull, setDuration, setError, setExecStatus, setExecType, setFinishedAt, setHostName, setId, setJobChainFlowId, setJobChainFlowSrcExecHistoryId, setJobChainId, setJobClassLocation, setJobClassName, setJobExecutionId, setJvmName, setJvmPid, setJvmRuntimeVersion, setJvmVendor, setJvmVersion, setLog, setLogNull, setLogStoredCount, setLogText, setLogTotalCount, setLogXml, setOsArch, setOsName, setOsVersion, setResult, setResultNull, setSchedulerObjectName, setSchedulerVersion, setStartedAt, setThreadGroupName, setThreadName, setThreadPriority, setUserData, setUserDataNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schedulerName

protected String schedulerName

schedulerInstanceId

protected String schedulerInstanceId

jobGroupName

protected String jobGroupName

jobName

protected String jobName

jobDataMap

protected QuartzJobDataMap jobDataMap

jobDataMapXml

protected String jobDataMapXml

triggerGroupName

protected String triggerGroupName

triggerName

protected String triggerName

calendarName

protected String calendarName
Constructor Detail

QuartzExecHistory

public QuartzExecHistory()
Method Detail

getSchedulerName

public String getSchedulerName()
Gets the value of the schedulerName property.

Returns:
possible object is String

setSchedulerName

public void setSchedulerName(String value)
Sets the value of the schedulerName property.

Parameters:
value - allowed object is String

getSchedulerInstanceId

public String getSchedulerInstanceId()
Gets the value of the schedulerInstanceId property.

Returns:
possible object is String

setSchedulerInstanceId

public void setSchedulerInstanceId(String value)
Sets the value of the schedulerInstanceId property.

Parameters:
value - allowed object is String

getJobGroupName

public String getJobGroupName()
Gets the value of the jobGroupName property.

Returns:
possible object is String

setJobGroupName

public void setJobGroupName(String value)
Sets the value of the jobGroupName property.

Parameters:
value - allowed object is String

getJobName

public String getJobName()
Gets the value of the jobName property.

Returns:
possible object is String

setJobName

public void setJobName(String value)
Sets the value of the jobName property.

Parameters:
value - allowed object is String

getJobDataMap

public QuartzJobDataMap getJobDataMap()
Gets the value of the jobDataMap property.

Returns:
possible object is QuartzJobDataMap

setJobDataMap

public void setJobDataMap(QuartzJobDataMap value)
Sets the value of the jobDataMap property.

Parameters:
value - allowed object is QuartzJobDataMap

getJobDataMapXml

public String getJobDataMapXml()
Gets the value of the jobDataMapXml property.

Returns:
possible object is String

setJobDataMapXml

public void setJobDataMapXml(String value)
Sets the value of the jobDataMapXml property.

Parameters:
value - allowed object is String

getTriggerGroupName

public String getTriggerGroupName()
Gets the value of the triggerGroupName property.

Returns:
possible object is String

setTriggerGroupName

public void setTriggerGroupName(String value)
Sets the value of the triggerGroupName property.

Parameters:
value - allowed object is String

getTriggerName

public String getTriggerName()
Gets the value of the triggerName property.

Returns:
possible object is String

setTriggerName

public void setTriggerName(String value)
Sets the value of the triggerName property.

Parameters:
value - allowed object is String

getCalendarName

public String getCalendarName()
Gets the value of the calendarName property.

Returns:
possible object is String

setCalendarName

public void setCalendarName(String value)
Sets the value of the calendarName property.

Parameters:
value - allowed object is String

withSchedulerName

public QuartzExecHistory withSchedulerName(String value)

withSchedulerInstanceId

public QuartzExecHistory withSchedulerInstanceId(String value)

withJobGroupName

public QuartzExecHistory withJobGroupName(String value)

withJobName

public QuartzExecHistory withJobName(String value)

withJobDataMap

public QuartzExecHistory withJobDataMap(QuartzJobDataMap value)

withJobDataMapXml

public QuartzExecHistory withJobDataMapXml(String value)

withTriggerGroupName

public QuartzExecHistory withTriggerGroupName(String value)

withTriggerName

public QuartzExecHistory withTriggerName(String value)

withCalendarName

public QuartzExecHistory withCalendarName(String value)

withId

public QuartzExecHistory withId(Long value)
Overrides:
withId in class ExecHistory

withStartedAt

public QuartzExecHistory withStartedAt(Calendar value)
Overrides:
withStartedAt in class ExecHistory

withFinishedAt

public QuartzExecHistory withFinishedAt(Calendar value)
Overrides:
withFinishedAt in class ExecHistory

withDuration

public QuartzExecHistory withDuration(Integer value)
Overrides:
withDuration in class ExecHistory

withExecStatus

public QuartzExecHistory withExecStatus(ExecStatus value)
Overrides:
withExecStatus in class ExecHistory

withExecType

public QuartzExecHistory withExecType(ExecType value)
Overrides:
withExecType in class ExecHistory

withSchedulerObjectName

public QuartzExecHistory withSchedulerObjectName(String value)
Overrides:
withSchedulerObjectName in class ExecHistory

withSchedulerVersion

public QuartzExecHistory withSchedulerVersion(Version value)
Overrides:
withSchedulerVersion in class ExecHistory

withJobClassName

public QuartzExecHistory withJobClassName(String value)
Overrides:
withJobClassName in class ExecHistory

withJobClassLocation

public QuartzExecHistory withJobClassLocation(String value)
Overrides:
withJobClassLocation in class ExecHistory

withJobExecutionId

public QuartzExecHistory withJobExecutionId(String value)
Overrides:
withJobExecutionId in class ExecHistory

withResultNull

public QuartzExecHistory withResultNull(Boolean value)
Overrides:
withResultNull in class ExecHistory

withResult

public QuartzExecHistory withResult(String value)
Overrides:
withResult in class ExecHistory

withError

public QuartzExecHistory withError(String value)
Overrides:
withError in class ExecHistory

withUserDataNull

public QuartzExecHistory withUserDataNull(Boolean value)
Overrides:
withUserDataNull in class ExecHistory

withUserData

public QuartzExecHistory withUserData(String value)
Overrides:
withUserData in class ExecHistory

withLogNull

public QuartzExecHistory withLogNull(Boolean value)
Overrides:
withLogNull in class ExecHistory

withLog

public QuartzExecHistory withLog(LoggingEvent... values)
Overrides:
withLog in class ExecHistory

withLog

public QuartzExecHistory withLog(Collection<LoggingEvent> values)
Overrides:
withLog in class ExecHistory

withLogText

public QuartzExecHistory withLogText(String value)
Overrides:
withLogText in class ExecHistory

withLogXml

public QuartzExecHistory withLogXml(String value)
Overrides:
withLogXml in class ExecHistory

withLogStoredCount

public QuartzExecHistory withLogStoredCount(Integer value)
Overrides:
withLogStoredCount in class ExecHistory

withLogTotalCount

public QuartzExecHistory withLogTotalCount(Integer value)
Overrides:
withLogTotalCount in class ExecHistory

withThreadGroupName

public QuartzExecHistory withThreadGroupName(String value)
Overrides:
withThreadGroupName in class ExecHistory

withThreadName

public QuartzExecHistory withThreadName(String value)
Overrides:
withThreadName in class ExecHistory

withThreadPriority

public QuartzExecHistory withThreadPriority(Integer value)
Overrides:
withThreadPriority in class ExecHistory

withHostName

public QuartzExecHistory withHostName(String value)
Overrides:
withHostName in class ExecHistory

withJvmPid

public QuartzExecHistory withJvmPid(Integer value)
Overrides:
withJvmPid in class ExecHistory

withJvmName

public QuartzExecHistory withJvmName(String value)
Overrides:
withJvmName in class ExecHistory

withJvmVendor

public QuartzExecHistory withJvmVendor(String value)
Overrides:
withJvmVendor in class ExecHistory

withJvmVersion

public QuartzExecHistory withJvmVersion(String value)
Overrides:
withJvmVersion in class ExecHistory

withJvmRuntimeVersion

public QuartzExecHistory withJvmRuntimeVersion(String value)
Overrides:
withJvmRuntimeVersion in class ExecHistory

withOsName

public QuartzExecHistory withOsName(String value)
Overrides:
withOsName in class ExecHistory

withOsVersion

public QuartzExecHistory withOsVersion(String value)
Overrides:
withOsVersion in class ExecHistory

withOsArch

public QuartzExecHistory withOsArch(String value)
Overrides:
withOsArch in class ExecHistory

withJobChainId

public QuartzExecHistory withJobChainId(Long value)
Overrides:
withJobChainId in class ExecHistory

withJobChainFlowId

public QuartzExecHistory withJobChainFlowId(String value)
Overrides:
withJobChainFlowId in class ExecHistory

withJobChainFlowSrcExecHistoryId

public QuartzExecHistory withJobChainFlowSrcExecHistoryId(Long value)
Overrides:
withJobChainFlowSrcExecHistoryId in class ExecHistory


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.