Uses of Interface
org.infinispan.remoting.InboundInvocationHandler

Packages that use InboundInvocationHandler
org.infinispan.remoting   
org.infinispan.remoting.transport   
org.infinispan.remoting.transport.jgroups   
 

Uses of InboundInvocationHandler in org.infinispan.remoting
 

Classes in org.infinispan.remoting that implement InboundInvocationHandler
 class InboundInvocationHandlerImpl
          Sets the cache interceptor chain on an RPCCommand before calling it to perform
 

Methods in org.infinispan.remoting with parameters of type InboundInvocationHandler
 void RpcManagerImpl.injectDependencies(GlobalConfiguration globalConfiguration, Transport t, InboundInvocationHandler handler, Marshaller marshaller, ExecutorService e, CacheManagerNotifier notifier)
           
 

Uses of InboundInvocationHandler in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport with parameters of type InboundInvocationHandler
 void Transport.initialize(GlobalConfiguration c, Properties p, Marshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler handler, CacheManagerNotifier notifier, long distributedSyncTimeout)
          Initializes the transport with global cache configuration and transport-specific properties.
 

Uses of InboundInvocationHandler in org.infinispan.remoting.transport.jgroups
 

Methods in org.infinispan.remoting.transport.jgroups with parameters of type InboundInvocationHandler
 void JGroupsTransport.initialize(GlobalConfiguration c, Properties p, Marshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler inboundInvocationHandler, CacheManagerNotifier notifier, long distributedSyncTimeout)
           
 

Constructors in org.infinispan.remoting.transport.jgroups with parameters of type InboundInvocationHandler
CommandAwareRpcDispatcher(org.jgroups.Channel channel, JGroupsTransport transport, ExecutorService asyncExecutor, InboundInvocationHandler inboundInvocationHandler, DistributedSync distributedSync, long distributedSyncTimeout)
           
 



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