getTopic

 

public Topic getTopic() throws JMSException;

Gets the topic associated with this subscriber.

Returns

  • this subscriber's topic

Exceptions

  • JMSException - if JMS fails to get topic for this topic subscriber due to some internal error.


uj30810_