org.gcube.informationsystem.cache
Interface ISCacheRegistryMBean

All Known Implementing Classes:
ISCacheRegistry

public interface ISCacheRegistryMBean

Author:
paul

Method Summary
 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
 

Method Detail

addManager

boolean addManager(java.lang.String scope)
                   throws java.lang.Exception
Add new Cache manager for the given scope

Parameters:
scope - scope
Returns:
true if the manager does not already exist
Throws:
java.lang.Exception - in case of error

delManager

boolean delManager(java.lang.String scope)
                   throws java.lang.Exception
Delete the Cache manager for the given scope

Parameters:
scope - scope
Returns:
true if the manager existed
Throws:
java.lang.Exception - in case of error