|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InboundInvocationHandler | |
---|---|
org.infinispan.distribution | Classes relating to the distributed cache mode. |
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.distribution |
---|
Methods in org.infinispan.distribution with parameters of type InboundInvocationHandler | |
---|---|
void |
DistributionManagerImpl.init(Configuration configuration,
RpcManager rpcManager,
CacheManagerNotifier notifier,
CommandsFactory cf,
DataContainer dataContainer,
InterceptorChain interceptorChain,
InvocationContextContainer icc,
CacheLoaderManager cacheLoaderManager,
InboundInvocationHandler inboundInvocationHandler)
|
Constructors in org.infinispan.distribution with parameters of type InboundInvocationHandler | |
---|---|
JoinTask(RpcManager rpcManager,
CommandsFactory commandsFactory,
Configuration conf,
DataContainer dataContainer,
DistributionManagerImpl dmi,
InboundInvocationHandler inboundInvocationHandler)
|
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(StreamingMarshaller 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(StreamingMarshaller 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 |