org.infinispan.remoting
Interface InboundInvocationHandler
- All Known Implementing Classes:
- InboundInvocationHandlerImpl
public interface InboundInvocationHandler
A globally scoped component, that is able to locate named caches and invoke remotely originating calls on the
appropriate cache. The primary goal of this component is to act as a bridge between the globally scoped RpcManager
and named-cache scoped components.
- Since:
- 4.0
- Author:
- Manik Surtani
handle
Response handle(CacheRpcCommand command,
Address origin)
throws Throwable
- Invokes a command on the cache, from a remote source.
- Parameters:
command
- command to invoke
- Returns:
- results, if any, from the invocation
- Throws:
Throwable
- in the event of problems executing the command
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.