Uses of Interface
org.forgerock.opendj.ldap.TimeoutScheduler.TimeoutEventListener
-
Packages that use TimeoutScheduler.TimeoutEventListener Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of TimeoutScheduler.TimeoutEventListener in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type TimeoutScheduler.TimeoutEventListener Modifier and Type Method Description boolean
TimeoutScheduler. removeScheduledTask(TimeoutScheduler.TimeoutEventListener task)
De-registers a task for periodic invocation.void
TimeoutScheduler. scheduleAtFixedRate(TimeoutScheduler.TimeoutEventListener task)
Schedules the task for periodic invocation.
-