|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v4_0.scheduler.ExecHistory
com.quartzdesk.service.types.v4_0.scheduler.quartz.QuartzExecHistory
public class QuartzExecHistory
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/v4_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/v4_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.v4_0.scheduler.ExecHistory |
|---|
duration, error, execStatus, finishedAt, hostName, id, 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()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String schedulerName
protected String schedulerInstanceId
protected String jobGroupName
protected String jobName
protected QuartzJobDataMap jobDataMap
protected String jobDataMapXml
protected String triggerGroupName
protected String triggerName
protected String calendarName
| Constructor Detail |
|---|
public QuartzExecHistory()
| Method Detail |
|---|
public String getSchedulerName()
Stringpublic void setSchedulerName(String value)
value - allowed object is
Stringpublic String getSchedulerInstanceId()
Stringpublic void setSchedulerInstanceId(String value)
value - allowed object is
Stringpublic String getJobGroupName()
Stringpublic void setJobGroupName(String value)
value - allowed object is
Stringpublic String getJobName()
Stringpublic void setJobName(String value)
value - allowed object is
Stringpublic QuartzJobDataMap getJobDataMap()
QuartzJobDataMappublic void setJobDataMap(QuartzJobDataMap value)
value - allowed object is
QuartzJobDataMappublic String getJobDataMapXml()
Stringpublic void setJobDataMapXml(String value)
value - allowed object is
Stringpublic String getTriggerGroupName()
Stringpublic void setTriggerGroupName(String value)
value - allowed object is
Stringpublic String getTriggerName()
Stringpublic void setTriggerName(String value)
value - allowed object is
Stringpublic String getCalendarName()
Stringpublic void setCalendarName(String value)
value - allowed object is
Stringpublic QuartzExecHistory withSchedulerName(String value)
public QuartzExecHistory withSchedulerInstanceId(String value)
public QuartzExecHistory withJobGroupName(String value)
public QuartzExecHistory withJobName(String value)
public QuartzExecHistory withJobDataMap(QuartzJobDataMap value)
public QuartzExecHistory withJobDataMapXml(String value)
public QuartzExecHistory withTriggerGroupName(String value)
public QuartzExecHistory withTriggerName(String value)
public QuartzExecHistory withCalendarName(String value)
public QuartzExecHistory withId(Long value)
withId in class ExecHistorypublic QuartzExecHistory withStartedAt(Calendar value)
withStartedAt in class ExecHistorypublic QuartzExecHistory withFinishedAt(Calendar value)
withFinishedAt in class ExecHistorypublic QuartzExecHistory withDuration(Integer value)
withDuration in class ExecHistorypublic QuartzExecHistory withExecStatus(ExecStatus value)
withExecStatus in class ExecHistorypublic QuartzExecHistory withSchedulerObjectName(String value)
withSchedulerObjectName in class ExecHistorypublic QuartzExecHistory withSchedulerVersion(Version value)
withSchedulerVersion in class ExecHistorypublic QuartzExecHistory withJobClassName(String value)
withJobClassName in class ExecHistorypublic QuartzExecHistory withJobClassLocation(String value)
withJobClassLocation in class ExecHistorypublic QuartzExecHistory withJobExecutionId(String value)
withJobExecutionId in class ExecHistorypublic QuartzExecHistory withResultNull(Boolean value)
withResultNull in class ExecHistorypublic QuartzExecHistory withResult(String value)
withResult in class ExecHistorypublic QuartzExecHistory withError(String value)
withError in class ExecHistorypublic QuartzExecHistory withUserDataNull(Boolean value)
withUserDataNull in class ExecHistorypublic QuartzExecHistory withUserData(String value)
withUserData in class ExecHistorypublic QuartzExecHistory withLogNull(Boolean value)
withLogNull in class ExecHistorypublic QuartzExecHistory withLog(LoggingEvent... values)
withLog in class ExecHistorypublic QuartzExecHistory withLog(Collection<LoggingEvent> values)
withLog in class ExecHistorypublic QuartzExecHistory withLogText(String value)
withLogText in class ExecHistorypublic QuartzExecHistory withLogXml(String value)
withLogXml in class ExecHistorypublic QuartzExecHistory withLogStoredCount(Integer value)
withLogStoredCount in class ExecHistorypublic QuartzExecHistory withLogTotalCount(Integer value)
withLogTotalCount in class ExecHistorypublic QuartzExecHistory withThreadGroupName(String value)
withThreadGroupName in class ExecHistorypublic QuartzExecHistory withThreadName(String value)
withThreadName in class ExecHistorypublic QuartzExecHistory withThreadPriority(Integer value)
withThreadPriority in class ExecHistorypublic QuartzExecHistory withHostName(String value)
withHostName in class ExecHistorypublic QuartzExecHistory withJvmPid(Integer value)
withJvmPid in class ExecHistorypublic QuartzExecHistory withJvmName(String value)
withJvmName in class ExecHistorypublic QuartzExecHistory withJvmVendor(String value)
withJvmVendor in class ExecHistorypublic QuartzExecHistory withJvmVersion(String value)
withJvmVersion in class ExecHistorypublic QuartzExecHistory withJvmRuntimeVersion(String value)
withJvmRuntimeVersion in class ExecHistorypublic QuartzExecHistory withOsName(String value)
withOsName in class ExecHistorypublic QuartzExecHistory withOsVersion(String value)
withOsVersion in class ExecHistorypublic QuartzExecHistory withOsArch(String value)
withOsArch in class ExecHistory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||