|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
void |
applyState(String cacheName,
InputStream i)
Applies state onto a named cache. |
void |
generateState(String cacheName,
OutputStream o)
Generates state from a named cache. |
Response |
handle(CacheRpcCommand command)
Invokes a command on the cache, from a remote source. |
Method Detail |
---|
Response handle(CacheRpcCommand command) throws Throwable
command
- command to invoke
Throwable
- in the event of problems executing the commandvoid applyState(String cacheName, InputStream i) throws StateTransferException
cacheName
- name of cache to apply statei
- stream to read from
StateTransferException
- in the event of problemsvoid generateState(String cacheName, OutputStream o) throws StateTransferException
cacheName
- name of cache from which to generate stateo
- stream to write state to
StateTransferException
- in the event of problems
|
Google Analytics | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |