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

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

@Path(value="/agents/cacheManagers/query")
public final class QueryResourceServiceImpl
extends Object

An implementation of QueryResourceService.

Author:
gkeim

Field Summary
static String ATTR_QUERY_KEY
           
 
Constructor Summary
QueryResourceServiceImpl()
           
 
Method Summary
 Collection<QueryResultsEntity> executeQuery(javax.ws.rs.core.UriInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_QUERY_KEY

public static final String ATTR_QUERY_KEY
See Also:
Constant Field Values
Constructor Detail

QueryResourceServiceImpl

public QueryResourceServiceImpl()
Method Detail

executeQuery

@GET
@Produces(value="application/json")
public Collection<QueryResultsEntity> executeQuery(@Context
                                                                javax.ws.rs.core.UriInfo info)


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