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

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

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

Author:
brandony

Constructor Summary
CacheManagerConfigsResourceServiceImpl()
           
 
Method Summary
 Collection<CacheManagerConfigEntity> getCacheManagerConfigs(javax.ws.rs.core.UriInfo info)
          Get a Collection of CacheManagerConfigEntity 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

CacheManagerConfigsResourceServiceImpl

public CacheManagerConfigsResourceServiceImpl()
Method Detail

getCacheManagerConfigs

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


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