|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activemq.service.boundedvm.TransientSubscription
org.activemq.service.boundedvm.TransientTopicSubscription
A holder for Transient Topic consumer info and message routing
Field Summary |
Fields inherited from class org.activemq.service.boundedvm.TransientSubscription |
brokerName, client, clusterName, consumerInfo, filter |
Constructor Summary | |
TransientTopicSubscription(Filter filter,
ConsumerInfo info,
BrokerClient client)
Construct the TransientTopicSubscription |
Method Summary | |
boolean |
isDurableTopic()
|
boolean |
isTarget(ActiveMQMessage message)
determines if the Subscription is interested in the message |
Methods inherited from class org.activemq.service.boundedvm.TransientSubscription |
close, getConsumerInfo, getDestination, getFilter, isLocalSubscription, setConsumerInfo, setFilter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransientTopicSubscription(Filter filter, ConsumerInfo info, BrokerClient client)
filter
- info
- Method Detail |
public boolean isTarget(ActiveMQMessage message) throws javax.jms.JMSException
isTarget
in class TransientSubscription
message
-
javax.jms.JMSException
public boolean isDurableTopic()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |