站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 messaging API Documentation 英文版文档

Uses of Class org.jboss.mq.server.JMSDestination (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


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

Packages that use JMSDestination
org.jboss.mq.pm   
org.jboss.mq.pm.file   
org.jboss.mq.pm.jdbc2   
org.jboss.mq.pm.jdbc3   
org.jboss.mq.pm.none   
org.jboss.mq.pm.rollinglogged   
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.restoreQueue(JMSDestination jmsDest, SpyDestination dest)
          Restore a queue.
 void PersistenceManager.closeQueue(JMSDestination jmsDest, SpyDestination dest)
          Close a queue
 

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

Methods in org.jboss.mq.pm.file with parameters of type JMSDestination
 void PersistenceManager.restoreDestination(JMSDestination jmsDest)
          The restoreDestination method is called by a queue or topic on startup.
 void PersistenceManager.restoreQueue(JMSDestination jmsDest, SpyDestination dest)
          The restoreQueue method restores the messages for a SpyDestination to its queue by sending them to the associated JMSDestination.
 void PersistenceManager.closeQueue(JMSDestination jmsDest, SpyDestination dest)
           
 

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

Methods in org.jboss.mq.pm.jdbc2 with parameters of type JMSDestination
 void PersistenceManager.restoreQueue(JMSDestination jmsDest, SpyDestination dest)
           
 void PersistenceManager.closeQueue(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.restoreQueue(JMSDestination jmsDest, SpyDestination dest)
           
 void PersistenceManager.closeQueue(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.pm.rollinglogged
 

Methods in org.jboss.mq.pm.rollinglogged with parameters of type JMSDestination
 void PersistenceManager.restoreDestination(JMSDestination jmsDest)
           
 void PersistenceManager.restoreQueue(JMSDestination jmsDest, SpyDestination dest)
           
 void PersistenceManager.closeQueue(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
protected  void JMSDestinationManager.deleteTemporaryDestination(ConnectionToken dc, JMSDestination destination)
           
 void JMSDestinationManager.addDestination(JMSDestination destination)
          Adds a feature to the Destination attribute of the JMSServer object
 



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