Serialized Form


Package org.mobicents.timers

Class org.mobicents.timers.TimerTaskData extends java.lang.Object implements Serializable

serialVersionUID: 8905073681622353718L

Serialized Fields

startTime

long startTime
the starting time of the associated timer task execution


period

long period
the period of the associated timer task execution, -1 means it is not a periodic task


taskID

java.io.Serializable taskID
the id of the associated timer task


periodicScheduleStrategy

PeriodicScheduleStrategy periodicScheduleStrategy
the strategy used in a periodic timer task, can be null if it is not a periodic timer task


Package org.mobicents.timers.timer

Class org.mobicents.timers.timer.FaultTolerantTimerTimerTaskData extends TimerTaskData implements Serializable

serialVersionUID: 1L

Serialized Fields

javaUtilTimerTask

java.util.TimerTask javaUtilTimerTask



Copyright © 2010. All Rights Reserved.