#include <EC_Filter_Builder.h>
Inheritance diagram for TAO_EC_Filter_Builder
Public Methods | |
virtual | ~TAO_EC_Filter_Builder (void) |
destructor... | |
virtual TAO_EC_Filter* | build (TAO_EC_ProxyPushSupplier *supplier, RtecEventChannelAdmin::ConsumerQOS& qos, CORBA::Environment &ACE_TRY_ENV) const = 0 |
Create the filter, the caller must assume ownership of the filter returned. |
The creation of a filter hierarchy is controlled by a Filter_Builder. The relationship between TAO_EC_Filter and TAO_EC_Filter_Builder follows the "Builder Pattern" (Gamma et al.)
|
destructor...
|
|
Create the filter, the caller must assume ownership of the filter returned.
Reimplemented in TAO_EC_Basic_Filter_Builder, TAO_EC_Null_Filter_Builder, TAO_EC_Prefix_Filter_Builder, and TAO_EC_Sched_Filter_Builder. |