net.sf.ehcache.management.resource.services
Class CacheConfigsResourceServiceImpl

java.lang.Object
  extended by net.sf.ehcache.management.resource.services.CacheConfigsResourceServiceImpl

@Path(value="/agents/cacheManagers/caches/configs")
public final class CacheConfigsResourceServiceImpl
extends Object

Author:
brandony

Constructor Summary
CacheConfigsResourceServiceImpl()
           
 
Method Summary
 Collection<CacheConfigEntity> getCacheConfigs(javax.ws.rs.core.UriInfo info)
          Get a Collection of CacheConfigEntity objects representing the cache manager configuration information provided by the associated monitorable entity's agent given the request path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheConfigsResourceServiceImpl

public CacheConfigsResourceServiceImpl()
Method Detail

getCacheConfigs

@GET
@Produces(value="application/json")
public Collection<CacheConfigEntity> getCacheConfigs(@Context
                                                                  javax.ws.rs.core.UriInfo info)
Get a Collection of CacheConfigEntity objects representing the cache manager configuration information provided by the associated monitorable entity's agent given the request path.

Parameters:
{@link - UriInfo} for this resource request
Returns:
a collection of CacheConfigEntity objects. CacheConfigEntity objects


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