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:
$Revision: 1.1 $ $Date: 2004/07/18 22:10:56 $

Constructor Summary
NontransactionalExecutorTask(Runnable userTask, WorkInfo workInfo, ThreadPooledTimer threadPooledTimer)
           
 
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)
Method Detail

run

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


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