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

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

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

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)
           
 JBossQueue SessionEndpoint.createQueue(java.lang.String queueName)
          Creates a queue identity given a Queue 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)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.