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

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

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

Constructor parameters in org.jboss.messaging.core.remoting.impl with type arguments of type Interceptor
RemotingConnectionImpl(Connection transportConnection, java.util.List<Interceptor> interceptors, boolean active)
           
RemotingConnectionImpl(Connection transportConnection, long blockingCallTimeout, java.util.List<Interceptor> interceptors)
           
 

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

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

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

Methods in org.jboss.messaging.core.remoting.server.impl with parameters of type Interceptor
 void RemotingServiceImpl.addInterceptor(Interceptor interceptor)
           
 boolean RemotingServiceImpl.removeInterceptor(Interceptor interceptor)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.