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

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

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

Author:
brandony

Constructor Summary
CacheManagerConfigsResourceServiceImplV2()
           
 
Method Summary
 org.terracotta.management.resource.ResponseEntityV2 getCacheManagerConfigs(javax.ws.rs.core.UriInfo info)
          Get a Collection of CacheManagerConfigEntityV2 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

CacheManagerConfigsResourceServiceImplV2

public CacheManagerConfigsResourceServiceImplV2()
Method Detail

getCacheManagerConfigs

@GET
@Produces(value="application/json")
public org.terracotta.management.resource.ResponseEntityV2 getCacheManagerConfigs(@Context
                                                                                               javax.ws.rs.core.UriInfo info)
Get a Collection of CacheManagerConfigEntityV2 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 CacheManagerConfigEntityV2 objects


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