Uses of Interface
org.jboss.messaging.core.remoting.Interceptor

Packages that use Interceptor
org.jboss.messaging.core.remoting   
org.jboss.messaging.core.remoting.impl   
org.jboss.messaging.core.remoting.impl.mina   
 

Uses of Interceptor in org.jboss.messaging.core.remoting
 

Methods in org.jboss.messaging.core.remoting with parameters of type Interceptor
 void RemotingService.addInterceptor(Interceptor interceptor)
           
 void RemotingService.removeInterceptor(Interceptor interceptor)
           
 

Uses of Interceptor in org.jboss.messaging.core.remoting.impl
 

Fields in org.jboss.messaging.core.remoting.impl with type parameters of type Interceptor
 java.util.List<Interceptor> PacketDispatcherImpl.filters
           
 

Constructor parameters in org.jboss.messaging.core.remoting.impl with type arguments of type Interceptor
PacketDispatcherImpl(java.util.List<Interceptor> filters)
           
 

Uses of Interceptor in org.jboss.messaging.core.remoting.impl.mina
 

Methods in org.jboss.messaging.core.remoting.impl.mina with parameters of type Interceptor
 void MinaService.addInterceptor(Interceptor filter)
           
 void MinaService.removeInterceptor(Interceptor filter)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.