Class LogNamesResource


  • public class LogNamesResource
    extends Object
    REST resource to get Log Names simple wrapper around internal LogFilter class
    Author:
    ludovic Champenois
    • Field Detail

      • habitat

        protected org.glassfish.hk2.api.ServiceLocator habitat
    • Constructor Detail

      • LogNamesResource

        public LogNamesResource()
    • Method Detail

      • getLogNames

        @GET
        @Produces({"application/json","application/xml"})
        public jakarta.ws.rs.core.Response getLogNames​(@QueryParam("instanceName")
                                                       String instanceName)
                                                throws IOException
        Throws:
        IOException