org.terracotta.modules.ehcache.store.nonstop
Class NonStopSubTypeProxyUtil

java.lang.Object
  extended by org.terracotta.modules.ehcache.store.nonstop.NonStopSubTypeProxyUtil

public class NonStopSubTypeProxyUtil
extends Object

Utility to create a Proxy for Subtypes to catch NonStopException and translate that to NonStopCacheException.


Constructor Summary
NonStopSubTypeProxyUtil()
           
 
Method Summary
static
<E> E
newNonStopSubTypeProxy(Class<E> klazz, E delegate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonStopSubTypeProxyUtil

public NonStopSubTypeProxyUtil()
Method Detail

newNonStopSubTypeProxy

public static <E> E newNonStopSubTypeProxy(Class<E> klazz,
                                           E delegate)


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