Class RestMonitoringAppStateResource


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

      • RestMonitoringAppStateResource

        public RestMonitoringAppStateResource()
    • Method Detail

      • getRestMonitoringAppState

        @GET
        @Produces("application/json")
        public String getRestMonitoringAppState()
        Returns the String form of the JSONObject resource from the ResourceHandler.
        Returns:
        The String representation of the FangState JSONObject.