Interface IScheduleInfo
- All Known Subinterfaces:
ISchedule
public interface IScheduleInfo
basic information for a schedule Thing
-
Method Summary
Modifier and TypeMethodDescriptiongetAt()
getEvery()
long
void
putScheduleInfo
(String every, String at, String eventName, long nextTime) puts in cachevoid
setScheduleInfo
(String every, String at, String eventName) sets in db
-
Method Details
-
getEvery
- Throws:
MetaException
-
getAt
- Throws:
MetaException
-
getEventName
- Throws:
MetaException
-
getNextTime
- Throws:
MetaException
-
setScheduleInfo
sets in db- Parameters:
every
-at
-eventName
-- Throws:
MetaException
-
putScheduleInfo
puts in cache- Parameters:
every
-at
-eventName
-nextTime
-- Throws:
MetaException
-