jrun.jms.core.client
Class JmsTopicSubscriber

jrun.jms.core.client.JmsTopicSubscriber

public class JmsTopicSubscriber

This class extends JmsMessageConsumer to define a message consumer specific to a topic.

Version:
$Revision: 1.7 $ $Date: 2001/10/12 07:55:31 $
Author:
Jim Alateras

Method Summary
 void close()
           
 void destroy()
           
 JmsDestination getJmsDestination()
           
 java.lang.String getName()
          Return the name of the durable subscriber
 boolean getNoLocal()
           
 javax.jms.Topic getTopic()
           
 boolean isDurableSubscriber()
          Return true if this a durable subscriber and false otherwise
 

Method Detail

getTopic

public javax.jms.Topic getTopic()
                         throws javax.jms.JMSException

getNoLocal

public boolean getNoLocal()
                   throws javax.jms.JMSException

getName

public java.lang.String getName()
Return the name of the durable subscriber
Returns:
String

isDurableSubscriber

public boolean isDurableSubscriber()
Return true if this a durable subscriber and false otherwise
Returns:
boolean

close

public void close()
           throws javax.jms.JMSException

destroy

public void destroy()
             throws javax.jms.JMSException

getJmsDestination

public JmsDestination getJmsDestination()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.