|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMSServerInterceptor | |
org.jboss.mq.security | |
org.jboss.mq.server | |
org.jboss.mq.server.jmx |
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()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |