#include <bulkDataSenderEx3Impl.h>
Inheritance diagram for BulkDataSenderEx3Impl:
Public Member Functions | |
BulkDataSenderEx3Impl (const ACE_CString &name, maci::ContainerServices *containerServices) | |
virtual | ~BulkDataSenderEx3Impl () |
virtual void | startSend () |
virtual void | startSendErr () |
virtual void | startSendTimeout () |
virtual void | paceData () |
virtual void | paceDataErr () |
virtual void | stopSend () |
|
Constructor
|
|
Destructor |
|
Sends data to the Receiver calling the receive_frame() method on the Receiver side. This method must be overriden by the user to send his own data.
Implements BulkDataSenderImpl< TSenderCallback >.
|
|
|
|
Calls the Receiver handle_start() method once the connection is established.
Implements BulkDataSenderImpl< TSenderCallback >.
|
|
|
|
|
|
Calls the Receiver handle_stop() method.
Implements BulkDataSenderImpl< TSenderCallback >.
|