public class RemoteCacheServiceAdaptor
extends java.lang.Object
This is essentially an adaptor on top of the service.
Modifier | Constructor and Description |
---|---|
protected |
RemoteCacheServiceAdaptor()
This is for testing without the factory.
|
|
RemoteCacheServiceAdaptor(CompositeCacheManager cacheManager)
Create a process with a cache manager.
|
Modifier and Type | Method and Description |
---|---|
IRemoteCacheService |
getRemoteCacheService() |
RemoteCacheResponse |
processRequest(RemoteCacheRequest request)
Processes the request.
|
void |
setRemoteCacheService(IRemoteCacheService remoteHttpCacheService) |
protected RemoteCacheServiceAdaptor()
public RemoteCacheServiceAdaptor(CompositeCacheManager cacheManager)
cacheManager
- public RemoteCacheResponse processRequest(RemoteCacheRequest request)
request
- public void setRemoteCacheService(IRemoteCacheService remoteHttpCacheService)
remoteHttpCacheService
- the remoteHttpCacheService to setpublic IRemoteCacheService getRemoteCacheService()
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.