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

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

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)
          This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint.
 

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)
           
 JBossTopic SessionEndpoint.createTopic(java.lang.String topicName)
          Creates a topic identity given a Queue 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)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.