Searched defs:InstantRunnable (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DInstantRunnable.java25 * $Id: InstantRunnable.java,v 1.3 2008/06/25 05:52:51 qcheng Exp $
39 * using InstantRunnable. All the elements in the same InstantRunnable must have
43 public class InstantRunnable extends GeneralTaskRunnable { class in inherits:GeneralTaskRunnable
50 * Constructor of InstantRunnable.
56 public InstantRunnable(boolean removeElementAfterAction) { method in class:InstantRunnable
83 * Adds an element to this InstantRunnable.
85 * @param obj Element to be added to this InstantRunnable
101 * Removes an element from this InstantRunnable.
103 * @param obj Element to be removed from this InstantRunnable
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DInstantRunnable.java25 * $Id: InstantRunnable.java,v 1.3 2008/06/25 05:52:51 qcheng Exp $
39 * using InstantRunnable. All the elements in the same InstantRunnable must have
43 public class InstantRunnable extends GeneralTaskRunnable { class in inherits:GeneralTaskRunnable
50 * Constructor of InstantRunnable.
56 public InstantRunnable(boolean removeElementAfterAction) { method in class:InstantRunnable
83 * Adds an element to this InstantRunnable.
85 * @param obj Element to be added to this InstantRunnable
101 * Removes an element from this InstantRunnable.
103 * @param obj Element to be removed from this InstantRunnable
[all...]

Completed in 27 milliseconds