Searched refs:RunnableTimerTask (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DRunnableTimerTask.java25 * $Id: RunnableTimerTask.java,v 1.2 2008/06/25 05:52:52 qcheng Exp $
32 * RunnableTimerTask is a TimerTask which will use Recoverable interface
37 public class RunnableTimerTask extends RecoverableTimerTask { class in inherits:RecoverableTimerTask
42 * Constructor of RunnableTimerTask
47 public RunnableTimerTask(Runnable target) { method in class:RunnableTimerTask
53 * Assigns the runnable interface to this RunnableTimerTask
63 * Returns the runnable interface from this RunnableTimerTask
65 * @return Runnable interface assoicated with this RunnableTimerTask
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DRunnableTimerTask.java25 * $Id: RunnableTimerTask.java,v 1.2 2008/06/25 05:52:52 qcheng Exp $
32 * RunnableTimerTask is a TimerTask which will use Recoverable interface
37 public class RunnableTimerTask extends RecoverableTimerTask { class in inherits:RecoverableTimerTask
42 * Constructor of RunnableTimerTask
47 public RunnableTimerTask(Runnable target) { method in class:RunnableTimerTask
53 * Assigns the runnable interface to this RunnableTimerTask
63 * Returns the runnable interface from this RunnableTimerTask
65 * @return Runnable interface assoicated with this RunnableTimerTask

Completed in 27 milliseconds