ehcache

net.sf.ehcache.exceptionhandler
Class CacheExceptionHandlerFactory

java.lang.Object
  extended by net.sf.ehcache.exceptionhandler.CacheExceptionHandlerFactory

public abstract class CacheExceptionHandlerFactory
extends Object

An abstract factory for creating CacheExceptionHandlers at configuration time, in ehcache.xml.

Extend to create a concrete factory

Version:
$Id: CacheExceptionHandlerFactory.java 2154 2010-04-06 02:45:52Z cdennis $
Author:
Greg Luck

Constructor Summary
CacheExceptionHandlerFactory()
           
 
Method Summary
abstract  CacheExceptionHandler createExceptionHandler(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

CacheExceptionHandlerFactory

public CacheExceptionHandlerFactory()
Method Detail

createExceptionHandler

public abstract CacheExceptionHandler createExceptionHandler(Properties properties)
Create an CacheExceptionHandler

Parameters:
properties - implementation specific properties. These are configured as comma separated name value pairs in ehcache.xml
Returns:
a constructed CacheExceptionHandler

ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.