#include <EC_Per_Supplier_Filter.h>
Inheritance diagram for TAO_EC_Per_Supplier_Filter_Builder:
Public Methods | |
TAO_EC_Per_Supplier_Filter_Builder (TAO_EC_Event_Channel *ec) | |
constructor.... More... | |
virtual TAO_EC_Supplier_Filter * | create (RtecEventChannelAdmin::SupplierQOS &qos) |
Create the filter. More... | |
virtual void | destroy (TAO_EC_Supplier_Filter *filter) |
The user is returning the filter for destruction/recycling. More... | |
Private Attributes | |
TAO_EC_Event_Channel * | event_channel_ |
The event channel. More... |
|
constructor....
|
|
Create the filter. The <consumer> is bound to the returned Supplier_Filter, it must be <unbound> upon destruction and/or disconnection. Reimplemented from TAO_EC_Supplier_Filter_Builder. |
|
The user is returning the filter for destruction/recycling.
Reimplemented from TAO_EC_Supplier_Filter_Builder. |
|
The event channel.
|