public interface IScheduleInfo
Modifier and Type | Method and Description |
---|---|
String |
getAt() |
String |
getEventName() |
String |
getEvery() |
long |
getNextTime() |
void |
putScheduleInfo(String every,
String at,
String eventName,
long nextTime)
puts in cache
|
void |
setScheduleInfo(String every,
String at,
String eventName)
sets in db
|
String getEvery() throws MetaException
MetaException
String getAt() throws MetaException
MetaException
String getEventName() throws MetaException
MetaException
long getNextTime() throws MetaException
MetaException
void setScheduleInfo(String every, String at, String eventName) throws MetaException
every
- at
- eventName
- MetaException
void putScheduleInfo(String every, String at, String eventName, long nextTime) throws MetaException
every
- at
- eventName
- nextTime
- MetaException