Inheritance diagram for com.scalagent.kjoram.QueueReceiver:


Public Member Functions | |
| String | toString () |
| Queue | getQueue () throws JMSException |
Package Functions | |
| QueueReceiver (QueueSession sess, Queue queue, String selector) throws JMSException | |
Definition at line 30 of file QueueReceiver.java.
| com.scalagent.kjoram.QueueReceiver.QueueReceiver | ( | QueueSession | sess, | |
| Queue | queue, | |||
| String | selector | |||
| ) | throws JMSException [package] |
Constructs a receiver.
| sess | The session the receiver belongs to. | |
| queue | The queue the receiver consumes on. | |
| selector | The selector for filtering messages. |
| IllegalStateException | If the connection is broken. | |
| JMSException | If the creation fails for any other reason. |
Definition at line 42 of file QueueReceiver.java.
References com.scalagent.kjoram.MessageConsumer.sess.
| String com.scalagent.kjoram.QueueReceiver.toString | ( | ) |
Returns a string view of this receiver.
Reimplemented from com.scalagent.kjoram.MessageConsumer.
Definition at line 49 of file QueueReceiver.java.
References com.scalagent.kjoram.Session.ident, and com.scalagent.kjoram.MessageConsumer.sess.
| Queue com.scalagent.kjoram.QueueReceiver.getQueue | ( | ) | throws JMSException |
API method.
| IllegalStateException | If the receiver is closed. |
Definition at line 59 of file QueueReceiver.java.
References com.scalagent.kjoram.MessageConsumer.closed, and com.scalagent.kjoram.MessageConsumer.dest.
1.5.0