public class SchedulerStatusResponse extends GenericResponse
| Modifier and Type | Field and Description |
|---|---|
protected Set<Integer> |
allowRun |
protected SchedulerExecutorStatus |
executorStatus |
protected SchedulerStatus |
status |
| Constructor and Description |
|---|
SchedulerStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
Set<Integer> |
getAllowRun()
IDs of Jobs that are allowed to run, although the scheduler is suspended
|
SchedulerExecutorStatus |
getExecutorStatus()
The scheduler executor status.
|
SchedulerStatus |
getStatus()
Scheduler status
|
SchedulerStatusResponse |
setAllowRun(Set<Integer> allowRun)
Set allowed Jobs IDs
|
SchedulerStatusResponse |
setExecutorStatus(SchedulerExecutorStatus executorStatus)
Set the scheduler executor status.
|
SchedulerStatusResponse |
setStatus(SchedulerStatus status)
Set the status
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfoprotected SchedulerStatus status
protected SchedulerExecutorStatus executorStatus
public SchedulerStatus getStatus()
public SchedulerStatusResponse setStatus(SchedulerStatus status)
status - statuspublic SchedulerExecutorStatus getExecutorStatus()
public SchedulerStatusResponse setExecutorStatus(SchedulerExecutorStatus executorStatus)
executorStatus - The scheduler executor status.public Set<Integer> getAllowRun()
public SchedulerStatusResponse setAllowRun(Set<Integer> allowRun)
allowRun - job IDsCopyright © 2024 Gentics Software. All rights reserved.