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

Uses of Class org.jboss.mq.SpyDestination (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging API Documentation 英文版文档


Uses of Class
org.jboss.mq.SpyDestination

Packages that use SpyDestination
org.jboss.mq   
org.jboss.mq.il   
org.jboss.mq.il.http   
org.jboss.mq.il.jvm   
org.jboss.mq.il.oil   
org.jboss.mq.il.oil2   
org.jboss.mq.il.rmi   
org.jboss.mq.il.uil2   
org.jboss.mq.il.uil2.msgs   
org.jboss.mq.pm   
org.jboss.mq.pm.jdbc2   
org.jboss.mq.pm.jdbc3   
org.jboss.mq.pm.none   
org.jboss.mq.security   
org.jboss.mq.server   
org.jboss.mq.server.jmx   
 

Uses of SpyDestination in org.jboss.mq
 

Subclasses of SpyDestination in org.jboss.mq
 class SpyQueue
          This class implements javax.jms.Queue
 class SpyTemporaryQueue
          This class implements javax.jms.TemporaryQueue
 class SpyTemporaryTopic
          This class implements javax.jms.TemporaryTopic
 class SpyTopic
          This class implements javax.jms.Topic
 

Fields in org.jboss.mq declared as SpyDestination
 SpyDestination Subscription.destination
          The queue we want to subscribe to.
 

Methods in org.jboss.mq with parameters of type SpyDestination
 void SpySession.deleteTemporaryDestination(SpyDestination dest)
          Delete a temporary destination
 void Connection.asynchDeleteTemporaryDestination(SpyDestination dest)
          Called by a TemporaryDestination which is going to be deleted()
 void Connection.deleteTemporaryDestination(SpyDestination dest)
          Called by a TemporaryDestination which is going to be deleted
 

Uses of SpyDestination in org.jboss.mq.il
 

Methods in org.jboss.mq.il with parameters of type SpyDestination
 void ServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void Invoker.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void ClientIL.deleteTemporaryDestination(SpyDestination dest)
          One TemporaryDestination has been deleted
 

Uses of SpyDestination in org.jboss.mq.il.http
 

Methods in org.jboss.mq.il.http with parameters of type SpyDestination
 void HTTPServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
           
 void HTTPClientIL.deleteTemporaryDestination(SpyDestination dest)
           
 

Uses of SpyDestination in org.jboss.mq.il.jvm
 

Methods in org.jboss.mq.il.jvm with parameters of type SpyDestination
 void JVMServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void JVMClientIL.deleteTemporaryDestination(SpyDestination dest)
          #Description of the Method
 

Uses of SpyDestination in org.jboss.mq.il.oil
 

Methods in org.jboss.mq.il.oil with parameters of type SpyDestination
 void OILServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void OILClientIL.deleteTemporaryDestination(SpyDestination dest)
          #Description of the Method
 

Uses of SpyDestination in org.jboss.mq.il.oil2
 

Methods in org.jboss.mq.il.oil2 with parameters of type SpyDestination
 void OIL2ServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void OIL2ClientIL.deleteTemporaryDestination(SpyDestination dest)
          #Description of the Method
 

Uses of SpyDestination in org.jboss.mq.il.rmi
 

Methods in org.jboss.mq.il.rmi with parameters of type SpyDestination
 void RMIServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void RMIClientILRemote.deleteTemporaryDestination(SpyDestination dest)
          #Description of the Method
 void RMIClientIL.deleteTemporaryDestination(SpyDestination dest)
          #Description of the Method
 

Uses of SpyDestination in org.jboss.mq.il.uil2
 

Methods in org.jboss.mq.il.uil2 with parameters of type SpyDestination
 void UILServerIL.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void UILClientIL.deleteTemporaryDestination(SpyDestination dest)
          #Description of the Method
 

Uses of SpyDestination in org.jboss.mq.il.uil2.msgs
 

Methods in org.jboss.mq.il.uil2.msgs that return SpyDestination
 SpyDestination DeleteTemporaryDestMsg.getDest()
           
 

Constructors in org.jboss.mq.il.uil2.msgs with parameters of type SpyDestination
DeleteTemporaryDestMsg(SpyDestination dest)
           
 

Uses of SpyDestination in org.jboss.mq.pm
 

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

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

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

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

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

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

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

Uses of SpyDestination in org.jboss.mq.security
 

Methods in org.jboss.mq.security with parameters of type SpyDestination
 void ServerSecurityInterceptor.deleteTemporaryDestination(ConnectionToken dc, SpyDestination destination)
           
 void ServerSecurityInterceptor.removeTemporaryDestination(ConnectionToken dc, SpyDestination destination)
          Remove a temporary destination
 

Uses of SpyDestination in org.jboss.mq.server
 

Methods in org.jboss.mq.server that return SpyDestination
 SpyDestination PersistentQueue.getSpyDestination()
           
 SpyDestination JMSDestination.getSpyDestination()
           
 

Methods in org.jboss.mq.server with parameters of type SpyDestination
 void TracingInterceptor.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void JMSServerInvoker.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void JMSServerInterceptorSupport.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void JMSServerInterceptor.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 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
 void JMSDestinationManager.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 void JMSDestinationManager.closeDestination(SpyDestination dest)
          Closed a destination that was opened previously
 void ClientMonitorInterceptor.deleteTemporaryDestination(ConnectionToken dc, SpyDestination dest)
          #Description of the Method
 

Constructors in org.jboss.mq.server with parameters of type SpyDestination
PersistentQueue(JMSDestinationManager server, SpyDestination destination, BasicQueueParameters parameters)
           
JMSTopic(SpyDestination dest, ClientConsumer temporary, JMSDestinationManager server, BasicQueueParameters parameters)
           
JMSQueue(SpyDestination dest, ClientConsumer temporary, JMSDestinationManager server, BasicQueueParameters parameters)
           
ExclusiveQueue(JMSDestinationManager server, SpyDestination destination, Subscription exclusive, BasicQueueParameters parameters)
           
 

Uses of SpyDestination in org.jboss.mq.server.jmx
 

Methods in org.jboss.mq.server.jmx that return SpyDestination
protected  SpyDestination DestinationMBeanSupport.getSpyDest()
           
 



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