Uses of Interface
org.forgerock.am.cts.continuous.ContinuousQuery
-
Uses of ContinuousQuery in org.forgerock.am.cts.api
Modifier and TypeMethodDescriptionTokenStorageAdapter.startContinuousQuery
(TokenFilter filter, ContinuousQueryListener listener) Performs a continuous query using the provided filter. -
Uses of ContinuousQuery in org.forgerock.am.cts.continuous
Modifier and TypeMethodDescriptionContinuousQuery.addContinuousQueryListener
(ContinuousQueryListener listener) Adds a generic listener to the set of objects that will be informed of changes according to the queried filter.ContinuousQuery.removeContinuousQueryListener
(ContinuousQueryListener listener) Removes a generic listener from the set of objects that will be informed of changes according to the queried filter.