|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileTransferException | |
|---|---|
| goldengate.common.file | Classes implementing File, Directory, Authentication and Session Interfaces |
| goldengate.common.file.filesystembased | Classes implementing FileInterface and Directory according to a filesystem implementation |
| goldengate.common.file.passthrough | Classes implementing FileInterface and Directory according to a pass through implementation (no storage since data are just pass through this interface) |
| goldengate.common.utility | Classes implementing Some String and File facility |
| Uses of FileTransferException in goldengate.common.file |
|---|
| Methods in goldengate.common.file that throw FileTransferException | |
|---|---|
DataBlock |
FileInterface.readDataBlock()
Read a new block for FileInterface |
void |
FileInterface.writeDataBlock(DataBlock dataBlock)
Function called by the DataNetworkHandler when it receives one DataBlock (Store like command) |
| Uses of FileTransferException in goldengate.common.file.filesystembased |
|---|
| Methods in goldengate.common.file.filesystembased that throw FileTransferException | |
|---|---|
DataBlock |
FilesystemBasedFileImpl.readDataBlock()
|
void |
FilesystemBasedFileImpl.writeDataBlock(DataBlock dataBlock)
|
| Uses of FileTransferException in goldengate.common.file.passthrough |
|---|
| Methods in goldengate.common.file.passthrough that throw FileTransferException | |
|---|---|
DataBlock |
PassthroughBasedFileImpl.readDataBlock()
|
void |
PassthroughBasedFileImpl.writeDataBlock(DataBlock dataBlock)
|
| Uses of FileTransferException in goldengate.common.utility |
|---|
| Methods in goldengate.common.utility that throw FileTransferException | |
|---|---|
static String |
GgStringUtils.readFileException(String filename)
Read a file and return its content in String format |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||