|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheManagerService
An interface for service implementations providing operations on CacheManager objects.
| Method Summary | |
|---|---|
Collection<QueryResultsEntity> |
executeQuery(String cacheManagerName,
String queryString)
Execute query against cache manager and returns results array |
void |
updateCacheManager(String cacheManagerName,
CacheManagerEntity resource)
Update a cache manager represented by the submitted entity. |
| Method Detail |
|---|
void updateCacheManager(String cacheManagerName,
CacheManagerEntity resource)
throws org.terracotta.management.ServiceExecutionException
cacheManagerName - the name of the CacheManager to be updatedresource - the representation of the resource informing this update
org.terracotta.management.ServiceExecutionException - if the update fails
Collection<QueryResultsEntity> executeQuery(String cacheManagerName,
String queryString)
throws org.terracotta.management.ServiceExecutionException
queryString -
org.terracotta.management.ServiceExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||