public interface FileDistributionHandler
Modifier and Type | Interface and Description |
---|---|
static interface |
FileDistributionHandler.Result
Result of sending a file.
|
Modifier and Type | Method and Description |
---|---|
FileDistributionHandler.Result |
sendNextFile()
Send the next file.
|
FileDistributionHandler.Result sendNextFile() throws FileContents.FileContentsException
FileDistributionHandler.Result
or null
if there are more
files to process.FileContents.FileContentsException
- If an error occurs
sending the file.Copyright © 2000-2014. All Rights Reserved.