org.apache.openjpa.writebehind
Class AbstractWriteBehindCache

java.lang.Object
  extended by org.apache.openjpa.writebehind.AbstractWriteBehindCache
All Implemented Interfaces:
WriteBehindCache
Direct Known Subclasses:
SimpleWriteBehindCache

public abstract class AbstractWriteBehindCache
extends Object
implements WriteBehindCache


Constructor Summary
AbstractWriteBehindCache()
           
 
Method Summary
 String getName()
          Returns a string name that can be used by end-user-visible code to identify this cache.
 void setName(String name)
          Sets a string name to be used to identify this cache to end-user needs.
 
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.writebehind.WriteBehindCache
add, clear, contains, getKey, getSize, getStateManagers, initialize, isEmpty
 

Constructor Detail

AbstractWriteBehindCache

public AbstractWriteBehindCache()
Method Detail

getName

public String getName()
Description copied from interface: WriteBehindCache
Returns a string name that can be used by end-user-visible code to identify this cache.

Specified by:
getName in interface WriteBehindCache

setName

public void setName(String name)
Description copied from interface: WriteBehindCache
Sets a string name to be used to identify this cache to end-user needs.

Specified by:
setName in interface WriteBehindCache


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.