com.quartzdesk.service.types.v4_0.scheduler.quartz
Class QuartzScheduler

java.lang.Object
  extended by com.quartzdesk.service.types.v4_0.scheduler.Scheduler
      extended by com.quartzdesk.service.types.v4_0.scheduler.quartz.QuartzScheduler

public class QuartzScheduler
extends Scheduler

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/v4_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.v4_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.v4_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

instanceId

protected String instanceId

name

protected String name

threadPoolClassName

protected String threadPoolClassName

threadPoolSize

protected Integer threadPoolSize

jobStoreClassName

protected String jobStoreClassName
Constructor Detail

QuartzScheduler

public QuartzScheduler()
Method Detail

getInstanceId

public String getInstanceId()
Gets the value of the instanceId property.

Returns:
possible object is String

setInstanceId

public void setInstanceId(String value)
Sets the value of the instanceId property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getThreadPoolClassName

public String getThreadPoolClassName()
Gets the value of the threadPoolClassName property.

Returns:
possible object is String

setThreadPoolClassName

public void setThreadPoolClassName(String value)
Sets the value of the threadPoolClassName property.

Parameters:
value - allowed object is String

getThreadPoolSize

public Integer getThreadPoolSize()
Gets the value of the threadPoolSize property.

Returns:
possible object is String

setThreadPoolSize

public void setThreadPoolSize(Integer value)
Sets the value of the threadPoolSize property.

Parameters:
value - allowed object is String

getJobStoreClassName

public String getJobStoreClassName()
Gets the value of the jobStoreClassName property.

Returns:
possible object is String

setJobStoreClassName

public void setJobStoreClassName(String value)
Sets the value of the jobStoreClassName property.

Parameters:
value - allowed object is String

withInstanceId

public QuartzScheduler withInstanceId(String value)

withName

public QuartzScheduler withName(String value)

withThreadPoolClassName

public QuartzScheduler withThreadPoolClassName(String value)

withThreadPoolSize

public QuartzScheduler withThreadPoolSize(Integer value)

withJobStoreClassName

public QuartzScheduler withJobStoreClassName(String value)

withObjectName

public QuartzScheduler withObjectName(String value)
Overrides:
withObjectName in class Scheduler

withType

public QuartzScheduler withType(SchedulerType value)
Overrides:
withType in class Scheduler

withVersion

public QuartzScheduler withVersion(Version value)
Overrides:
withVersion in class Scheduler

withStatus

public QuartzScheduler withStatus(SchedulerStatus value)
Overrides:
withStatus in class Scheduler


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.