Class ThreadDumpResource


  • @Path("lumis/service/portalmanagement/threaddump")
    public class ThreadDumpResource
    extends java.lang.Object
    Resource that allows downloading of thread dumps
    Since:
    16.1.0
    Version:
    $Revision$ $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response downloadThreadDumps​(@NotNull java.lang.String dumpIds)
      Zip and return all thread dumps requested buy the user
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThreadDumpResource

        public ThreadDumpResource()
    • Method Detail

      • downloadThreadDumps

        @Path("/download")
        @GET
        @Produces("application/octet-stream")
        public javax.ws.rs.core.Response downloadThreadDumps​(@QueryParam("dumpIds") @NotNull
                                                             @NotNull java.lang.String dumpIds)
                                                      throws PortalException
        Zip and return all thread dumps requested buy the user
        Throws:
        PortalException
        Since:
        16.1.0