javax.jms
Class TopicRequestor

java.lang.Object
  extended by javax.jms.TopicRequestor

public class TopicRequestor
extends Object

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

Constructor Summary
TopicRequestor(TopicSession session, Topic topic)
           
 
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

TopicRequestor

public TopicRequestor(TopicSession session,
                      Topic topic)
               throws JMSException
Throws:
JMSException
Method Detail

request

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

close

public void close()
           throws JMSException
Throws:
JMSException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.