Uses of Interface
org.forgerock.am.cts.continuous.ContinuousQuery
-
Packages that use ContinuousQuery Package Description org.forgerock.am.cts.api org.forgerock.am.cts.continuous -
-
Uses of ContinuousQuery in org.forgerock.am.cts.api
Methods in org.forgerock.am.cts.api that return ContinuousQuery Modifier and Type Method Description ContinuousQueryTokenStorageAdapter. startContinuousQuery(TokenFilter filter, ContinuousQueryListener listener)Performs a continuous query using the provided filter. -
Uses of ContinuousQuery in org.forgerock.am.cts.continuous
Methods in org.forgerock.am.cts.continuous that return ContinuousQuery Modifier and Type Method Description ContinuousQueryContinuousQuery. addContinuousQueryListener(ContinuousQueryListener listener)Adds a generic listener to the set of objects that will be informed of changes according to the queried filter.ContinuousQueryContinuousQuery. removeContinuousQueryListener(ContinuousQueryListener listener)Removes a generic listener from the set of objects that will be informed of changes according to the queried filter.
-