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


Public Member Functions | |
| Queue | getQueue () throws JMSException |
| void | send (Queue queue, Message message, int deliveryMode, int priority, long timeToLive) throws JMSException |
| void | send (Queue queue, Message message) throws JMSException |
Package Functions | |
| OutboundSender (MessageProducer producer, OutboundSession session) | |
OutboundSender instance wraps a JMS producer for a component involved in PTP outbound messaging.
Definition at line 36 of file OutboundSender.java.
| org.objectweb.joram.client.connector.OutboundSender.OutboundSender | ( | MessageProducer | producer, | |
| OutboundSession | session | |||
| ) | [package] |
Constructs an OutboundSender instance.
Definition at line 42 of file OutboundSender.java.
References org.objectweb.joram.client.connector.OutboundProducer.session.
| Queue org.objectweb.joram.client.connector.OutboundSender.getQueue | ( | ) | throws JMSException |
Delegates the call to the wrapped producer.
Definition at line 53 of file OutboundSender.java.
References org.objectweb.joram.client.connector.OutboundProducer.checkValidity(), and org.objectweb.joram.client.connector.OutboundProducer.producer.
Here is the call graph for this function:

| void org.objectweb.joram.client.connector.OutboundSender.send | ( | Queue | queue, | |
| Message | message, | |||
| int | deliveryMode, | |||
| int | priority, | |||
| long | timeToLive | |||
| ) | throws JMSException |
Delegates the call to the wrapped producer.
Definition at line 63 of file OutboundSender.java.
References org.objectweb.joram.client.connector.OutboundProducer.checkValidity(), and org.objectweb.joram.client.connector.OutboundProducer.producer.
Here is the call graph for this function:

| void org.objectweb.joram.client.connector.OutboundSender.send | ( | Queue | queue, | |
| Message | message | |||
| ) | throws JMSException |
Delegates the call to the wrapped producer.
Definition at line 82 of file OutboundSender.java.
References org.objectweb.joram.client.connector.OutboundProducer.checkValidity(), and org.objectweb.joram.client.connector.OutboundProducer.producer.
Here is the call graph for this function:

1.5.0