Uses of Class
org.apache.activemq.artemis.jdbc.store.drivers.JDBCConnectionProvider
-
-
Uses of JDBCConnectionProvider in org.apache.activemq.artemis.jdbc.store.drivers
Fields in org.apache.activemq.artemis.jdbc.store.drivers declared as JDBCConnectionProvider Modifier and Type Field Description protected JDBCConnectionProviderAbstractJDBCDriver. connectionProviderMethods in org.apache.activemq.artemis.jdbc.store.drivers that return JDBCConnectionProvider Modifier and Type Method Description JDBCConnectionProviderAbstractJDBCDriver. getJdbcConnectionProvider()Methods in org.apache.activemq.artemis.jdbc.store.drivers with parameters of type JDBCConnectionProvider Modifier and Type Method Description voidAbstractJDBCDriver. setJdbcConnectionProvider(JDBCConnectionProvider connectionProvider)Constructors in org.apache.activemq.artemis.jdbc.store.drivers with parameters of type JDBCConnectionProvider Constructor Description AbstractJDBCDriver(JDBCConnectionProvider connectionProvider, SQLProvider provider) -
Uses of JDBCConnectionProvider in org.apache.activemq.artemis.jdbc.store.file
Constructors in org.apache.activemq.artemis.jdbc.store.file with parameters of type JDBCConnectionProvider Constructor Description Db2SequentialFileDriver(JDBCConnectionProvider connectionProvider, SQLProvider provider)JDBCSequentialFileFactory(JDBCConnectionProvider connectionProvider, SQLProvider sqlProvider, Executor executor, ScheduledExecutorService scheduledExecutorService, long syncDelay, IOCriticalErrorListener criticalErrorListener)PostgresSequentialSequentialFileDriver(JDBCConnectionProvider connectionProvider, SQLProvider provider) -
Uses of JDBCConnectionProvider in org.apache.activemq.artemis.jdbc.store.journal
Constructors in org.apache.activemq.artemis.jdbc.store.journal with parameters of type JDBCConnectionProvider Constructor Description JDBCJournalImpl(JDBCConnectionProvider connectionProvider, SQLProvider provider, ScheduledExecutorService scheduledExecutorService, Executor completeExecutor, IOCriticalErrorListener criticalIOErrorListener, long syncDelay) -
Uses of JDBCConnectionProvider in org.apache.activemq.artemis.jdbc.store.sql
Constructors in org.apache.activemq.artemis.jdbc.store.sql with parameters of type JDBCConnectionProvider Constructor Description Factory(JDBCConnectionProvider connectionProvider)
-