Uses of Class
net.sf.ehcache.management.resource.CacheManagerEntity

Packages that use CacheManagerEntity
net.sf.ehcache.management.resource.services   
net.sf.ehcache.management.service   
 

Uses of CacheManagerEntity in net.sf.ehcache.management.resource.services
 

Methods in net.sf.ehcache.management.resource.services that return types with arguments of type CacheManagerEntity
 Collection<CacheManagerEntity> CacheManagersResourceServiceImpl.getCacheManagers(javax.ws.rs.core.UriInfo info)
           Get a Collection of CacheManagerEntity objects representing the cache manager information provided by the associated monitorable entity's agent given the request path.
 

Methods in net.sf.ehcache.management.resource.services with parameters of type CacheManagerEntity
 void CacheManagersResourceServiceImpl.updateCacheManager(javax.ws.rs.core.UriInfo info, CacheManagerEntity resource)
          Update a cache manager with the name specified in the request path, for a specific agent.
 

Uses of CacheManagerEntity in net.sf.ehcache.management.service
 

Methods in net.sf.ehcache.management.service that return types with arguments of type CacheManagerEntity
 Collection<CacheManagerEntity> EntityResourceFactory.createCacheManagerEntities(Set<String> cacheManagerNames, Set<String> attributes)
          A factory method for CacheManagerEntity objects.
 

Methods in net.sf.ehcache.management.service with parameters of type CacheManagerEntity
 void CacheManagerService.updateCacheManager(String cacheManagerName, CacheManagerEntity resource)
          Update a cache manager represented by the submitted entity.
 



Copyright © 2003-2015 Terracotta, Inc.. All Rights Reserved.