Uses of Class
org.apache.qpid.client.AMQTopic

Packages that use AMQTopic
org.apache.qpid.client   
 

Uses of AMQTopic in org.apache.qpid.client
 

Subclasses of AMQTopic in org.apache.qpid.client
(package private)  class AMQTemporaryTopic
          AMQ implementation of TemporaryTopic.
 

Methods in org.apache.qpid.client that return AMQTopic
protected  AMQTopic AMQSession.checkValidTopic(Topic topic)
           
protected  AMQTopic AMQSession.checkValidTopic(Topic topic, boolean durable)
           
static AMQTopic AMQTopic.createDurableTopic(AMQTopic topic, String subscriptionName, AMQConnection connection)
           
 

Methods in org.apache.qpid.client with parameters of type AMQTopic
static AMQTopic AMQTopic.createDurableTopic(AMQTopic topic, String subscriptionName, AMQConnection connection)
           
 



Licensed to the Apache Software Foundation