org.objectweb.joram.client.connector
Class OutboundSubscriber
- javax.jms.MessageConsumer, javax.jms.TopicSubscriber
public class OutboundSubscriber
implements javax.jms.TopicSubscriber
An OutboundSubscriber
instance wraps a JMS PubSub consumer
for a component involved in outbound messaging.
boolean | getNoLocal() - Returns the noLocal parameter.
|
Topic | getTopic() - Returns the consumer's topic.
|
getNoLocal
public boolean getNoLocal()
throws JMSException
Returns the noLocal parameter.
getTopic
public Topic getTopic()
throws JMSException
Returns the consumer's topic.
Copyright B) 2004 Scalagent - All rights reserved