org.apache.geronimo.timer
Class TransactionalExecutorTask

java.lang.Object
  extended by org.apache.geronimo.timer.TransactionalExecutorTask
All Implemented Interfaces:
Runnable, ExecutorTask

public class TransactionalExecutorTask
extends Object
implements ExecutorTask


Constructor Summary
TransactionalExecutorTask(Runnable userTask, WorkInfo workInfo, ThreadPooledTimer threadPooledTimer, TransactionManager transactionManager, int repeatCount)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionalExecutorTask

public TransactionalExecutorTask(Runnable userTask,
                                 WorkInfo workInfo,
                                 ThreadPooledTimer threadPooledTimer,
                                 TransactionManager transactionManager,
                                 int repeatCount)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


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