|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.schedule.ScheduleSetEntry
public class ScheduleSetEntry
Entry for a schedule item.
Constructor Summary | |
---|---|
ScheduleSetEntry(java.lang.Long time,
ScheduleSlot slot,
ScheduleHandle handle)
Ctor. |
Method Summary | |
---|---|
ScheduleHandle |
getHandle()
Returns the schedule handle. |
ScheduleSlot |
getSlot()
Returns schedule slot. |
java.lang.Long |
getTime()
Returns time. |
void |
setTime(java.lang.Long time)
Sets time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScheduleSetEntry(java.lang.Long time, ScheduleSlot slot, ScheduleHandle handle)
time
- of scheduleslot
- slothandle
- handle to useMethod Detail |
---|
public void setTime(java.lang.Long time)
time
- valuepublic java.lang.Long getTime()
public ScheduleSlot getSlot()
public ScheduleHandle getHandle()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |