Uses of Class
org.jboss.jms.destination.JBossTopic

Packages that use JBossTopic
org.jboss.jms.client.delegate   
org.jboss.jms.delegate   
org.jboss.jms.destination   
org.jboss.jms.server.endpoint   
org.jboss.jms.server.endpoint.advised   
org.jboss.jms.wireformat   
 

Uses of JBossTopic in org.jboss.jms.client.delegate
 

Methods in org.jboss.jms.client.delegate that return JBossTopic
 JBossTopic ClientSessionDelegate.createTopic(java.lang.String topicName)
           
 

Uses of JBossTopic in org.jboss.jms.delegate
 

Methods in org.jboss.jms.delegate that return JBossTopic
 JBossTopic SessionEndpoint.createTopic(java.lang.String topicName)
          Creates a topic identity given a Queue name.
 

Uses of JBossTopic in org.jboss.jms.destination
 

Subclasses of JBossTopic in org.jboss.jms.destination
 class JBossTemporaryTopic
           
 

Uses of JBossTopic in org.jboss.jms.server.endpoint
 

Methods in org.jboss.jms.server.endpoint that return JBossTopic
 JBossTopic ServerSessionEndpoint.createTopic(java.lang.String name)
           
 

Uses of JBossTopic in org.jboss.jms.server.endpoint.advised
 

Methods in org.jboss.jms.server.endpoint.advised that return JBossTopic
 JBossTopic SessionAdvised.createTopic(java.lang.String topicName)
           
 

Uses of JBossTopic in org.jboss.jms.wireformat
 

Constructors in org.jboss.jms.wireformat with parameters of type JBossTopic
SessionCreateTopicResponse(JBossTopic topic)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.