Inheritance diagram for org.objectweb.joram.client.connector.OutboundReceiver:


Public Member Functions | |
| Queue | getQueue () throws JMSException |
Package Functions | |
| OutboundReceiver (Queue queue, MessageConsumer consumer, OutboundSession session) throws JMSException | |
OutboundReceiver instance wraps a JMS PTP consumer for a component involved in outbound messaging.
Definition at line 39 of file OutboundReceiver.java.
| org.objectweb.joram.client.connector.OutboundReceiver.OutboundReceiver | ( | Queue | queue, | |
| MessageConsumer | consumer, | |||
| OutboundSession | session | |||
| ) | throws JMSException [package] |
Constructs an OutboundReceiver instance.
Definition at line 49 of file OutboundReceiver.java.
References org.objectweb.joram.client.connector.OutboundSession.cnx, org.objectweb.joram.client.connector.OutboundConnection.cnxEquals(), org.objectweb.joram.client.connector.OutboundConsumer.consumer, and org.objectweb.joram.client.connector.OutboundConsumer.session.
Here is the call graph for this function:

| Queue org.objectweb.joram.client.connector.OutboundReceiver.getQueue | ( | ) | throws JMSException |
Returns the consumer's queue.
Definition at line 73 of file OutboundReceiver.java.
References org.objectweb.joram.client.connector.OutboundConsumer.checkValidity().
Here is the call graph for this function:

1.5.0