#include <bulkDataNTSenderImpl.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
BulkDataNTSenderImpl::BulkDataNTSenderImpl |
( |
const ACE_CString & |
name, |
|
|
maci::ContainerServices * |
containerServices | |
|
) |
| | |
Constructor
- Parameters:
-
| poa | poa which will activate this and also all other components |
| name | component name |
virtual BulkDataNTSenderImpl::~BulkDataNTSenderImpl |
( |
|
) |
[virtual] |
Member Function Documentation
virtual void BulkDataNTSenderImpl::cleanUp |
( |
|
) |
[virtual] |
void BulkDataNTSenderImpl::closeStream |
( |
StreamMap::iterator & |
it |
) |
[private] |
virtual void BulkDataNTSenderImpl::connect |
( |
bulkdata::BulkDataReceiver_ptr |
receiverObj_p |
) |
[virtual] |
Negotiate and initialize connection with the Sender object.
- Parameters:
-
| receiver | reference of the Receiver Component (currently unused). |
- Exceptions:
-
| ACSBulkDataError::AVConnectErrorEx | |
- Returns:
- void
virtual void BulkDataNTSenderImpl::disconnect |
( |
|
) |
[virtual] |
- Exceptions:
-
| ACSBulkDataError::AVDisconnectErrorEx | |
- Parameters:
-
- Returns:
- The sender stream object for the given name
- Exceptions:
-
virtual void BulkDataNTSenderImpl::initialize |
( |
|
) |
[virtual] |
virtual void BulkDataNTSenderImpl::openSenders |
( |
|
) |
[private, virtual] |
Opens all senders as specified on the CDB (old or new configuration mechanism). This method might be added in the future to the IDL interface
virtual void BulkDataNTSenderImpl::paceData |
( |
|
) |
[pure virtual] |
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.
- Parameters:
-
| size | buffer size of the sent data. |
- Exceptions:
-
| ACSBulkDataError::AVPaceDataErrorEx | |
- Returns:
- void
Implemented in bdNTSenderImplTest.
virtual void BulkDataNTSenderImpl::startSend |
( |
|
) |
[pure virtual] |
Calls the Receiver handle_start() method once the connection is established.
- Exceptions:
-
| ACSBulkDataError::AVStartSendErrorEx | |
- Returns:
- void
Implemented in bdNTSenderImplTest.
virtual void BulkDataNTSenderImpl::stopSend |
( |
|
) |
[pure virtual] |
Calls the Receiver handle_stop() method.
- Exceptions:
-
| ACSBulkDataError::AVStopSendErrorEx | |
- Returns:
- void
Implemented in bdNTSenderImplTest.
virtual bool BulkDataNTSenderImpl::usesOldConfigurationMechanism |
( |
|
) |
[protected, virtual] |
Indicates if this component's alma/ branch exposes the new or the old configuration mechanism
- Returns:
- Whether this component is configured using the new or the old configuration mechanism
Member Data Documentation
The documentation for this class was generated from the following file: