|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRemoteCacheDispatcher
In the future, this can be used as a generic dispatcher abstraction.
At the time of creation, only the http remote cache uses it. The RMI remote could be converted to use it as well.
| Method Summary | ||
|---|---|---|
|
dispatchRequest(RemoteCacheRequest<K,V> remoteCacheRequest)
All requests will go through this method. |
|
| Method Detail |
|---|
<K extends Serializable,V extends Serializable,T> RemoteCacheResponse<T> dispatchRequest(RemoteCacheRequest<K,V> remoteCacheRequest)
throws IOException
remoteCacheRequest -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||