org.teiid.cache.jboss
Class ClusterableCacheFactory

java.lang.Object
  extended by org.teiid.cache.jboss.ClusterableCacheFactory
All Implemented Interfaces:
java.io.Serializable, CacheFactory

public class ClusterableCacheFactory
extends java.lang.Object
implements CacheFactory, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterableCacheFactory()
           
 
Method Summary
 void destroy()
           
<K,V> Cache<K,V>
get(Cache.Type type, CacheConfiguration config)
           
 void setClusteredCacheName(java.lang.String name)
           
 void setEnabled(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterableCacheFactory

public ClusterableCacheFactory()
Method Detail

get

public <K,V> Cache<K,V> get(Cache.Type type,
                            CacheConfiguration config)
Specified by:
get in interface CacheFactory

setClusteredCacheName

public void setClusteredCacheName(java.lang.String name)

destroy

public void destroy()
Specified by:
destroy in interface CacheFactory

setEnabled

public void setEnabled(boolean value)


Copyright © 2010. All Rights Reserved.