Uses of Class
org.apache.jackrabbit.util.Timer.Task

Packages that use Timer.Task
org.apache.jackrabbit.core   
org.apache.jackrabbit.util   
 

Uses of Timer.Task in org.apache.jackrabbit.core
 

Subclasses of Timer.Task in org.apache.jackrabbit.core
 class TransactionContext
          Represents the transaction on behalf of the component that wants to explicitly demarcate transaction boundaries.
 

Uses of Timer.Task in org.apache.jackrabbit.util
 

Methods in org.apache.jackrabbit.util with parameters of type Timer.Task
 void Timer.schedule(Timer.Task task, long delay, long period)
          Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.