|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v1_0.scheduler.quartz.ExecutingJob
public class ExecutingJob
Java class for ExecutingJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecutingJob">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="jobDetail" type="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}JobDetail"/>
<element name="trigger" type="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}Trigger"/>
<element name="jobDataMap" type="{http://service.quartzdesk.com/types/v1_0/scheduler/quartz}JobDataMap"/>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
calendarName
|
protected String |
fireInstanceId
|
protected Calendar |
fireTime
|
protected JobDataMap |
jobDataMap
|
protected JobDetail |
jobDetail
|
protected String |
jobExecutionId
|
protected Calendar |
nextFireTime
|
protected Calendar |
previousFireTime
|
protected Boolean |
recovering
|
protected Integer |
refireCount
|
protected Calendar |
scheduledFireTime
|
protected Trigger |
trigger
|
| Constructor Summary | |
|---|---|
ExecutingJob()
|
|
| Method Summary | |
|---|---|
String |
getCalendarName()
Gets the value of the calendarName property. |
String |
getFireInstanceId()
Gets the value of the fireInstanceId property. |
Calendar |
getFireTime()
Gets the value of the fireTime property. |
JobDataMap |
getJobDataMap()
Gets the value of the jobDataMap property. |
JobDetail |
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. |
Trigger |
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 |
setFireInstanceId(String value)
Sets the value of the fireInstanceId property. |
void |
setFireTime(Calendar value)
Sets the value of the fireTime property. |
void |
setJobDataMap(JobDataMap value)
Sets the value of the jobDataMap property. |
void |
setJobDetail(JobDetail 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(Trigger value)
Sets the value of the trigger property. |
ExecutingJob |
withCalendarName(String value)
|
ExecutingJob |
withFireInstanceId(String value)
|
ExecutingJob |
withFireTime(Calendar value)
|
ExecutingJob |
withJobDataMap(JobDataMap value)
|
ExecutingJob |
withJobDetail(JobDetail value)
|
ExecutingJob |
withJobExecutionId(String value)
|
ExecutingJob |
withNextFireTime(Calendar value)
|
ExecutingJob |
withPreviousFireTime(Calendar value)
|
ExecutingJob |
withRecovering(Boolean value)
|
ExecutingJob |
withRefireCount(Integer value)
|
ExecutingJob |
withScheduledFireTime(Calendar value)
|
ExecutingJob |
withTrigger(Trigger value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JobDetail jobDetail
protected Trigger trigger
protected JobDataMap 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
| Constructor Detail |
|---|
public ExecutingJob()
| Method Detail |
|---|
public JobDetail getJobDetail()
JobDetailpublic void setJobDetail(JobDetail value)
value - allowed object is
JobDetailpublic Trigger getTrigger()
Triggerpublic void setTrigger(Trigger value)
value - allowed object is
Triggerpublic JobDataMap getJobDataMap()
JobDataMappublic void setJobDataMap(JobDataMap value)
value - allowed object is
JobDataMappublic 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 Boolean getRecovering()
public ExecutingJob withJobDetail(JobDetail value)
public ExecutingJob withTrigger(Trigger value)
public ExecutingJob withJobDataMap(JobDataMap value)
public ExecutingJob withCalendarName(String value)
public ExecutingJob withFireInstanceId(String value)
public ExecutingJob withJobExecutionId(String value)
public ExecutingJob withFireTime(Calendar value)
public ExecutingJob withScheduledFireTime(Calendar value)
public ExecutingJob withNextFireTime(Calendar value)
public ExecutingJob withPreviousFireTime(Calendar value)
public ExecutingJob withRecovering(Boolean value)
public ExecutingJob withRefireCount(Integer value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||