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

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


Uses of Interface
org.jboss.mq.server.JMSServerInterceptor

Packages that use JMSServerInterceptor
org.jboss.mq.security   
org.jboss.mq.server   
org.jboss.mq.server.jmx   
org.jboss.mq.test   
 

Uses of JMSServerInterceptor in org.jboss.mq.security
 

Classes in org.jboss.mq.security that implement JMSServerInterceptor
 class ServerSecurityInterceptor
          ServerSecurityInvoker.java
 

Methods in org.jboss.mq.security that return JMSServerInterceptor
 JMSServerInterceptor SecurityManager.getInvoker()
           
 JMSServerInterceptor SecurityManager.getInterceptor()
           
 

Uses of JMSServerInterceptor in org.jboss.mq.server
 

Classes in org.jboss.mq.server that implement JMSServerInterceptor
 class ClientMonitorInterceptor
          A pass through Interceptor, which keeps track of when a client was last active.
 class ClientReconnectInterceptor
          The JMS spec does not let a second client with the same clientID connect to the server.
 class JMSDestinationManager
          This class implements the JMS provider
 class JMSServerInterceptorSupport
          A pass through JMSServerInvoker.
 class NonPersistentInterceptor
          Makes all messages Non Persistent
 class TracingInterceptor
          A pass through Interceptor, wich will trace all calls.
 

Fields in org.jboss.mq.server declared as JMSServerInterceptor
protected  JMSServerInterceptor JMSServerInvoker.nextInterceptor
          Next invoker in chain.
protected  JMSServerInterceptor JMSServerInterceptorSupport.nextInterceptor
          Next invoker in chain.
 

Methods in org.jboss.mq.server that return JMSServerInterceptor
 JMSServerInterceptor JMSServerInvoker.getNext()
           
 JMSServerInterceptor JMSServerInterceptorSupport.getNext()
           
 JMSServerInterceptor JMSServerInterceptor.getNext()
          Get next invoker in chain to be called.
 

Methods in org.jboss.mq.server with parameters of type JMSServerInterceptor
 void JMSServerInvoker.setNext(JMSServerInterceptor server)
          Set next invoker in chain to be called.
 void JMSServerInterceptorSupport.setNext(JMSServerInterceptor server)
          Set next invoker in chain to be called.
 void JMSServerInterceptor.setNext(JMSServerInterceptor server)
          Set next Interceptor in chain to be called.
 

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

Methods in org.jboss.mq.server.jmx that return JMSServerInterceptor
 JMSServerInterceptor InterceptorMBean.getInterceptor()
           
 JMSServerInterceptor InterceptorLoader.getInterceptor()
          Gets the JMSServer attribute of the JBossMQService object, here we wrap the server in the invoker loaded.
 JMSServerInterceptor DestinationManager.getInterceptor()
           
 JMSServerInterceptor ClientMonitorInterceptor.getInterceptor()
           
 

Uses of JMSServerInterceptor in org.jboss.mq.test
 

Methods in org.jboss.mq.test that return JMSServerInterceptor
 JMSServerInterceptor LogInterceptor.getInterceptor()
           
 



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