public final class ServerDumpDBCommand extends ServerMonitorCommand
| Constructor and Description |
|---|
ServerDumpDBCommand(FileNameIdentifier fileName,
DumpFileOption dumpFileOption)
Creates the ServerDumpDBCommand
|
ServerDumpDBCommand(java.lang.String fileName,
DumpFileOption dumpFileOption)
Creates the ServerDumpDBCommand
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandParametersText()
Gets the full textual representation of the command's parameters
|
int |
getCorrespondingMessageTypeID()
Gets the MessageTypeID of the corresponding message type to send to the server to get this (type of) command executed
|
DumpFileOption |
getDumpFileOption()
Gets dumpFileOption
|
FileNameIdentifier |
getFileName()
Gets fileName
|
java.lang.String |
getFullCommandText()
Gets the full textual representation of the command
|
MessageParams |
getMessageParms()
Gets a messageParams object that can be used by a MessageType implementation to factory a Message object.
|
getCommandObjectFor, getCommandObjectFrom, toStringpublic ServerDumpDBCommand(java.lang.String fileName,
DumpFileOption dumpFileOption)
fileName - -dumpFileOption - -public ServerDumpDBCommand(FileNameIdentifier fileName, DumpFileOption dumpFileOption)
fileName - -dumpFileOption - -public int getCorrespondingMessageTypeID()
ServerMonitorCommandgetCorrespondingMessageTypeID in class ServerMonitorCommandpublic java.lang.String getCommandParametersText()
ServerMonitorCommandgetCommandParametersText in class ServerMonitorCommandpublic final DumpFileOption getDumpFileOption()
public final FileNameIdentifier getFileName()
public java.lang.String getFullCommandText()
ServerMonitorCommandgetFullCommandText in class ServerMonitorCommandpublic MessageParams getMessageParms()
ServerMonitorCommandgetMessageParms in class ServerMonitorCommand