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 JDBCAdapter
JDBCMessageStore. adapter
Methods in org.apache.activemq.store.jdbc that return JDBCAdapter Modifier and Type Method Description protected JDBCAdapter
JDBCPersistenceAdapter. createAdapter()
JDBCAdapter
JDBCPersistenceAdapter. getAdapter()
Methods in org.apache.activemq.store.jdbc with parameters of type JDBCAdapter Modifier and Type Method Description void
JDBCPersistenceAdapter. 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 class
AxionJDBCAdapter
Axion specific Adapter.class
BlobJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations.class
BytesJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations.class
DB2JDBCAdapter
class
DefaultJDBCAdapter
Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.class
HsqldbJDBCAdapter
class
ImageBasedJDBCAdaptor
Provides JDBCAdapter since that uses IMAGE datatype to hold binary data.class
InformixJDBCAdapter
JDBC Adapter for Informix database.class
MaxDBJDBCAdapter
JDBC Adapter for the MaxDB database.class
MySqlJDBCAdapter
class
OracleBlobJDBCAdapter
Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.class
OracleJDBCAdapter
Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.class
PostgresqlJDBCAdapter
Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.class
SqlServerJDBCAdapter
class
StreamJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.class
SybaseJDBCAdapter
A JDBC Adapter for Sybase databasesclass
TransactJDBCAdapter
A 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 JDBCAdapter
JournalPersistenceAdapterFactory. getAdapter()
Methods in org.apache.activemq.store.journal with parameters of type JDBCAdapter Modifier and Type Method Description void
JournalPersistenceAdapterFactory. setAdapter(JDBCAdapter adapter)
-