Uses of Interface
org.forgerock.am.cts.continuous.ContinuousQueryListener
-
Packages that use ContinuousQueryListener Package Description org.forgerock.am.cts org.forgerock.am.cts.api org.forgerock.am.cts.continuous org.forgerock.am.cts.queue -
-
Uses of ContinuousQueryListener in org.forgerock.am.cts
Methods in org.forgerock.am.cts with parameters of type ContinuousQueryListener Modifier and Type Method Description void
CTSPersistentStore. addContinuousQueryListener(ContinuousQueryListener listener, TokenFilter filter)
Performs a continuous query against the persistent store using the provided TokenFilter.void
CTSPersistentStore. removeContinuousQueryListener(ContinuousQueryListener listener, TokenFilter filter)
Removes aContinuousQueryListener
from a specifiedTokenFilter
. -
Uses of ContinuousQueryListener in org.forgerock.am.cts.api
Methods in org.forgerock.am.cts.api with parameters of type ContinuousQueryListener Modifier and Type Method Description ContinuousQuery
TokenStorageAdapter. startContinuousQuery(TokenFilter filter, ContinuousQueryListener listener)
Performs a continuous query using the provided filter. -
Uses of ContinuousQueryListener in org.forgerock.am.cts.continuous
Methods in org.forgerock.am.cts.continuous with parameters of type ContinuousQueryListener Modifier and Type Method Description ContinuousQuery
ContinuousQuery. addContinuousQueryListener(ContinuousQueryListener listener)
Adds a generic listener to the set of objects that will be informed of changes according to the queried filter.ContinuousQuery
ContinuousQuery. removeContinuousQueryListener(ContinuousQueryListener listener)
Removes a generic listener from the set of objects that will be informed of changes according to the queried filter. -
Uses of ContinuousQueryListener in org.forgerock.am.cts.queue
Methods in org.forgerock.am.cts.queue with parameters of type ContinuousQueryListener Modifier and Type Method Description void
TaskDispatcher. continuousQuery(ContinuousQueryListener listener, TokenFilter tokenFilter)
Perform a continuous query against the persistent store and signal the results to the providedContinuousQueryListener
.void
TaskDispatcher. removeContinuousQueryListener(ContinuousQueryListener listener, TokenFilter tokenFilter)
Removes the suppliedContinuousQueryListener
from the query which is operating the suppliedTokenFilter
.
-