Uses of Class
org.apache.geronimo.timer.ThreadPooledTimer

Packages that use ThreadPooledTimer
org.apache.geronimo.timer   
org.apache.geronimo.timer.jdbc   
org.apache.geronimo.timer.vm   
 

Uses of ThreadPooledTimer in org.apache.geronimo.timer
 

Methods in org.apache.geronimo.timer with parameters of type ThreadPooledTimer
 ExecutorTask TransactionalExecutorTaskFactory.createExecutorTask(Runnable userTask, WorkInfo workInfo, ThreadPooledTimer threadPooledTimer)
           
 ExecutorTask NontransactionalExecutorTaskFactory.createExecutorTask(Runnable userTask, WorkInfo workInfo, ThreadPooledTimer threadPooledTimer)
           
 ExecutorTask ExecutorTaskFactory.createExecutorTask(Runnable userTask, WorkInfo workInfo, ThreadPooledTimer threadPooledTimer)
           
 

Constructors in org.apache.geronimo.timer with parameters of type ThreadPooledTimer
ExecutorFeedingTimerTask(WorkInfo workInfo, ThreadPooledTimer threadPooledTimer)
           
NontransactionalExecutorTask(Runnable userTask, WorkInfo workInfo, ThreadPooledTimer threadPooledTimer)
           
TransactionalExecutorTask(Runnable userTask, WorkInfo workInfo, ThreadPooledTimer threadPooledTimer, TransactionManager transactionManager, int repeatCount)
           
 

Uses of ThreadPooledTimer in org.apache.geronimo.timer.jdbc
 

Subclasses of ThreadPooledTimer in org.apache.geronimo.timer.jdbc
 class JDBCStoreThreadPooledNonTransactionalTimer
           
 class JDBCStoreThreadPooledTransactionalTimer
           
 

Uses of ThreadPooledTimer in org.apache.geronimo.timer.vm
 

Subclasses of ThreadPooledTimer in org.apache.geronimo.timer.vm
 class VMStoreThreadPooledNonTransactionalTimer
           
 class VMStoreThreadPooledTransactionalTimer
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.