|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v2_0.scheduler.Scheduler
com.quartzdesk.service.types.v2_0.scheduler.quartz.QuartzScheduler
public class QuartzScheduler
Type that encapsulates Quartz scheduler data.
Java class for QuartzScheduler complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuartzScheduler">
<complexContent>
<extension base="{http://service.quartzdesk.com/types/v2_0/scheduler}Scheduler">
<sequence>
<element name="instanceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="threadPoolClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="threadPoolSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="jobStoreClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
instanceId
|
protected String |
jobStoreClassName
|
protected String |
name
|
protected String |
threadPoolClassName
|
protected Integer |
threadPoolSize
|
| Fields inherited from class com.quartzdesk.service.types.v2_0.scheduler.Scheduler |
|---|
objectName, status, type, version |
| Constructor Summary | |
|---|---|
QuartzScheduler()
|
|
| Method Summary | |
|---|---|
String |
getInstanceId()
Gets the value of the instanceId property. |
String |
getJobStoreClassName()
Gets the value of the jobStoreClassName property. |
String |
getName()
Gets the value of the name property. |
String |
getThreadPoolClassName()
Gets the value of the threadPoolClassName property. |
Integer |
getThreadPoolSize()
Gets the value of the threadPoolSize property. |
void |
setInstanceId(String value)
Sets the value of the instanceId property. |
void |
setJobStoreClassName(String value)
Sets the value of the jobStoreClassName property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setThreadPoolClassName(String value)
Sets the value of the threadPoolClassName property. |
void |
setThreadPoolSize(Integer value)
Sets the value of the threadPoolSize property. |
QuartzScheduler |
withInstanceId(String value)
|
QuartzScheduler |
withJobStoreClassName(String value)
|
QuartzScheduler |
withName(String value)
|
QuartzScheduler |
withObjectName(String value)
|
QuartzScheduler |
withStatus(SchedulerStatus value)
|
QuartzScheduler |
withThreadPoolClassName(String value)
|
QuartzScheduler |
withThreadPoolSize(Integer value)
|
QuartzScheduler |
withType(SchedulerType value)
|
QuartzScheduler |
withVersion(Version value)
|
| Methods inherited from class com.quartzdesk.service.types.v2_0.scheduler.Scheduler |
|---|
getObjectName, getStatus, getType, getVersion, setObjectName, setStatus, setType, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String instanceId
protected String name
protected String threadPoolClassName
protected Integer threadPoolSize
protected String jobStoreClassName
| Constructor Detail |
|---|
public QuartzScheduler()
| Method Detail |
|---|
public String getInstanceId()
Stringpublic void setInstanceId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getThreadPoolClassName()
Stringpublic void setThreadPoolClassName(String value)
value - allowed object is
Stringpublic Integer getThreadPoolSize()
Stringpublic void setThreadPoolSize(Integer value)
value - allowed object is
Stringpublic String getJobStoreClassName()
Stringpublic void setJobStoreClassName(String value)
value - allowed object is
Stringpublic QuartzScheduler withInstanceId(String value)
public QuartzScheduler withName(String value)
public QuartzScheduler withThreadPoolClassName(String value)
public QuartzScheduler withThreadPoolSize(Integer value)
public QuartzScheduler withJobStoreClassName(String value)
public QuartzScheduler withObjectName(String value)
withObjectName in class Schedulerpublic QuartzScheduler withType(SchedulerType value)
withType in class Schedulerpublic QuartzScheduler withVersion(Version value)
withVersion in class Schedulerpublic QuartzScheduler withStatus(SchedulerStatus value)
withStatus in class Scheduler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||