Searched refs:ScheduleableGroupAction (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DScheduleableGroupAction.java25 * $Id: ScheduleableGroupAction.java,v 1.2 2008/06/25 05:52:52 qcheng Exp $
32 * ScheduleableGroupAction is used as a separated handler for
37 public interface ScheduleableGroupAction { interface
H A DInstantGroupRunnable.java37 * (share the same ScheduleableGroupAction) can be scheduled to Timer or
43 ScheduleableGroupAction {
45 protected ScheduleableGroupAction target;
50 * @param target The ScheduleableGroupAction interface to be run on the
53 * running the ScheduleableGroupAction on the objects
56 public InstantGroupRunnable(ScheduleableGroupAction target,
63 * Implements for TaskRunnable. Run the function of ScheduleableGroupAction
H A DPeriodicGroupRunnable.java37 * (share the same ScheduleableGroupAction) can be scheduled to Timer or
41 * ScheduleableGroupAction will only go through the elements which entered
46 ScheduleableGroupAction {
48 protected ScheduleableGroupAction target;
53 * @param target The ScheduleableGroupAction interface to be run on the
58 * running the ScheduleableGroupAction on the objects
61 public PeriodicGroupRunnable(ScheduleableGroupAction target,
81 * Implements for TaskRunnable. Run the function of ScheduleableGroupAction
H A DPeriodicGroupMap.java42 * ScheduleableGroupAction will act on the elements which are timeout in the
55 * @param target The ScheduleableGroupAction to run when there is time
62 public PeriodicGroupMap(ScheduleableGroupAction target, long runPeriod,
70 * @param target The ScheduleableGroupAction to run when there is time
78 public PeriodicGroupMap(ScheduleableGroupAction target, long runPeriod,
263 * Implements for TaskRunnable. Run the function of ScheduleableGroupAction
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DScheduleableGroupAction.java25 * $Id: ScheduleableGroupAction.java,v 1.2 2008/06/25 05:52:52 qcheng Exp $
32 * ScheduleableGroupAction is used as a separated handler for
37 public interface ScheduleableGroupAction { interface
H A DInstantGroupRunnable.java37 * (share the same ScheduleableGroupAction) can be scheduled to Timer or
43 ScheduleableGroupAction {
45 protected ScheduleableGroupAction target;
50 * @param target The ScheduleableGroupAction interface to be run on the
53 * running the ScheduleableGroupAction on the objects
56 public InstantGroupRunnable(ScheduleableGroupAction target,
63 * Implements for TaskRunnable. Run the function of ScheduleableGroupAction
H A DPeriodicGroupRunnable.java37 * (share the same ScheduleableGroupAction) can be scheduled to Timer or
41 * ScheduleableGroupAction will only go through the elements which entered
46 ScheduleableGroupAction {
48 protected ScheduleableGroupAction target;
53 * @param target The ScheduleableGroupAction interface to be run on the
58 * running the ScheduleableGroupAction on the objects
61 public PeriodicGroupRunnable(ScheduleableGroupAction target,
81 * Implements for TaskRunnable. Run the function of ScheduleableGroupAction
H A DPeriodicGroupMap.java42 * ScheduleableGroupAction will act on the elements which are timeout in the
55 * @param target The ScheduleableGroupAction to run when there is time
62 public PeriodicGroupMap(ScheduleableGroupAction target, long runPeriod,
70 * @param target The ScheduleableGroupAction to run when there is time
78 public PeriodicGroupMap(ScheduleableGroupAction target, long runPeriod,
263 * Implements for TaskRunnable. Run the function of ScheduleableGroupAction
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java32 import com.sun.identity.common.ScheduleableGroupAction;
226 ScheduleableGroupAction timeoutAction = new
227 ScheduleableGroupAction() {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java35 import com.sun.identity.common.ScheduleableGroupAction;
229 ScheduleableGroupAction timeoutAction = new
230 ScheduleableGroupAction() {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java44 import com.sun.identity.common.ScheduleableGroupAction;
223 ScheduleableGroupAction assertionTimeoutAction = new
224 ScheduleableGroupAction() {
235 ScheduleableGroupAction artifactTimeoutAction = new
236 ScheduleableGroupAction() {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java46 import com.sun.identity.common.ScheduleableGroupAction;
225 ScheduleableGroupAction assertionTimeoutAction = new
226 ScheduleableGroupAction() {
237 ScheduleableGroupAction artifactTimeoutAction = new
238 ScheduleableGroupAction() {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java59 import com.sun.identity.common.ScheduleableGroupAction;
143 ScheduleableGroupAction periodicAction = new
144 ScheduleableGroupAction() {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java33 import com.sun.identity.common.ScheduleableGroupAction;
157 ScheduleableGroupAction periodicAction = new ScheduleableGroupAction() {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java35 import com.sun.identity.common.ScheduleableGroupAction;
159 ScheduleableGroupAction periodicAction = new ScheduleableGroupAction() {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java61 import com.sun.identity.common.ScheduleableGroupAction;
145 ScheduleableGroupAction periodicAction = new
146 ScheduleableGroupAction() {

Completed in 56 milliseconds