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.
|
be.SIRAPRISE.typeimplementations |
This package contains the SIRA_PRISE type and operator implementations.
|
Modifier and Type | Method and Description |
---|---|
FileNameIdentifier |
ServerDumpDBCommand.getFileName()
Gets fileName
|
Constructor and Description |
---|
ServerDumpDBCommand(FileNameIdentifier fileName,
DumpFileOption dumpFileOption)
Creates the ServerDumpDBCommand
|
Modifier and Type | Method and Description |
---|---|
FileNameIdentifier |
DumpDBMessage.getFileName()
Gets relvarName
|
FileNameIdentifier |
DumpDBParams.getFileName()
Gets The name of the file to be dumped
|
Constructor and Description |
---|
DumpDBParams(FileNameIdentifier fileName,
DumpFileOption dumpFileOption) |
Modifier and Type | Method and Description |
---|---|
boolean |
FileNameIdentifier.equalsNameIdentifier(FileNameIdentifier obj)
Tests if this FileNameIdentifier is equal to the given one.
|