|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public Subscription getSubscription(String consumerId)
consumerId
-
public Subscription removeSubscription(String consumerId)
public Iterator subscriptionIterator()
public Subscription makeSubscription(Dispatcher dispatcher, BrokerClient client, ConsumerInfo info, Filter filter)
dispatcher
- client
- info
- filter
-
public Set getSubscriptions(ActiveMQDestination destination)
destination
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |