org.mobicents.timers.timer
Class FaultTolerantTimerTimerTaskFactory

java.lang.Object
  extended by org.mobicents.timers.timer.FaultTolerantTimerTimerTaskFactory
All Implemented Interfaces:
TimerTaskFactory

public class FaultTolerantTimerTimerTaskFactory
extends java.lang.Object
implements TimerTaskFactory

Author:
martins

Constructor Summary
FaultTolerantTimerTimerTaskFactory()
           
 
Method Summary
 TimerTask newTimerTask(TimerTaskData data)
          Creates a new instance of a concrete TimerTask, using the specified TimerTaskData.
 void setScheduler(FaultTolerantScheduler scheduler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultTolerantTimerTimerTaskFactory

public FaultTolerantTimerTimerTaskFactory()
Method Detail

newTimerTask

public TimerTask newTimerTask(TimerTaskData data)
Description copied from interface: TimerTaskFactory
Creates a new instance of a concrete TimerTask, using the specified TimerTaskData.

Specified by:
newTimerTask in interface TimerTaskFactory
Returns:

setScheduler

public void setScheduler(FaultTolerantScheduler scheduler)
Parameters:
scheduler - the scheduler to set


Copyright © 2011. All Rights Reserved.