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

Packages that use Timer.Task
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
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-2010 The Apache Software Foundation. All Rights Reserved.