Uses of Interface
org.infinispan.remoting.inboundhandler.InboundInvocationHandler
-
Packages that use InboundInvocationHandler Package Description org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups. -
-
Uses of InboundInvocationHandler in org.infinispan.remoting.inboundhandler
Classes in org.infinispan.remoting.inboundhandler that implement InboundInvocationHandler Modifier and Type Class Description class
GlobalInboundInvocationHandler
InboundInvocationHandler
implementation that handles all theReplicableCommand
. -
Uses of InboundInvocationHandler in org.infinispan.remoting.transport.jgroups
Fields in org.infinispan.remoting.transport.jgroups declared as InboundInvocationHandler Modifier and Type Field Description protected InboundInvocationHandler
JGroupsTransport. invocationHandler
-