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

Packages that use JBossQueue
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 JBossQueue in org.jboss.jms.client.delegate
 

Methods in org.jboss.jms.client.delegate that return JBossQueue
 JBossQueue ClientSessionDelegate.createQueue(java.lang.String queueName)
           
 

Uses of JBossQueue in org.jboss.jms.delegate
 

Methods in org.jboss.jms.delegate that return JBossQueue
 JBossQueue SessionEndpoint.createQueue(java.lang.String queueName)
          Creates a queue identity given a Queue name.
 

Uses of JBossQueue in org.jboss.jms.destination
 

Subclasses of JBossQueue in org.jboss.jms.destination
 class JBossTemporaryQueue
           
 

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

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

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

Methods in org.jboss.jms.server.endpoint.advised that return JBossQueue
 JBossQueue SessionAdvised.createQueue(java.lang.String queueName)
           
 

Uses of JBossQueue in org.jboss.jms.wireformat
 

Constructors in org.jboss.jms.wireformat with parameters of type JBossQueue
SessionCreateQueueResponse(JBossQueue queue)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.