|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubscriptionContainer
Represents a possibly persistent container of subscription objects
| Method Summary | |
|---|---|
Subscription |
getSubscription(String consumerId)
Gets the current subscription for the given consumerId if it is available |
Set |
getSubscriptions(ActiveMQDestination destination)
|
Subscription |
makeSubscription(Dispatcher dispatcher,
BrokerClient client,
ConsumerInfo info,
Filter filter)
Creates a subscription (which could be a previous subscription reconecting) and adds it to this container |
Subscription |
removeSubscription(String consumerId)
|
Iterator |
subscriptionIterator()
|
| Method Detail |
|---|
Subscription getSubscription(String consumerId)
consumerId -
Subscription removeSubscription(String consumerId)
Iterator subscriptionIterator()
Subscription makeSubscription(Dispatcher dispatcher,
BrokerClient client,
ConsumerInfo info,
Filter filter)
dispatcher - client - info - filter -
Set getSubscriptions(ActiveMQDestination destination)
destination -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||