| 
 | ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.config.CopyStrategyConfiguration
public class CopyStrategyConfiguration
| Constructor Summary | |
|---|---|
| CopyStrategyConfiguration() | |
| Method Summary | |
|---|---|
| protected  CopyStrategyConfiguration | copy()Make copy of this configuration | 
|  boolean | equals(Object obj) | 
|  String | getClassName()Returns the fully qualified class name for the CopyStrategy to use | 
|  ReadWriteCopyStrategy<Element> | getCopyStrategyInstance()Get (and potentially) instantiate the instance | 
|  int | hashCode() | 
|  void | setClass(String className)Sets the fully qualified class name for the CopyStrategy to use | 
|  void | setCopyStrategyInstance(ReadWriteCopyStrategy<Element> copyStrategy)Sets the CopyStrategy instance to use | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CopyStrategyConfiguration()
| Method Detail | 
|---|
public String getClassName()
public void setClass(String className)
className - FQCNpublic void setCopyStrategyInstance(ReadWriteCopyStrategy<Element> copyStrategy)
copyStrategy - the copy strategypublic ReadWriteCopyStrategy<Element> getCopyStrategyInstance()
protected CopyStrategyConfiguration copy()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object| 
 | ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||