Uses of Interface
org.hornetq.api.core.Interceptor

Packages that use Interceptor
org.hornetq.api.core.client Core Client Messaging API. 
org.hornetq.spi.core.protocol   
 

Uses of Interceptor in org.hornetq.api.core.client
 

Methods in org.hornetq.api.core.client with parameters of type Interceptor
 void ServerLocator.addInterceptor(Interceptor interceptor)
          Adds an interceptor which will be executed after packets are received from the server.
 boolean ServerLocator.removeInterceptor(Interceptor interceptor)
          Removes an interceptor.
 

Uses of Interceptor in org.hornetq.spi.core.protocol
 

Method parameters in org.hornetq.spi.core.protocol with type arguments of type Interceptor
 ProtocolManager ProtocolManagerFactory.createProtocolManager(org.hornetq.core.server.HornetQServer server, List<Interceptor> interceptors)
           
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.