@Path(value="grids") public class GridsResource extends Object
GridsResource()
GridsInfo
getGridsSummary()
GridInfo
getSummaryOnGrid(String grid)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GridsResource()
@GET @Produces(value="application/json") public GridsInfo getGridsSummary()
@GET @Path(value="{grid}") @Produces(value="application/json") public GridInfo getSummaryOnGrid(@PathParam(value="grid") String grid)
grid