public class QuartzStatus extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}scheduler-name"/> <element ref="{}scheduler-instance-id"/> <element ref="{}version"/> <element ref="{}jobs-executed"/> <element ref="{}runningsince"/> <element ref="{}group-names"/> <element ref="{}jobs"/> <element ref="{}triggers"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GroupNames |
groupNames |
protected Jobs |
jobs |
protected long |
jobsExecuted |
protected Calendar |
runningsince |
protected String |
schedulerInstanceId |
protected String |
schedulerName |
protected Triggers |
triggers |
protected String |
version |
Constructor and Description |
---|
QuartzStatus() |
Modifier and Type | Method and Description |
---|---|
GroupNames |
getGroupNames()
Gets the value of the groupNames property.
|
Jobs |
getJobs()
Gets the value of the jobs property.
|
long |
getJobsExecuted()
Gets the value of the jobsExecuted property.
|
Calendar |
getRunningsince()
Gets the value of the runningsince property.
|
String |
getSchedulerInstanceId()
Gets the value of the schedulerInstanceId property.
|
String |
getSchedulerName()
Gets the value of the schedulerName property.
|
Triggers |
getTriggers()
Gets the value of the triggers property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setGroupNames(GroupNames value)
Sets the value of the groupNames property.
|
void |
setJobs(Jobs value)
Sets the value of the jobs property.
|
void |
setJobsExecuted(long value)
Sets the value of the jobsExecuted property.
|
void |
setRunningsince(Calendar value)
Sets the value of the runningsince property.
|
void |
setSchedulerInstanceId(String value)
Sets the value of the schedulerInstanceId property.
|
void |
setSchedulerName(String value)
Sets the value of the schedulerName property.
|
void |
setTriggers(Triggers value)
Sets the value of the triggers property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String schedulerName
protected String schedulerInstanceId
protected String version
protected long jobsExecuted
protected Calendar runningsince
protected GroupNames groupNames
protected Jobs jobs
protected Triggers triggers
public String getSchedulerName()
String
public void setSchedulerName(String value)
value
- allowed object is
String
public String getSchedulerInstanceId()
String
public void setSchedulerInstanceId(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public long getJobsExecuted()
public void setJobsExecuted(long value)
public Calendar getRunningsince()
Calendar
public void setRunningsince(Calendar value)
value
- allowed object is
Calendar
public GroupNames getGroupNames()
GroupNames
public void setGroupNames(GroupNames value)
value
- allowed object is
GroupNames
public void setJobs(Jobs value)
value
- allowed object is
Jobs
public Triggers getTriggers()
Triggers
Copyright © 2008–2017 MIL-OSS. All rights reserved.