Searched refs:Triggerable (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DTriggerable.java25 * $Id: Triggerable.java,v 1.2 2008/06/25 05:52:52 qcheng Exp $
34 * Triggerable is the interface to be used when HeadTaskRunnable has no next
35 * element. The function in Triggerable is responsible to remove the element
39 public interface Triggerable { interface
H A DHeadTaskRunnable.java39 * (setNext(null)), HeadTaskRunnable should use Triggerable to remove or destroy
53 protected Triggerable parent;
58 * @param parent The Triggerable interface to be run when the linked-list is
64 public HeadTaskRunnable(Triggerable parent, TaskRunnable nextTask,
317 * Sets the Triggerable interface which will be run when the linked-list is
320 * @param parent The Triggerable interface to be run when the linked-list is
324 public void setTrigger(Triggerable parent) {
H A DTimerPool.java49 public class TimerPool implements Triggerable {
309 * Implements the trigger function for Triggerable interface.
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DTriggerable.java25 * $Id: Triggerable.java,v 1.2 2008/06/25 05:52:52 qcheng Exp $
34 * Triggerable is the interface to be used when HeadTaskRunnable has no next
35 * element. The function in Triggerable is responsible to remove the element
39 public interface Triggerable { interface
H A DHeadTaskRunnable.java39 * (setNext(null)), HeadTaskRunnable should use Triggerable to remove or destroy
53 protected Triggerable parent;
58 * @param parent The Triggerable interface to be run when the linked-list is
64 public HeadTaskRunnable(Triggerable parent, TaskRunnable nextTask,
317 * Sets the Triggerable interface which will be run when the linked-list is
320 * @param parent The Triggerable interface to be run when the linked-list is
324 public void setTrigger(Triggerable parent) {
H A DTimerPool.java48 public class TimerPool implements Triggerable {
309 * Implements the trigger function for Triggerable interface.

Completed in 70 milliseconds