|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| 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(String sCacheName,
ClassLoader loader)
Ensure a cache for the given name using the corresponding XML configuration. |
Service |
ensureService(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 XmlConfigurablevoid setConfig(XmlElement xmlConfig)
setConfig in interface XmlConfigurablexmlConfig - the configuration XML
NamedCache ensureCache(String sCacheName,
ClassLoader loader)
sCacheName - the cache nameloader - ClassLoader that should be used to deserialize
objects in the cache
Service ensureService(String sServiceName)
sServiceName - the service name
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||