Kodo 4.2.0. generated on July 28 2008

kodo.datacache
Class KodoConcurrentQueryCache

java.lang.Object
  extended by org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
      extended by org.apache.openjpa.datacache.AbstractQueryCache
          extended by org.apache.openjpa.datacache.ConcurrentQueryCache
              extended by kodo.datacache.KodoConcurrentQueryCache
All Implemented Interfaces:
Serializable, QueryCache, TypesChangedListener, RemoteCommitListener, Configurable, Closeable, EventManager

public class KodoConcurrentQueryCache
extends ConcurrentQueryCache

Extended concurrent query cache for Kodo product.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.openjpa.datacache.AbstractQueryCache
conf, log
 
Fields inherited from class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
_listeners
 
Constructor Summary
KodoConcurrentQueryCache()
           
 
Method Summary
protected  CacheMap newCacheMap()
           
 
Methods inherited from class org.apache.openjpa.datacache.ConcurrentQueryCache
clearInternal, getCacheMap, getCacheSize, getInternal, getSoftReferenceSize, initialize, keySet, pinInternal, putInternal, removeInternal, setCacheSize, setSoftReferenceSize, unpinInternal, writeLock, writeUnlock
 
Methods inherited from class org.apache.openjpa.datacache.AbstractQueryCache
addTypesChangedListener, afterCommit, clear, close, close, endConfiguration, fireEvent, get, isClosed, newListenerCollection, onTypesChanged, pin, put, remove, removeAllInternal, removeTypesChangedListener, setConfiguration, startConfiguration, unpin
 
Methods inherited from class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
addListener, fireEvent, getListeners, hasListener, hasListeners, isFailFast, removeListener, setFailFast
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.openjpa.event.RemoteCommitListener
afterCommit, close
 

Constructor Detail

KodoConcurrentQueryCache

public KodoConcurrentQueryCache()
Method Detail

newCacheMap

protected CacheMap newCacheMap()
Overrides:
newCacheMap in class ConcurrentQueryCache

Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.