|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurableCacheFactory
An interface for XML driven cache factory.
DefaultConfigurableCacheFactory
Method Summary | |
---|---|
NamedCache |
ensureCache(java.lang.String sCacheName, java.lang.ClassLoader loader) Ensure a cache for the given name using the corresponding XML configuration. |
Service |
ensureService(java.lang.String sServiceName) Ensure a service for the given name using the corresponding XML configuration. |
XmlElement |
getConfig() Obtain the factory configuration XML. |
void |
setConfig(XmlElement xmlConfig) Specify the factory configuration XML. |
Method Detail |
---|
XmlElement getConfig()
getConfig
in interface XmlConfigurable
void setConfig(XmlElement xmlConfig)
setConfig
in interface XmlConfigurable
xmlConfig
- the configuration XMLNamedCache ensureCache(java.lang.String sCacheName, java.lang.ClassLoader loader)
sCacheName
- the cache nameloader
- ClassLoader that should be used to deserialize objects in the cacheService ensureService(java.lang.String sServiceName)
sServiceName
- the service name
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |