Package org.glassfish.diagnostics.dump
Interface DiagnosticDump
- All Superinterfaces:
org.glassfish.api.admin.AdminCommand
public interface DiagnosticDump
extends org.glassfish.api.admin.AdminCommand
This interface represents a diagnostic dump. The interface must be
implemented along with the org.glassfish.api.admin.AdminCommand
interface.
-
Method Summary
Modifier and TypeMethodDescriptionGets the dump description.String[]Gets a list of log message id's that, if logged, should trigger this dump to be executed.Methods inherited from interface org.glassfish.api.admin.AdminCommand
execute
-
Method Details
-
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.
-