org.terracotta.modules.ehcache.store.nonstop
Class NonStopSubTypeProxyUtil
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonStopSubTypeProxyUtil
public NonStopSubTypeProxyUtil()
newNonStopSubTypeProxy
public static <E> E newNonStopSubTypeProxy(Class<E> klazz,
E delegate)
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.