|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v5_0.scheduler.quartz.QuartzExecutingJob
public class QuartzExecutingJob
Java class for QuartzExecutingJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuartzExecutingJob">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="jobDetail" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzJobDetail"/>
<element name="trigger" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzTrigger"/>
<element name="execType" type="{http://service.quartzdesk.com/types/v5_0/scheduler}ExecType"/>
<element name="jobDataMap" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzJobDataMap"/>
<element name="calendarName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fireInstanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="jobExecutionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="scheduledFireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="nextFireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="previousFireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="recovering" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="refireCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="jobChainId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="jobChainFlowId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="jobChainSrcExecHistoryId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
calendarName
|
protected ExecType |
execType
|
protected String |
fireInstanceId
|
protected Calendar |
fireTime
|
protected String |
jobChainFlowId
|
protected Long |
jobChainId
|
protected Long |
jobChainSrcExecHistoryId
|
protected QuartzJobDataMap |
jobDataMap
|
protected QuartzJobDetail |
jobDetail
|
protected String |
jobExecutionId
|
protected Calendar |
nextFireTime
|
protected Calendar |
previousFireTime
|
protected Boolean |
recovering
|
protected Integer |
refireCount
|
protected Calendar |
scheduledFireTime
|
protected QuartzTrigger |
trigger
|
| Constructor Summary | |
|---|---|
QuartzExecutingJob()
|
|
| Method Summary | |
|---|---|
String |
getCalendarName()
Gets the value of the calendarName property. |
ExecType |
getExecType()
Gets the value of the execType property. |
String |
getFireInstanceId()
Gets the value of the fireInstanceId property. |
Calendar |
getFireTime()
Gets the value of the fireTime property. |
String |
getJobChainFlowId()
Gets the value of the jobChainFlowId property. |
Long |
getJobChainId()
Gets the value of the jobChainId property. |
Long |
getJobChainSrcExecHistoryId()
Gets the value of the jobChainSrcExecHistoryId property. |
QuartzJobDataMap |
getJobDataMap()
Gets the value of the jobDataMap property. |
QuartzJobDetail |
getJobDetail()
Gets the value of the jobDetail property. |
String |
getJobExecutionId()
Gets the value of the jobExecutionId property. |
Calendar |
getNextFireTime()
Gets the value of the nextFireTime property. |
Calendar |
getPreviousFireTime()
Gets the value of the previousFireTime property. |
Boolean |
getRecovering()
|
Integer |
getRefireCount()
Gets the value of the refireCount property. |
Calendar |
getScheduledFireTime()
Gets the value of the scheduledFireTime property. |
QuartzTrigger |
getTrigger()
Gets the value of the trigger property. |
Boolean |
isRecovering()
Gets the value of the recovering property. |
void |
setCalendarName(String value)
Sets the value of the calendarName property. |
void |
setExecType(ExecType value)
Sets the value of the execType property. |
void |
setFireInstanceId(String value)
Sets the value of the fireInstanceId property. |
void |
setFireTime(Calendar value)
Sets the value of the fireTime property. |
void |
setJobChainFlowId(String value)
Sets the value of the jobChainFlowId property. |
void |
setJobChainId(Long value)
Sets the value of the jobChainId property. |
void |
setJobChainSrcExecHistoryId(Long value)
Sets the value of the jobChainSrcExecHistoryId property. |
void |
setJobDataMap(QuartzJobDataMap value)
Sets the value of the jobDataMap property. |
void |
setJobDetail(QuartzJobDetail value)
Sets the value of the jobDetail property. |
void |
setJobExecutionId(String value)
Sets the value of the jobExecutionId property. |
void |
setNextFireTime(Calendar value)
Sets the value of the nextFireTime property. |
void |
setPreviousFireTime(Calendar value)
Sets the value of the previousFireTime property. |
void |
setRecovering(Boolean value)
Sets the value of the recovering property. |
void |
setRefireCount(Integer value)
Sets the value of the refireCount property. |
void |
setScheduledFireTime(Calendar value)
Sets the value of the scheduledFireTime property. |
void |
setTrigger(QuartzTrigger value)
Sets the value of the trigger property. |
QuartzExecutingJob |
withCalendarName(String value)
|
QuartzExecutingJob |
withExecType(ExecType value)
|
QuartzExecutingJob |
withFireInstanceId(String value)
|
QuartzExecutingJob |
withFireTime(Calendar value)
|
QuartzExecutingJob |
withJobChainFlowId(String value)
|
QuartzExecutingJob |
withJobChainId(Long value)
|
QuartzExecutingJob |
withJobChainSrcExecHistoryId(Long value)
|
QuartzExecutingJob |
withJobDataMap(QuartzJobDataMap value)
|
QuartzExecutingJob |
withJobDetail(QuartzJobDetail value)
|
QuartzExecutingJob |
withJobExecutionId(String value)
|
QuartzExecutingJob |
withNextFireTime(Calendar value)
|
QuartzExecutingJob |
withPreviousFireTime(Calendar value)
|
QuartzExecutingJob |
withRecovering(Boolean value)
|
QuartzExecutingJob |
withRefireCount(Integer value)
|
QuartzExecutingJob |
withScheduledFireTime(Calendar value)
|
QuartzExecutingJob |
withTrigger(QuartzTrigger value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QuartzJobDetail jobDetail
protected QuartzTrigger trigger
protected ExecType execType
protected QuartzJobDataMap jobDataMap
protected String calendarName
protected String fireInstanceId
protected String jobExecutionId
protected Calendar fireTime
protected Calendar scheduledFireTime
protected Calendar nextFireTime
protected Calendar previousFireTime
protected Boolean recovering
protected Integer refireCount
protected Long jobChainId
protected String jobChainFlowId
protected Long jobChainSrcExecHistoryId
| Constructor Detail |
|---|
public QuartzExecutingJob()
| Method Detail |
|---|
public QuartzJobDetail getJobDetail()
QuartzJobDetailpublic void setJobDetail(QuartzJobDetail value)
value - allowed object is
QuartzJobDetailpublic QuartzTrigger getTrigger()
QuartzTriggerpublic void setTrigger(QuartzTrigger value)
value - allowed object is
QuartzTriggerpublic ExecType getExecType()
ExecTypepublic void setExecType(ExecType value)
value - allowed object is
ExecTypepublic QuartzJobDataMap getJobDataMap()
QuartzJobDataMappublic void setJobDataMap(QuartzJobDataMap value)
value - allowed object is
QuartzJobDataMappublic String getCalendarName()
Stringpublic void setCalendarName(String value)
value - allowed object is
Stringpublic String getFireInstanceId()
Stringpublic void setFireInstanceId(String value)
value - allowed object is
Stringpublic String getJobExecutionId()
Stringpublic void setJobExecutionId(String value)
value - allowed object is
Stringpublic Calendar getFireTime()
Stringpublic void setFireTime(Calendar value)
value - allowed object is
Stringpublic Calendar getScheduledFireTime()
Stringpublic void setScheduledFireTime(Calendar value)
value - allowed object is
Stringpublic Calendar getNextFireTime()
Stringpublic void setNextFireTime(Calendar value)
value - allowed object is
Stringpublic Calendar getPreviousFireTime()
Stringpublic void setPreviousFireTime(Calendar value)
value - allowed object is
Stringpublic Boolean isRecovering()
Stringpublic void setRecovering(Boolean value)
value - allowed object is
Stringpublic Integer getRefireCount()
Stringpublic void setRefireCount(Integer value)
value - allowed object is
Stringpublic Long getJobChainId()
Stringpublic void setJobChainId(Long value)
value - allowed object is
Stringpublic String getJobChainFlowId()
Stringpublic void setJobChainFlowId(String value)
value - allowed object is
Stringpublic Long getJobChainSrcExecHistoryId()
Stringpublic void setJobChainSrcExecHistoryId(Long value)
value - allowed object is
Stringpublic Boolean getRecovering()
public QuartzExecutingJob withJobDetail(QuartzJobDetail value)
public QuartzExecutingJob withTrigger(QuartzTrigger value)
public QuartzExecutingJob withExecType(ExecType value)
public QuartzExecutingJob withJobDataMap(QuartzJobDataMap value)
public QuartzExecutingJob withCalendarName(String value)
public QuartzExecutingJob withFireInstanceId(String value)
public QuartzExecutingJob withJobExecutionId(String value)
public QuartzExecutingJob withFireTime(Calendar value)
public QuartzExecutingJob withScheduledFireTime(Calendar value)
public QuartzExecutingJob withNextFireTime(Calendar value)
public QuartzExecutingJob withPreviousFireTime(Calendar value)
public QuartzExecutingJob withRecovering(Boolean value)
public QuartzExecutingJob withRefireCount(Integer value)
public QuartzExecutingJob withJobChainId(Long value)
public QuartzExecutingJob withJobChainFlowId(String value)
public QuartzExecutingJob withJobChainSrcExecHistoryId(Long value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||