org.shiftone.cache.decorator.jmx
Class JmxCacheFactory

java.lang.Object
  extended byorg.shiftone.cache.util.AbstractDecoratorCacheFactory
      extended byorg.shiftone.cache.decorator.jmx.JmxCacheFactory
All Implemented Interfaces:
CacheFactory

public class JmxCacheFactory
extends AbstractDecoratorCacheFactory


Constructor Summary
JmxCacheFactory()
           
 
Method Summary
 java.lang.String toString()
           
protected  Cache wrapDelegate(java.lang.String cacheName, Cache delegateCache)
           
 
Methods inherited from class org.shiftone.cache.util.AbstractDecoratorCacheFactory
getDelegate, newInstance, setDelegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JmxCacheFactory

public JmxCacheFactory()
Method Detail

wrapDelegate

protected Cache wrapDelegate(java.lang.String cacheName,
                             Cache delegateCache)
                      throws CacheException
Specified by:
wrapDelegate in class AbstractDecoratorCacheFactory
Throws:
CacheException

toString

public java.lang.String toString()
Overrides:
toString in class AbstractDecoratorCacheFactory