Package | Description |
---|---|
be.SIRAPRISE.client |
This package contains all the classes and interfaces that can be useful on the client side of an application involving SIRA_PRISE.
|
be.SIRAPRISE.messages |
This package contains the classes that define/implement the various message types that can be sent to and received from a SIRA_PRISE server.
|
Modifier and Type | Method and Description |
---|---|
DumpFileOption |
ServerDumpDBCommand.getDumpFileOption()
Gets dumpFileOption
|
Constructor and Description |
---|
ServerDumpDBCommand(FileNameIdentifier fileName,
DumpFileOption dumpFileOption)
Creates the ServerDumpDBCommand
|
ServerDumpDBCommand(java.lang.String fileName,
DumpFileOption dumpFileOption)
Creates the ServerDumpDBCommand
|
Modifier and Type | Field and Description |
---|---|
static DumpFileOption |
DumpFileOption.brief
The option to specify a "brief" dump
|
static DumpFileOption |
DumpFileOption.full
The option to specify a "full" dump
|
Modifier and Type | Method and Description |
---|---|
static DumpFileOption |
DumpFileOption.getByName(java.lang.String name)
Gets the option object corresponding to the given option name
|
static DumpFileOption |
DumpFileOption.getByType(int i)
Gets the option object corresponding to the given internal option value
|
DumpFileOption |
DumpDBMessage.getDumpFileOption()
Gets dumpFileOption
|
DumpFileOption |
DumpDBParams.getDumpFileOption()
Gets The dump option to be used in the dump
|
Modifier and Type | Method and Description |
---|---|
boolean |
DumpFileOption.equalsDumpFileOption(DumpFileOption obj)
checks whether this is the same DumpFileOption as the given one
|
Constructor and Description |
---|
DumpDBParams(FileNameIdentifier fileName,
DumpFileOption dumpFileOption) |