org.apache.openjpa.writebehind
Class AbstractWriteBehindCache
java.lang.Object
org.apache.openjpa.writebehind.AbstractWriteBehindCache
- All Implemented Interfaces:
- WriteBehindCache
- Direct Known Subclasses:
- SimpleWriteBehindCache
public abstract class AbstractWriteBehindCache
- extends Object
- implements WriteBehindCache
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 |
AbstractWriteBehindCache
public AbstractWriteBehindCache()
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.