org.apache.geronimo.timer
Class NontransactionalExecutorTaskFactory

java.lang.Object
  extended by org.apache.geronimo.timer.NontransactionalExecutorTaskFactory
All Implemented Interfaces:
ExecutorTaskFactory

public class NontransactionalExecutorTaskFactory
extends Object
implements ExecutorTaskFactory


Constructor Summary
NontransactionalExecutorTaskFactory()
           
 
Method Summary
 ExecutorTask createExecutorTask(Runnable userTask, WorkInfo workInfo, ThreadPooledTimer threadPooledTimer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NontransactionalExecutorTaskFactory

public NontransactionalExecutorTaskFactory()
Method Detail

createExecutorTask

public ExecutorTask createExecutorTask(Runnable userTask,
                                       WorkInfo workInfo,
                                       ThreadPooledTimer threadPooledTimer)
Specified by:
createExecutorTask in interface ExecutorTaskFactory


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.