public class JobInformations extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static boolean |
QUARTZ_AVAILABLE |
| Modifier and Type | Method and Description |
|---|---|
static List<org.quartz.Scheduler> |
getAllSchedulers() |
String |
getCronExpression() |
String |
getDescription() |
long |
getElapsedTime() |
String |
getGlobalJobId() |
String |
getGroup() |
String |
getJobClassName() |
String |
getName() |
Date |
getNextFireTime() |
Date |
getPreviousFireTime() |
long |
getRepeatInterval() |
boolean |
isPaused() |
String |
toString() |
public static List<org.quartz.Scheduler> getAllSchedulers()
public String getGlobalJobId()
public String getName()
public String getGroup()
public String getDescription()
public String getJobClassName()
public long getElapsedTime()
public Date getNextFireTime()
public Date getPreviousFireTime()
public long getRepeatInterval()
public String getCronExpression()
public boolean isPaused()
Copyright © 2008–2018 Emeric Vernat. All rights reserved.