public class InboundInvocationHandlerImpl extends Object implements InboundInvocationHandler
Constructor and Description |
---|
InboundInvocationHandlerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
handle(CacheRpcCommand cmd,
Address origin,
org.jgroups.blocks.Response response,
boolean preserveOrder)
Invokes a command on the cache, from a remote source.
|
void |
inject(GlobalComponentRegistry gcr,
Transport transport,
BlockingTaskAwareExecutorService remoteCommandsExecutor,
BlockingTaskAwareExecutorService totalOrderExecutorService,
CancellationService cancelService) |
public void inject(GlobalComponentRegistry gcr, Transport transport, BlockingTaskAwareExecutorService remoteCommandsExecutor, BlockingTaskAwareExecutorService totalOrderExecutorService, CancellationService cancelService)
public void handle(CacheRpcCommand cmd, Address origin, org.jgroups.blocks.Response response, boolean preserveOrder) throws Throwable
InboundInvocationHandler
handle
in interface InboundInvocationHandler
cmd
- command to invokeresponse
- the asynchronous request reference from org.infinispan.remoting.transport.Transport
.
A null
value means that the request does not expect a return value.Throwable
- in the event of problems executing the commandCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.