org.apache.geronimo.timer.jdbc
Class JDBCStoreThreadPooledTransactionalTimer

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

public class JDBCStoreThreadPooledTransactionalTimer
extends ThreadPooledTimer


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
JDBCStoreThreadPooledTransactionalTimer(int repeatCount, TransactionManager transactionManager, org.apache.geronimo.connector.outbound.ConnectionFactorySource managedConnectionFactoryWrapper, Executor threadPool, Kernel kernel)
           
 
Method Summary
static 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 GBeanInfo GBEAN_INFO
Constructor Detail

JDBCStoreThreadPooledTransactionalTimer

public JDBCStoreThreadPooledTransactionalTimer(int repeatCount,
                                               TransactionManager transactionManager,
                                               org.apache.geronimo.connector.outbound.ConnectionFactorySource managedConnectionFactoryWrapper,
                                               Executor threadPool,
                                               Kernel kernel)
                                        throws SQLException,
                                               ResourceException
Throws:
SQLException
ResourceException
Method Detail

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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