org.apache.geronimo.timer
Class NontransactionalExecutorTask

java.lang.Object
  extended byorg.apache.geronimo.timer.NontransactionalExecutorTask
All Implemented Interfaces:
ExecutorTask, Runnable

public class NontransactionalExecutorTask
extends Object
implements ExecutorTask

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Constructor Summary
NontransactionalExecutorTask(Runnable userTask, WorkInfo workInfo, ThreadPooledTimer threadPooledTimer, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NontransactionalExecutorTask

public NontransactionalExecutorTask(Runnable userTask,
                                    WorkInfo workInfo,
                                    ThreadPooledTimer threadPooledTimer,
                                    org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager)
Method Detail

run

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


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