|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCAdapter | |
---|---|
org.apache.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
org.apache.activemq.store.jdbc | Message persistence implemented using JDBC |
org.apache.activemq.store.jdbc.adapter | Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. |
Uses of JDBCAdapter in org.apache.activemq.store |
---|
Methods in org.apache.activemq.store that return JDBCAdapter | |
---|---|
JDBCAdapter |
DefaultPersistenceAdapterFactory.getAdapter()
|
Methods in org.apache.activemq.store with parameters of type JDBCAdapter | |
---|---|
void |
DefaultPersistenceAdapterFactory.setAdapter(JDBCAdapter adapter)
|
Uses of JDBCAdapter in org.apache.activemq.store.jdbc |
---|
Fields in org.apache.activemq.store.jdbc declared as JDBCAdapter | |
---|---|
protected JDBCAdapter |
JDBCMessageStore.adapter
|
Methods in org.apache.activemq.store.jdbc that return JDBCAdapter | |
---|---|
protected JDBCAdapter |
JDBCPersistenceAdapter.createAdapter()
|
JDBCAdapter |
JDBCPersistenceAdapter.getAdapter()
|
Methods in org.apache.activemq.store.jdbc with parameters of type JDBCAdapter | |
---|---|
void |
JDBCPersistenceAdapter.setAdapter(JDBCAdapter adapter)
|
Constructors in org.apache.activemq.store.jdbc with parameters of type JDBCAdapter | |
---|---|
JDBCMessageStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
WireFormat wireFormat,
ActiveMQDestination destination)
|
|
JDBCTopicMessageStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
WireFormat wireFormat,
ActiveMQTopic topic)
|
Uses of JDBCAdapter in org.apache.activemq.store.jdbc.adapter |
---|
Classes in org.apache.activemq.store.jdbc.adapter that implement JDBCAdapter | |
---|---|
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 |
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 |
StreamJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |