com.espertech.esper.schedule
Class ScheduleSetEntry

java.lang.Object
  extended by com.espertech.esper.schedule.ScheduleSetEntry

public class ScheduleSetEntry
extends java.lang.Object

Entry for a schedule item.


Constructor Summary
ScheduleSetEntry(java.lang.Long time, long scheduleSlot, ScheduleHandle handle)
          Ctor.
 
Method Summary
 ScheduleHandle getHandle()
          Returns the schedule handle.
 long getScheduleSlot()
          Returns schedule scheduleSlot.
 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

ScheduleSetEntry

public ScheduleSetEntry(java.lang.Long time,
                        long scheduleSlot,
                        ScheduleHandle handle)
Ctor.

Parameters:
time - of schedule
scheduleSlot - scheduleSlot
handle - handle to use
Method Detail

setTime

public void setTime(java.lang.Long time)
Sets time.

Parameters:
time - value

getTime

public java.lang.Long getTime()
Returns time.

Returns:
time

getScheduleSlot

public long getScheduleSlot()
Returns schedule scheduleSlot.

Returns:
scheduleSlot

getHandle

public ScheduleHandle getHandle()
Returns the schedule handle.

Returns:
handle

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com