![]() |
Qore FtpPoller Module Reference 2.1
|
Event-based data provider for FTP polling events. More...
#include <FtpPoller.qm.dox.h>
Public Member Methods | |
constructor (*hash< auto > options) | |
Creates the object from constructor options. | |
*string | getDesc () |
Returns the data provider description. | |
updateConnectionObjects (object conn, object connobj) | |
Update any connection used by the data provider. | |
Public Attributes | |
const | ConstructorOptions = ... |
Constructor options. | |
Private Member Methods | |
hash< string, hash< DataProviderMessageInfo > > | getEventTypesImpl () |
Returns a hash of all supported event types. | |
Private Attributes | |
EmbeddedFtpPoller | poller |
The file poller itself. | |
Event-based data provider for FTP polling events.
When using the local_dir
option, the local file must be removed / moved / archived by the event handler
|
private |
Returns a hash of all supported event types.
FtpPoller::FtpPollerDataProviderBase::updateConnectionObjects | ( | object | conn, |
object | connobj | ||
) |
Update any connection used by the data provider.
conn | the new AbstractConnection object |
connobj | the new connection object itself (ex: RestClient for a "rest" connection) |