|
Kodo 4.1.0 generated on October 9 2006 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkodo.datacache.KodoDataCacheManager
public class KodoDataCacheManager
Kodo extensions to the data cache manager
| Constructor Summary | |
|---|---|
KodoDataCacheManager()
|
|
| Method Summary | |
|---|---|
void |
close()
|
org.apache.openjpa.datacache.DataCache |
getDataCache(String name)
|
org.apache.openjpa.datacache.DataCache |
getDataCache(String name,
boolean create)
|
String[] |
getDataCacheNames()
Return a list of the names of all datacaches created so far. |
org.apache.openjpa.datacache.DataCacheScheduler |
getDataCacheScheduler()
|
org.apache.openjpa.datacache.DataCache |
getDefaultDataCache()
Return the default cache. |
org.apache.openjpa.datacache.DataCachePCDataGenerator |
getPCDataGenerator()
|
org.apache.openjpa.datacache.DataCache |
getSystemDataCache()
|
org.apache.openjpa.datacache.QueryCache |
getSystemQueryCache()
|
void |
initialize(org.apache.openjpa.conf.OpenJPAConfiguration conf,
org.apache.openjpa.lib.conf.ObjectValue dataCache,
org.apache.openjpa.lib.conf.ObjectValue queryCache)
|
int |
size()
Return the number of caches currently in the system |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KodoDataCacheManager()
| Method Detail |
|---|
public void initialize(org.apache.openjpa.conf.OpenJPAConfiguration conf,
org.apache.openjpa.lib.conf.ObjectValue dataCache,
org.apache.openjpa.lib.conf.ObjectValue queryCache)
initialize in interface org.apache.openjpa.datacache.DataCacheManagerpublic int size()
public String[] getDataCacheNames()
public org.apache.openjpa.datacache.DataCache getDefaultDataCache()
public org.apache.openjpa.datacache.DataCache getSystemDataCache()
getSystemDataCache in interface org.apache.openjpa.datacache.DataCacheManagerpublic org.apache.openjpa.datacache.DataCache getDataCache(String name)
getDataCache in interface org.apache.openjpa.datacache.DataCacheManager
public org.apache.openjpa.datacache.DataCache getDataCache(String name,
boolean create)
getDataCache in interface org.apache.openjpa.datacache.DataCacheManagerpublic org.apache.openjpa.datacache.QueryCache getSystemQueryCache()
getSystemQueryCache in interface org.apache.openjpa.datacache.DataCacheManagerpublic org.apache.openjpa.datacache.DataCachePCDataGenerator getPCDataGenerator()
getPCDataGenerator in interface org.apache.openjpa.datacache.DataCacheManagerpublic org.apache.openjpa.datacache.DataCacheScheduler getDataCacheScheduler()
getDataCacheScheduler in interface org.apache.openjpa.datacache.DataCacheManagerpublic void close()
close in interface org.apache.openjpa.datacache.DataCacheManager
|
Kodo 4.1.0 generated on October 9 2006 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||