javax.jms
Class QueueRequestor

java.lang.Object
  extended byjavax.jms.QueueRequestor

public class QueueRequestor
extends Object

A queue requestor

Version:
$Revision: 1.2.8.2 $
Author:
Chris Kimpton (chris@kimptoc.net), Adrian Brock (adrian@jboss.com)

Constructor Summary
QueueRequestor(QueueSession session, Queue queue)
           
 
Method Summary
 void close()
           
 Message request(Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueRequestor

public QueueRequestor(QueueSession session,
                      Queue queue)
               throws JMSException
Method Detail

request

public Message request(Message message)
                throws JMSException
Throws:
JMSException

close

public void close()
           throws JMSException
Throws:
JMSException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.