Uses of Class
org.jboss.mq.server.JMSDestination

Packages that use JMSDestination
org.jboss.mq.pm   
org.jboss.mq.pm.jdbc2   
org.jboss.mq.pm.jdbc3   
org.jboss.mq.pm.none   
org.jboss.mq.server   
 

Uses of JMSDestination in org.jboss.mq.pm
 

Methods in org.jboss.mq.pm with parameters of type JMSDestination
 void PersistenceManager.closeQueue(JMSDestination jmsDest, SpyDestination dest)
          Close a queue
 void PersistenceManager.restoreQueue(JMSDestination jmsDest, SpyDestination dest)
          Restore a queue.
 

Uses of JMSDestination in org.jboss.mq.pm.jdbc2
 

Methods in org.jboss.mq.pm.jdbc2 with parameters of type JMSDestination
 void PersistenceManager.closeQueue(JMSDestination jmsDest, SpyDestination dest)
           
protected  void PersistenceManager.internalRestoreQueue(JMSDestination jmsDest, SpyDestination dest)
           
 void PersistenceManager.restoreQueue(JMSDestination jmsDest, SpyDestination dest)
           
 

Uses of JMSDestination in org.jboss.mq.pm.jdbc3
 

Methods in org.jboss.mq.pm.jdbc3 with parameters of type JMSDestination
 void PersistenceManager.closeQueue(JMSDestination jmsDest, SpyDestination dest)
           
 void PersistenceManager.restoreQueue(JMSDestination jmsDest, SpyDestination dest)
           
 

Uses of JMSDestination in org.jboss.mq.pm.none
 

Methods in org.jboss.mq.pm.none with parameters of type JMSDestination
 void PersistenceManager.closeQueue(JMSDestination jmsDest, SpyDestination dest)
           
 void PersistenceManager.restoreQueue(JMSDestination jmsDest, SpyDestination dest)
           
 

Uses of JMSDestination in org.jboss.mq.server
 

Subclasses of JMSDestination in org.jboss.mq.server
 class JMSQueue
          This class is a message queue which is stored (hashed by Destination) on the JMS provider
 class JMSTopic
          This class is a message queue which is stored (hashed by Destination) on the JMS provider
 

Methods in org.jboss.mq.server that return JMSDestination
 JMSDestination JMSDestinationManager.getJMSDestination(SpyDestination dest)
          Gets the JMSDestination attribute of the JMSServer object
protected  JMSDestination JMSDestinationManager.getPossiblyClosingJMSDestination(SpyDestination dest)
          Gets the JMSDestination attribute of the JMSServer object which might be being closed
 

Methods in org.jboss.mq.server with parameters of type JMSDestination
 void JMSDestinationManager.addDestination(JMSDestination destination)
          Adds a feature to the Destination attribute of the JMSServer object
protected  void JMSDestinationManager.deleteTemporaryDestination(ConnectionToken dc, JMSDestination destination)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.