Class MBeanReadResource


  • @Path("read")
    @RequestScoped
    public class MBeanReadResource
    extends Object
    Author:
    Fraser Savage
    • Constructor Detail

      • MBeanReadResource

        public MBeanReadResource()
    • Method Detail

      • getReadResource

        @GET
        @Produces("application/json")
        @Path("{path : .+}")
        public String getReadResource​(@PathParam("path")
                                      String path)
        Returns the String form of the JSONObject resource from the ResourceHandler.
        Parameters:
        path - The String representation of the URL path the resource has received.
        Returns:
        The String representation of the MBeanRead/MBeanAttributeRead JSONObject.