|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InboundInvocationHandler | |
---|---|
org.infinispan.remoting | Remote communication between cache instances. |
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 |
Uses of InboundInvocationHandler in org.infinispan.remoting.transport |
---|
Methods in org.infinispan.remoting.transport with parameters of type InboundInvocationHandler | |
---|---|
void |
Transport.initialize(GlobalConfiguration c,
Marshaller marshaller,
ExecutorService asyncExecutor,
InboundInvocationHandler handler,
CacheManagerNotifier notifier)
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,
Marshaller marshaller,
ExecutorService asyncExecutor,
InboundInvocationHandler inboundInvocationHandler,
CacheManagerNotifier notifier)
|
Constructors in org.infinispan.remoting.transport.jgroups with parameters of type InboundInvocationHandler | |
---|---|
CommandAwareRpcDispatcher(org.jgroups.Channel channel,
JGroupsTransport transport,
ExecutorService asyncExecutor,
InboundInvocationHandler inboundInvocationHandler,
JGroupsDistSync distributedSync,
long distributedSyncTimeout)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |