Interface DiagnosticDump

  • All Superinterfaces:
    AdminCommand

    public interface DiagnosticDump
    extends AdminCommand
    This interface represents a diagnostic dump. The interface must be implemented along with the org.glassfish.api.admin.AdminCommand interface.
    • Method Detail

      • getDescription

        String getDescription()
        Gets the dump description.
        Returns:
        the dump description.
      • getTriggerMessageIds

        String[] getTriggerMessageIds()
        Gets a list of log message id's that, if logged, should trigger this dump to be executed.
        Returns:
        list of message id's that trigger the execution of this dump.