Class MonitoringResource


  • @Path("/")
    @Produces({"text/html","application/json","application/xml","application/x-www-form-urlencoded"})
    @Consumes({"application/json","application/xml","application/x-www-form-urlencoded"})
    public class MonitoringResource
    extends Object
    Author:
    rajeshwar patil, Mitesh Meswani
    • Field Detail

      • uriInfo

        @Context
        protected jakarta.ws.rs.core.UriInfo uriInfo
    • Constructor Detail

      • MonitoringResource

        public MonitoringResource()
    • Method Detail

      • getChildNodes

        @GET
        @Path("domain{path:.*}")
        @Produces({"text/html","application/json","application/xml"})
        public jakarta.ws.rs.core.Response getChildNodes​(@PathParam("path")
                                                         List<jakarta.ws.rs.core.PathSegment> pathSegments)