net.grinder.console.distribution
Interface FileDistributionHandler


public interface FileDistributionHandler

Something that can handle the distribution of files.

Author:
Philip Aston

Nested Class Summary
static interface FileDistributionHandler.Result
          Result of sending a file.
 
Method Summary
 FileDistributionHandler.Result sendNextFile()
          Send the next file.
 

Method Detail

sendNextFile

FileDistributionHandler.Result sendNextFile()
                                            throws FileContents.FileContentsException
Send the next file.

Returns:
A FileDistributionHandler.Result or null if there are more files to process.
Throws:
FileContents.FileContentsException - If an error occurs sending the file.


Copyright © 2000-2013. All Rights Reserved.