|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCMessageRecoveryListener | |
---|---|
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 JDBCMessageRecoveryListener in org.apache.activemq.store.jdbc |
---|
Methods in org.apache.activemq.store.jdbc with parameters of type JDBCMessageRecoveryListener | |
---|---|
void |
JDBCAdapter.doRecover(TransactionContext c,
ActiveMQDestination destination,
JDBCMessageRecoveryListener listener)
|
void |
JDBCAdapter.doRecoverNextMessages(TransactionContext c,
ActiveMQDestination destination,
long nextSeq,
int maxReturned,
JDBCMessageRecoveryListener listener)
|
void |
JDBCAdapter.doRecoverNextMessages(TransactionContext c,
ActiveMQDestination destination,
String clientId,
String subscriptionName,
long seq,
int maxReturned,
JDBCMessageRecoveryListener listener)
|
void |
JDBCAdapter.doRecoverSubscription(TransactionContext c,
ActiveMQDestination destination,
String clientId,
String subscriptionName,
JDBCMessageRecoveryListener listener)
|
Uses of JDBCMessageRecoveryListener in org.apache.activemq.store.jdbc.adapter |
---|
Methods in org.apache.activemq.store.jdbc.adapter with parameters of type JDBCMessageRecoveryListener | |
---|---|
void |
DefaultJDBCAdapter.doRecover(TransactionContext c,
ActiveMQDestination destination,
JDBCMessageRecoveryListener listener)
|
void |
DefaultJDBCAdapter.doRecoverNextMessages(TransactionContext c,
ActiveMQDestination destination,
long nextSeq,
int maxReturned,
JDBCMessageRecoveryListener listener)
|
void |
DefaultJDBCAdapter.doRecoverNextMessages(TransactionContext c,
ActiveMQDestination destination,
String clientId,
String subscriptionName,
long seq,
int maxReturned,
JDBCMessageRecoveryListener listener)
|
void |
DefaultJDBCAdapter.doRecoverSubscription(TransactionContext c,
ActiveMQDestination destination,
String clientId,
String subscriptionName,
JDBCMessageRecoveryListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |