Uses of Class
org.apache.jackrabbit.util.Timer.Task
-
Packages that use Timer.Task Package Description org.apache.jackrabbit.util -
-
Uses of Timer.Task in org.apache.jackrabbit.util
Methods in org.apache.jackrabbit.util with parameters of type Timer.Task Modifier and Type Method Description void
Timer. schedule(Timer.Task task, long delay, long period)
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
-