|
||||||||||
| 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.QuartzJobDetail
public class QuartzJobDetail
Java class for QuartzJobDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuartzJobDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="group" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzJobGroup"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="durability" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="shouldRecover" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="jobClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jobDataMap" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzJobDataMap"/>
<element name="volatility" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="concurrentExecutionDisallowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="persistJobDataAfterExecution" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="nextFireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="execHealthIndicator" type="{http://service.quartzdesk.com/types/v5_0/scheduler}ExecHealthIndicator" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
concurrentExecutionDisallowed
|
protected String |
description
|
protected Boolean |
durability
|
protected ExecHealthIndicator |
execHealthIndicator
|
protected QuartzJobGroup |
group
|
protected String |
jobClass
|
protected QuartzJobDataMap |
jobDataMap
|
protected String |
name
|
protected Calendar |
nextFireTime
|
protected Boolean |
persistJobDataAfterExecution
|
protected Boolean |
shouldRecover
|
protected Boolean |
volatility
|
| Constructor Summary | |
|---|---|
QuartzJobDetail()
|
|
| Method Summary | |
|---|---|
Boolean |
getConcurrentExecutionDisallowed()
|
String |
getDescription()
Gets the value of the description property. |
Boolean |
getDurability()
|
ExecHealthIndicator |
getExecHealthIndicator()
Gets the value of the execHealthIndicator property. |
QuartzJobGroup |
getGroup()
Gets the value of the group property. |
String |
getJobClass()
Gets the value of the jobClass property. |
QuartzJobDataMap |
getJobDataMap()
Gets the value of the jobDataMap property. |
String |
getName()
Gets the value of the name property. |
Calendar |
getNextFireTime()
Gets the value of the nextFireTime property. |
Boolean |
getPersistJobDataAfterExecution()
|
Boolean |
getShouldRecover()
|
Boolean |
getVolatility()
|
Boolean |
isConcurrentExecutionDisallowed()
Gets the value of the concurrentExecutionDisallowed property. |
Boolean |
isDurability()
Gets the value of the durability property. |
Boolean |
isPersistJobDataAfterExecution()
Gets the value of the persistJobDataAfterExecution property. |
Boolean |
isShouldRecover()
Gets the value of the shouldRecover property. |
Boolean |
isVolatility()
Gets the value of the volatility property. |
void |
setConcurrentExecutionDisallowed(Boolean value)
Sets the value of the concurrentExecutionDisallowed property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDurability(Boolean value)
Sets the value of the durability property. |
void |
setExecHealthIndicator(ExecHealthIndicator value)
Sets the value of the execHealthIndicator property. |
void |
setGroup(QuartzJobGroup value)
Sets the value of the group property. |
void |
setJobClass(String value)
Sets the value of the jobClass property. |
void |
setJobDataMap(QuartzJobDataMap value)
Sets the value of the jobDataMap property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNextFireTime(Calendar value)
Sets the value of the nextFireTime property. |
void |
setPersistJobDataAfterExecution(Boolean value)
Sets the value of the persistJobDataAfterExecution property. |
void |
setShouldRecover(Boolean value)
Sets the value of the shouldRecover property. |
void |
setVolatility(Boolean value)
Sets the value of the volatility property. |
QuartzJobDetail |
withConcurrentExecutionDisallowed(Boolean value)
|
QuartzJobDetail |
withDescription(String value)
|
QuartzJobDetail |
withDurability(Boolean value)
|
QuartzJobDetail |
withExecHealthIndicator(ExecHealthIndicator value)
|
QuartzJobDetail |
withGroup(QuartzJobGroup value)
|
QuartzJobDetail |
withJobClass(String value)
|
QuartzJobDetail |
withJobDataMap(QuartzJobDataMap value)
|
QuartzJobDetail |
withName(String value)
|
QuartzJobDetail |
withNextFireTime(Calendar value)
|
QuartzJobDetail |
withPersistJobDataAfterExecution(Boolean value)
|
QuartzJobDetail |
withShouldRecover(Boolean value)
|
QuartzJobDetail |
withVolatility(Boolean value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected QuartzJobGroup group
protected String description
protected Boolean durability
protected Boolean shouldRecover
protected String jobClass
protected QuartzJobDataMap jobDataMap
protected Boolean volatility
protected Boolean concurrentExecutionDisallowed
protected Boolean persistJobDataAfterExecution
protected Calendar nextFireTime
protected ExecHealthIndicator execHealthIndicator
| Constructor Detail |
|---|
public QuartzJobDetail()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic QuartzJobGroup getGroup()
QuartzJobGrouppublic void setGroup(QuartzJobGroup value)
value - allowed object is
QuartzJobGrouppublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isDurability()
Stringpublic void setDurability(Boolean value)
value - allowed object is
Stringpublic Boolean isShouldRecover()
Stringpublic void setShouldRecover(Boolean value)
value - allowed object is
Stringpublic String getJobClass()
Stringpublic void setJobClass(String value)
value - allowed object is
Stringpublic QuartzJobDataMap getJobDataMap()
QuartzJobDataMappublic void setJobDataMap(QuartzJobDataMap value)
value - allowed object is
QuartzJobDataMappublic Boolean isVolatility()
Stringpublic void setVolatility(Boolean value)
value - allowed object is
Stringpublic Boolean isConcurrentExecutionDisallowed()
Stringpublic void setConcurrentExecutionDisallowed(Boolean value)
value - allowed object is
Stringpublic Boolean isPersistJobDataAfterExecution()
Stringpublic void setPersistJobDataAfterExecution(Boolean value)
value - allowed object is
Stringpublic Calendar getNextFireTime()
Stringpublic void setNextFireTime(Calendar value)
value - allowed object is
Stringpublic ExecHealthIndicator getExecHealthIndicator()
ExecHealthIndicatorpublic void setExecHealthIndicator(ExecHealthIndicator value)
value - allowed object is
ExecHealthIndicatorpublic Boolean getDurability()
public Boolean getShouldRecover()
public Boolean getVolatility()
public Boolean getConcurrentExecutionDisallowed()
public Boolean getPersistJobDataAfterExecution()
public QuartzJobDetail withName(String value)
public QuartzJobDetail withGroup(QuartzJobGroup value)
public QuartzJobDetail withDescription(String value)
public QuartzJobDetail withDurability(Boolean value)
public QuartzJobDetail withShouldRecover(Boolean value)
public QuartzJobDetail withJobClass(String value)
public QuartzJobDetail withJobDataMap(QuartzJobDataMap value)
public QuartzJobDetail withVolatility(Boolean value)
public QuartzJobDetail withConcurrentExecutionDisallowed(Boolean value)
public QuartzJobDetail withPersistJobDataAfterExecution(Boolean value)
public QuartzJobDetail withNextFireTime(Calendar value)
public QuartzJobDetail withExecHealthIndicator(ExecHealthIndicator value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||