Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.runtime.facilities
Class TimerFacilityImpl.TimerEventImpl  view TimerFacilityImpl.TimerEventImpl download TimerFacilityImpl.TimerEventImpl.java

java.lang.Object
  extended byorg.mobicents.slee.runtime.facilities.TimerFacilityImpl.TimerEventImpl
Enclosing class:
TimerFacilityImpl

class TimerFacilityImpl.TimerEventImpl
extends java.lang.Object


Field Summary
private  EventTypeID eventTypeID
           
private  long expiryTime
           
private  int missedRepetitions
           
private  int numRepetitions
           
private  long period
           
private  int remainingRepetitions
           
private  long scheduledTime
           
private  TimerID timerId
           
 
Constructor Summary
(package private) TimerFacilityImpl.TimerEventImpl(TimerID timerId, long scheduledTime, long expiryTime, long period, int numRepetitions, int remainingRepetitions, int missedRepetitions, EventTypeID eventTypeID)
           
 
Method Summary
 EventTypeID getEventTypeID()
           
 long getExpiryTime()
           
 int getMissedRepetitions()
           
 int getNumRepetitions()
           
 long getPeriod()
           
 int getRemainingRepetitions()
           
 long getScheduledTime()
           
 TimerID getTimerID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timerId

private TimerID timerId

scheduledTime

private long scheduledTime

expiryTime

private long expiryTime

period

private long period

numRepetitions

private int numRepetitions

remainingRepetitions

private int remainingRepetitions

missedRepetitions

private int missedRepetitions

eventTypeID

private EventTypeID eventTypeID
Constructor Detail

TimerFacilityImpl.TimerEventImpl

TimerFacilityImpl.TimerEventImpl(TimerID timerId,
                                 long scheduledTime,
                                 long expiryTime,
                                 long period,
                                 int numRepetitions,
                                 int remainingRepetitions,
                                 int missedRepetitions,
                                 EventTypeID eventTypeID)
Method Detail

getTimerID

public TimerID getTimerID()

getScheduledTime

public long getScheduledTime()

getExpiryTime

public long getExpiryTime()

getPeriod

public long getPeriod()

getNumRepetitions

public int getNumRepetitions()

getRemainingRepetitions

public int getRemainingRepetitions()

getMissedRepetitions

public int getMissedRepetitions()

getEventTypeID

public EventTypeID getEventTypeID()