Class ThreadDumpResource
- java.lang.Object
-
- lumis.service.portalmanagement.threaddump.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$
-
-
Constructor Summary
Constructors Constructor Description ThreadDumpResource()
-
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
-
-
-
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
-
-