org.objectweb.joram.client.connector

Class OutboundSubscriber

Implemented Interfaces:
javax.jms.MessageConsumer, javax.jms.TopicSubscriber

public class OutboundSubscriber
extends OutboundConsumer
implements javax.jms.TopicSubscriber

An OutboundSubscriber instance wraps a JMS PubSub consumer for a component involved in outbound messaging.

Field Summary

Fields inherited from class org.objectweb.joram.client.connector.OutboundConsumer

consumer, session

Method Summary

boolean
getNoLocal()
Returns the noLocal parameter.
Topic
getTopic()
Returns the consumer's topic.

Methods inherited from class org.objectweb.joram.client.connector.OutboundConsumer

checkValidity, close, getMessageListener, getMessageSelector, receive, receive, receiveNoWait, setMessageListener

Method Details

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