org.mobicents.timers
Interface TimerTaskFactory

All Known Implementing Classes:
FaultTolerantTimerTimerTaskFactory

public interface TimerTaskFactory

Interface for a factory of concrete TimerTask instances, to be provided to an FaultTolerantScheduler.

Author:
martins

Method Summary
 TimerTask newTimerTask(TimerTaskData data)
          Creates a new instance of a concrete TimerTask, using the specified TimerTaskData.
 

Method Detail

newTimerTask

TimerTask newTimerTask(TimerTaskData data)
Creates a new instance of a concrete TimerTask, using the specified TimerTaskData.

Parameters:
data -
Returns:


Copyright © 2011. All Rights Reserved.