|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubscriberEntry | |
org.codehaus.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
org.codehaus.activemq.store.bdb | Message persistence implemented using Berkeley DB Java Edition |
org.codehaus.activemq.store.bdbn | Message persistence implemented using Berkeley DB, native C version |
org.codehaus.activemq.store.jdbc | Message persistence implemented using JDBC |
org.codehaus.activemq.store.jdbc.adapter | Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. |
org.codehaus.activemq.store.jdbm | Message persistence implemented using JDBM which is the default persistence mechanism shipped with Geronimo (due to its BSD licence) |
org.codehaus.activemq.store.vm | VM based implementation of message persistence |
Uses of SubscriberEntry in org.codehaus.activemq.store |
Methods in org.codehaus.activemq.store that return SubscriberEntry | |
SubscriberEntry |
TopicMessageStore.getSubscriberEntry(ConsumerInfo info)
Finds the subscriber entry for the given consumer info |
Methods in org.codehaus.activemq.store with parameters of type SubscriberEntry | |
void |
TopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
Inserts or updates the subscriber info due to a subscription change |
Uses of SubscriberEntry in org.codehaus.activemq.store.bdb |
Methods in org.codehaus.activemq.store.bdb that return SubscriberEntry | |
SubscriberEntry |
BDbTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
|
Methods in org.codehaus.activemq.store.bdb with parameters of type SubscriberEntry | |
void |
BDbTopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
|
Uses of SubscriberEntry in org.codehaus.activemq.store.bdbn |
Methods in org.codehaus.activemq.store.bdbn that return SubscriberEntry | |
SubscriberEntry |
BDbTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
|
Methods in org.codehaus.activemq.store.bdbn with parameters of type SubscriberEntry | |
void |
BDbTopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
|
Uses of SubscriberEntry in org.codehaus.activemq.store.jdbc |
Methods in org.codehaus.activemq.store.jdbc that return SubscriberEntry | |
SubscriberEntry |
JDBCTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
|
SubscriberEntry |
JDBCAdapter.doGetSubscriberEntry(java.sql.Connection c,
java.lang.String destinationName,
java.lang.String sub)
|
Methods in org.codehaus.activemq.store.jdbc with parameters of type SubscriberEntry | |
void |
JDBCTopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
|
void |
JDBCAdapter.doSetSubscriberEntry(java.sql.Connection c,
java.lang.String destinationName,
java.lang.String sub,
SubscriberEntry subscriberEntry)
|
Uses of SubscriberEntry in org.codehaus.activemq.store.jdbc.adapter |
Methods in org.codehaus.activemq.store.jdbc.adapter that return SubscriberEntry | |
SubscriberEntry |
DefaultJDBCAdapter.doGetSubscriberEntry(java.sql.Connection c,
java.lang.String destinationName,
java.lang.String sub)
|
Methods in org.codehaus.activemq.store.jdbc.adapter with parameters of type SubscriberEntry | |
void |
DefaultJDBCAdapter.doSetSubscriberEntry(java.sql.Connection c,
java.lang.String destinationName,
java.lang.String sub,
SubscriberEntry subscriberEntry)
|
Uses of SubscriberEntry in org.codehaus.activemq.store.jdbm |
Methods in org.codehaus.activemq.store.jdbm that return SubscriberEntry | |
SubscriberEntry |
JdbmTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
|
Methods in org.codehaus.activemq.store.jdbm with parameters of type SubscriberEntry | |
void |
JdbmTopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
|
Uses of SubscriberEntry in org.codehaus.activemq.store.vm |
Methods in org.codehaus.activemq.store.vm that return SubscriberEntry | |
SubscriberEntry |
VMTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
|
Methods in org.codehaus.activemq.store.vm with parameters of type SubscriberEntry | |
void |
VMTopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |