public interface ISCacheRegistryMBean
Modifier and Type | Method and Description |
---|---|
boolean |
addManager(java.lang.String scope)
Add new Cache manager for the given scope
|
boolean |
delManager(java.lang.String scope)
Delete the Cache manager for the given scope
|
boolean addManager(java.lang.String scope) throws java.lang.Exception
scope
- scopejava.lang.Exception
- in case of errorboolean delManager(java.lang.String scope) throws java.lang.Exception
scope
- scopejava.lang.Exception
- in case of error