org.apache.geronimo.timer.jdbc
Class JDBCStoreThreadPooledTransactionalTimer

java.lang.Object
  extended byorg.apache.geronimo.timer.ThreadPooledTimer
      extended byorg.apache.geronimo.timer.jdbc.JDBCStoreThreadPooledTransactionalTimer
All Implemented Interfaces:
org.apache.geronimo.gbean.GBeanLifecycle, PersistentTimer

public class JDBCStoreThreadPooledTransactionalTimer
extends ThreadPooledTimer

Version:
$Revision: 1.1 $ $Date: 2004/07/18 22:10:57 $

Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
JDBCStoreThreadPooledTransactionalTimer(int repeatCount, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, org.apache.geronimo.connector.outbound.ManagedConnectionFactoryWrapper managedConnectionFactoryWrapper, EDU.oswego.cs.dl.util.concurrent.Executor threadPool, org.apache.geronimo.kernel.Kernel kernel)
           
 
Method Summary
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 
Methods inherited from class org.apache.geronimo.timer.ThreadPooledTimer
cancelTimerTasks, doFail, doStart, doStop, getIdsByKey, getWorkInfo, playback, schedule, schedule, schedule, schedule, scheduleAtFixedRate, scheduleAtFixedRate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

JDBCStoreThreadPooledTransactionalTimer

public JDBCStoreThreadPooledTransactionalTimer(int repeatCount,
                                               org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager,
                                               org.apache.geronimo.connector.outbound.ManagedConnectionFactoryWrapper managedConnectionFactoryWrapper,
                                               EDU.oswego.cs.dl.util.concurrent.Executor threadPool,
                                               org.apache.geronimo.kernel.Kernel kernel)
Method Detail

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


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