public class InboundInvocationHandlerImpl extends Object implements InboundInvocationHandler
Constructor and Description |
---|
InboundInvocationHandlerImpl() |
Modifier and Type | Method and Description |
---|---|
Response |
handle(CacheRpcCommand cmd,
Address origin)
Invokes a command on the cache, from a remote source.
|
void |
inject(GlobalComponentRegistry gcr,
Transport transport,
GlobalConfiguration globalConfiguration,
CancellationService cancelService) |
public void inject(GlobalComponentRegistry gcr, Transport transport, GlobalConfiguration globalConfiguration, CancellationService cancelService)
public Response handle(CacheRpcCommand cmd, Address origin) throws Throwable
InboundInvocationHandler
handle
in interface InboundInvocationHandler
cmd
- command to invokeThrowable
- in the event of problems executing the commandCopyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.