|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.exceptionhandler.CacheExceptionHandlerFactory
public abstract class CacheExceptionHandlerFactory
An abstract factory for creating CacheExceptionHandler
s at configuration time, in ehcache.xml.
Constructor Summary | |
---|---|
CacheExceptionHandlerFactory()
|
Method Summary | |
---|---|
abstract CacheExceptionHandler |
createExceptionHandler(java.util.Properties properties)
Create an CacheExceptionHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheExceptionHandlerFactory()
Method Detail |
---|
public abstract CacheExceptionHandler createExceptionHandler(java.util.Properties properties)
CacheExceptionHandler
properties
- implementation specific properties. These are configured as comma
separated name value pairs in ehcache.xml
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |