Uses of Interface
org.apache.activemq.store.jdbc.JDBCAdapter
-
Packages that use JDBCAdapter Package Description org.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.store.jdbc.adapter Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers.org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. -
-
Uses of JDBCAdapter in org.apache.activemq.store.jdbc
Fields in org.apache.activemq.store.jdbc declared as JDBCAdapter Modifier and Type Field Description protected JDBCAdapterJDBCMessageStore. adapterMethods in org.apache.activemq.store.jdbc that return JDBCAdapter Modifier and Type Method Description protected JDBCAdapterJDBCPersistenceAdapter. createAdapter()JDBCAdapterJDBCPersistenceAdapter. getAdapter()Methods in org.apache.activemq.store.jdbc with parameters of type JDBCAdapter Modifier and Type Method Description voidJDBCPersistenceAdapter. setAdapter(JDBCAdapter adapter)Constructors in org.apache.activemq.store.jdbc with parameters of type JDBCAdapter Constructor Description JDBCMessageStore(JDBCPersistenceAdapter persistenceAdapter, JDBCAdapter adapter, WireFormat wireFormat, ActiveMQDestination destination, ActiveMQMessageAudit audit)JDBCTopicMessageStore(JDBCPersistenceAdapter persistenceAdapter, JDBCAdapter adapter, WireFormat wireFormat, ActiveMQTopic topic, ActiveMQMessageAudit audit) -
Uses of JDBCAdapter in org.apache.activemq.store.jdbc.adapter
Classes in org.apache.activemq.store.jdbc.adapter that implement JDBCAdapter Modifier and Type Class Description classAxionJDBCAdapterAxion specific Adapter.classBlobJDBCAdapterThis JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations.classBytesJDBCAdapterThis JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations.classDB2JDBCAdapterclassDefaultJDBCAdapterImplements all the default JDBC operations that are used by the JDBCPersistenceAdapter.classHsqldbJDBCAdapterclassImageBasedJDBCAdaptorProvides JDBCAdapter since that uses IMAGE datatype to hold binary data.classInformixJDBCAdapterJDBC Adapter for Informix database.classMaxDBJDBCAdapterJDBC Adapter for the MaxDB database.classMySqlJDBCAdapterclassOracleBlobJDBCAdapterImplements all the default JDBC operations that are used by the JDBCPersistenceAdapter.classOracleJDBCAdapterImplements all the default JDBC operations that are used by the JDBCPersistenceAdapter.classPostgresqlJDBCAdapterImplements all the default JDBC operations that are used by the JDBCPersistenceAdapter.classSqlServerJDBCAdapterclassStreamJDBCAdapterThis JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.classSybaseJDBCAdapterA JDBC Adapter for Sybase databasesclassTransactJDBCAdapterA JDBC Adapter for Transact-SQL based databases such as SQL Server or Sybase -
Uses of JDBCAdapter in org.apache.activemq.store.journal
Methods in org.apache.activemq.store.journal that return JDBCAdapter Modifier and Type Method Description JDBCAdapterJournalPersistenceAdapterFactory. getAdapter()Methods in org.apache.activemq.store.journal with parameters of type JDBCAdapter Modifier and Type Method Description voidJournalPersistenceAdapterFactory. setAdapter(JDBCAdapter adapter)
-