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, 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

ScheduleSetEntry

public ScheduleSetEntry(java.lang.Long time,
                        ScheduleSlot slot,
                        ScheduleHandle handle)
Ctor.

Parameters:
time - of schedule
slot - slot
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

getSlot

public ScheduleSlot getSlot()
Returns schedule slot.

Returns:
slot

getHandle

public ScheduleHandle getHandle()
Returns the schedule handle.

Returns:
handle

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