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,
EmbeddedCacheManager embeddedCacheManager,
Transport transport,
GlobalConfiguration globalConfiguration,
CacheViewsManager cacheViewsManager) |
public void inject(GlobalComponentRegistry gcr, EmbeddedCacheManager embeddedCacheManager, Transport transport, GlobalConfiguration globalConfiguration, CacheViewsManager cacheViewsManager)
public Response handle(CacheRpcCommand cmd, Address origin) throws Throwable
InboundInvocationHandlerhandle in interface InboundInvocationHandlercmd - command to invokeThrowable - in the event of problems executing the commandCopyright © 2012 JBoss by Red Hat. All Rights Reserved.