Class ThreadDumpGenerateProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ThreadDumpGenerateProcessActionHandler
    extends ProcessActionHandler<TableSource>

    This process action handler starts thread dumps and deletes existing thread dumps

    Since:
    16.1.0
    Version:
    $Revision: 26157 $ $Date: 2024-01-13 11:35:03 -0300 (Sat, 13 Jan 2024) $
    • Constructor Detail

      • ThreadDumpGenerateProcessActionHandler

        public ThreadDumpGenerateProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException