|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CronEntry
Describes a single cron entry.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the human-readable description of this cron entry. |
java.util.Iterator<java.lang.String> |
getNextTimesIterator()
Returns an iterator over upcoming execution times. |
java.lang.String |
getSchedule()
Returns the schedule of this cron entry. |
java.lang.String |
getTimezone()
Returns the timezone of this cron entry. |
java.lang.String |
getUrl()
Returns the application URL invoked by this cron entry. |
java.lang.String |
toXml()
|
Method Detail |
---|
java.lang.String getUrl()
<url>
element in cron.xmljava.lang.String getDescription()
<description>
element in cron.xml, or
null
if none was supplied.java.lang.String getSchedule()
<schedule>
element in cron.xmljava.lang.String getTimezone()
<schedule>
element in cron.xml, or
"UTC" as the default value if none was explicitly supplied.java.util.Iterator<java.lang.String> getNextTimesIterator()
java.lang.String toXml()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |