Searched defs:doGroupAction (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DScheduleableGroupAction.java33 * InstantGroupRunnable and PeriodicGroupRunnable. Function doGroupAction() will
43 public void doGroupAction(Object key); method in interface:ScheduleableGroupAction
H A DInstantGroupRunnable.java72 doGroupAction(iter.next());
88 public void doGroupAction(Object obj) { method in class:InstantGroupRunnable
90 target.doGroupAction(obj);
H A DPeriodicGroupRunnable.java74 public void doGroupAction(Object obj) { method in class:PeriodicGroupRunnable
76 target.doGroupAction(obj);
90 doGroupAction(obj);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DScheduleableGroupAction.java33 * InstantGroupRunnable and PeriodicGroupRunnable. Function doGroupAction() will
43 public void doGroupAction(Object key); method in interface:ScheduleableGroupAction
H A DInstantGroupRunnable.java72 doGroupAction(iter.next());
88 public void doGroupAction(Object obj) { method in class:InstantGroupRunnable
90 target.doGroupAction(obj);
H A DPeriodicGroupRunnable.java74 public void doGroupAction(Object obj) { method in class:PeriodicGroupRunnable
76 target.doGroupAction(obj);
90 doGroupAction(obj);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/stats/
H A DStatsRunner.java66 public void doGroupAction(Object obj) { method in class:StatsRunner
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/stats/
H A DStatsRunner.java66 public void doGroupAction(Object obj) { method in class:StatsRunner

Completed in 36 milliseconds