| Interface | Description |
|---|---|
| DataRecPackage | |
| DataRecPackageFactory | |
| FileSelectorIfc |
This interface defines the methods that must be implemented in
order for a class to be a File Selector Interface.
|
| FtpTransportFactory | |
| InputFileProcessorIfc |
This interface defines the methods that must be implemented in
order for a class to be a Input File Processor Interface.
|
| ResponseDatagramFactory |
| Class | Description |
|---|---|
| DefaultFtpTransportFactory | |
| FileEITransport |
Used to represent a class that provides
the processing "engine" for files that
are retrieved or sent from network
elements.
|
| FtpEITransport |
Used to retrieve files from an FTP server.
|
| FtpEITransportHandler |
Used to manage one or more FtpEITransport threads.
|
| InputFileProcessor | |
| OpenFileEITransport |
This class is used to represent a class that provides the processing "engine"
for files that are sent from network elements ("push" mode only).
|
| OpenFileInputStream |
This class is used for open file input stream.
|
| QueuedTcpPacket |
This class contains information associated with bytes received by the
TcpEITransport.
|
| QueuedUdpPacket |
This class contains information associated with a UDP packet received by
the UdpEITransport.
|
| RecFileComparator | |
| RecoveryInformation |
Stores information about the currently processed DIRP file to be able to
start again if the node crashes.
|
| SynchronizedDirectory |
This class is used to let threads synchronize on a common directory into
which and from which files are placed and processed.
|
| TcpEITransport |
This class will create a socket on the given host/port and listen for
incoming data via TCP.
|
| UdpDataRecPackage | |
| UdpDataRecPackageFactory | |
| UdpEITransport |
This class will create a socket on the given port and listen for incoming
DatagramPacket objects. |
| UdpMesManager |