Package com.tangosol.coherence.rest
Class PassThroughRootResource
java.lang.Object
com.tangosol.coherence.rest.DefaultRootResource
com.tangosol.coherence.rest.PassThroughRootResource
An alternate
ResourceConfig
implementation that supports pass-through
access to all the caches defined by the cache configuration.- Since:
- 12.2.1
- Author:
- as 2015.09.07
-
Field Summary
Fields inherited from class com.tangosol.coherence.rest.DefaultRootResource
m_config, m_serviceLocator, m_session
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCacheResource
(String sName) Returns a resource representing a single named cache.Methods inherited from class com.tangosol.coherence.rest.DefaultRootResource
instantiateCacheResource, instantiateCacheResourceInternal
-
Constructor Details
-
PassThroughRootResource
public PassThroughRootResource()
-
-
Method Details
-
getCacheResource
Returns a resource representing a single named cache.- Overrides:
getCacheResource
in classDefaultRootResource
- Parameters:
sName
- resource name- Returns:
- resource representing a single named cache
-