public interface IRemoteCommandVisitor
Modifier and Type | Method and Description |
---|---|
void |
visitDumpCommand(boolean dump,
boolean reset)
Requests a execution data dump with an optional reset.
|
void visitDumpCommand(boolean dump, boolean reset) throws IOException
dump
- true
if the dump should be executedreset
- true
if the reset should be executedIOException
- in case of problems with the remote connectionCopyright © 2023. All rights reserved.