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
InboundInvocationHandlerhandle in interface InboundInvocationHandlercmd - 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 © 2013 JBoss, a division of Red Hat. All rights reserved.