|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.cache.MobicentsCache
public class MobicentsCache
The container's HA and FT data source.
| Constructor Summary | |
|---|---|
MobicentsCache(org.jboss.cache.Cache cache)
|
|
MobicentsCache(org.jboss.cache.CacheManager haCacheManager,
String cacheName,
boolean managedCache)
|
|
MobicentsCache(org.jboss.cache.config.Configuration cacheConfiguration)
|
|
MobicentsCache(String cacheConfigurationLocation)
|
|
| Method Summary | |
|---|---|
String |
getCacheContent()
Retrieves the cache content as a string. |
org.jboss.cache.Cache |
getJBossCache()
|
boolean |
isLocalMode()
Indicates if the cache is not in a cluster environment. |
void |
setReplicationClassLoader(ClassLoader classLoader)
Sets the class loader to be used on serialization operations, for all data stored. |
void |
setReplicationClassLoader(org.jboss.cache.Fqn regionFqn,
ClassLoader classLoader)
Sets the class loader to be used on serialization operations, for data stored in the specified fqn and child nodes. |
void |
startCache()
|
void |
stopCache()
|
void |
unsetReplicationClassLoader(ClassLoader classLoader)
Unsets the class loader to be used on serialization operations, for all data stored. |
void |
unsetReplicationClassLoader(org.jboss.cache.Fqn regionFqn,
ClassLoader classLoader)
Unsets the class loader to be used on serialization operations, for data stored in the specified fqn and child nodes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MobicentsCache(org.jboss.cache.config.Configuration cacheConfiguration)
public MobicentsCache(String cacheConfigurationLocation)
public MobicentsCache(org.jboss.cache.CacheManager haCacheManager,
String cacheName,
boolean managedCache)
throws Exception
Exceptionpublic MobicentsCache(org.jboss.cache.Cache cache)
| Method Detail |
|---|
public void startCache()
public org.jboss.cache.Cache getJBossCache()
public void stopCache()
public boolean isLocalMode()
public void setReplicationClassLoader(org.jboss.cache.Fqn regionFqn,
ClassLoader classLoader)
regionFqn - classLoader - public void setReplicationClassLoader(ClassLoader classLoader)
classLoader -
public void unsetReplicationClassLoader(org.jboss.cache.Fqn regionFqn,
ClassLoader classLoader)
regionFqn - classLoader - public void unsetReplicationClassLoader(ClassLoader classLoader)
classLoader - public String getCacheContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||