Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.remoting.InboundInvocationHandler

Packages that use InboundInvocationHandler
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.transport.jgroups A transport implementation based on 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
 

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

Fields in org.infinispan.remoting.transport.jgroups declared as InboundInvocationHandler
protected  InboundInvocationHandler JGroupsTransport.inboundInvocationHandler
           
 

Methods in org.infinispan.remoting.transport.jgroups with parameters of type InboundInvocationHandler
 void JGroupsTransport.initialize(StreamingMarshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler inboundInvocationHandler, CacheManagerNotifier notifier, GlobalComponentRegistry gcr, BackupReceiverRepository backupReceiverRepository)
          Initializes the transport with global cache configuration and transport-specific properties.
 

Constructors in org.infinispan.remoting.transport.jgroups with parameters of type InboundInvocationHandler
CommandAwareRpcDispatcher(org.jgroups.Channel channel, JGroupsTransport transport, ExecutorService asyncExecutor, InboundInvocationHandler inboundInvocationHandler, GlobalComponentRegistry gcr, BackupReceiverRepository backupReceiverRepository)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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