|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.informationsystem.cache.ISCacheRegistry
public class ISCacheRegistry
Constructor Summary | |
---|---|
ISCacheRegistry()
|
Method Summary | |
---|---|
boolean |
addManager(java.lang.String scope)
Add new Cache manager for the given scope |
boolean |
delManager(GCUBEScope scope)
Delete the Cache manager for the given scope |
boolean |
delManager(java.lang.String scope)
Delete the Cache manager for the given scope |
ISCacheManager |
getManager(java.lang.String scope)
Get ISCacheManager instance for the given scope |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ISCacheRegistry()
Method Detail |
---|
public boolean addManager(java.lang.String scope) throws java.lang.Exception
addManager
in interface ISCacheRegistryMBean
scope
- scope
java.lang.Exception
- in case of errororg.gcube.informationsystem.cache.ISCacheRegistryMBean#addManager(org.gcube.common.core.scope.GCUBEScope)
public ISCacheManager getManager(java.lang.String scope) throws java.lang.Exception
ISCacheManager
instance for the given scope
scope
- scope
ISCacheManager
instance for the given scope
java.lang.Exception
- in case of errororg.gcube.informationsystem.cache.ISCacheRegistryMBean#delManager(org.gcube.common.core.scope.GCUBEScope)
public boolean delManager(java.lang.String scope) throws java.lang.Exception
delManager
in interface ISCacheRegistryMBean
scope
- scope
java.lang.Exception
- in case of errorpublic boolean delManager(GCUBEScope scope) throws java.lang.Exception
delManager
in interface ISCacheRegistryMBean
scope
- scope
java.lang.Exception
- in case of error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |