|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.cache.jboss.JBossCacheFactory
public class JBossCacheFactory
Constructor Summary | |
---|---|
JBossCacheFactory(java.lang.String name,
java.lang.Object cm)
|
Method Summary | |
---|---|
void |
destroy()
Destroy the cache factory and any caches underneath. |
Cache |
get(java.lang.String location,
CacheConfiguration config)
Create / Get the cache for the give type use |
boolean |
isReplicated()
Return true if replicated caches are created by this factory |
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JBossCacheFactory(java.lang.String name, java.lang.Object cm) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public Cache get(java.lang.String location, CacheConfiguration config)
get
in interface CacheFactory
config
- configuration setup for the cache
public void destroy()
CacheFactory
destroy
in interface CacheFactory
public void stop()
public boolean isReplicated()
CacheFactory
isReplicated
in interface CacheFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |