#include <bulkDataSenderNotifImpl.h>
Inheritance diagram for BulkDataSenderNotifImpl:
Public Member Functions | |
BulkDataSenderNotifImpl (const ACE_CString &name, maci::ContainerServices *containerServices) | |
virtual | ~BulkDataSenderNotifImpl () |
virtual void | startSend () |
virtual void | paceData () |
virtual void | stopSend () |
|
|
|
|
|
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 >.
|