Uses of Class
org.apache.activemq.artemis.jdbc.store.drivers.JDBCConnectionProvider
Packages that use JDBCConnectionProvider
Package
Description
-
Uses of JDBCConnectionProvider in org.apache.activemq.artemis.jdbc.store.drivers
Fields in org.apache.activemq.artemis.jdbc.store.drivers declared as JDBCConnectionProviderModifier and TypeFieldDescriptionprotected JDBCConnectionProviderAbstractJDBCDriver.connectionProviderMethods in org.apache.activemq.artemis.jdbc.store.drivers that return JDBCConnectionProviderMethods in org.apache.activemq.artemis.jdbc.store.drivers with parameters of type JDBCConnectionProviderModifier and TypeMethodDescriptionvoidAbstractJDBCDriver.setJdbcConnectionProvider(JDBCConnectionProvider connectionProvider) Constructors in org.apache.activemq.artemis.jdbc.store.drivers with parameters of type JDBCConnectionProviderModifierConstructorDescriptionAbstractJDBCDriver(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 JDBCConnectionProviderModifierConstructorDescriptionDb2SequentialFileDriver(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 JDBCConnectionProviderModifierConstructorDescriptionJDBCJournalImpl(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