|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InboundInvocationHandler | |
---|---|
org.infinispan.remoting | Remote communication between cache instances. |
org.infinispan.remoting.transport | Transports handle the low-level networking, used by the remoting components. |
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 |
---|
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 |
---|
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(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)
|
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |