import "NotificationExtensions.idl";
Inherited by NotificationExtensions::TrConsumerAdmin, NotificationExtensions::TrProxyPullConsumer, NotificationExtensions::TrProxyPullSupplier, NotificationExtensions::TrProxyPushConsumer, NotificationExtensions::TrProxyPushSupplier, NotificationExtensions::TrSequenceProxyPullConsumer, NotificationExtensions::TrSequenceProxyPullSupplier, NotificationExtensions::TrSequenceProxyPushConsumer, NotificationExtensions::TrSequenceProxyPushSupplier, NotificationExtensions::TrStructuredProxyPullConsumer, NotificationExtensions::TrStructuredProxyPullSupplier, NotificationExtensions::TrStructuredProxyPushConsumer, NotificationExtensions::TrStructuredProxyPushSupplier, and NotificationExtensions::TrSupplierAdmin.
Public Methods | |
TransformerID | addTransformer (in Transformer trans) |
Add a transformer to this object's list of transforms. More... | |
void | removeTransformer (in TransformerID id) raises (TransformerNotFound) |
Remove a transformer from this object's list of transformers. More... | |
Transformer | getTransformer (in TransformerID id) raises (TransformerNotFound) |
Get a transformer from the transform ID. More... | |
TransformerIDSeq | getAllTransformers () |
Get all transformers added to this administration object. More... | |
void | removeAllTransformers () |
Remove all transformers added to this administration object. More... | |
Public Attributes | |
attribute boolean | filterFirst |
Specifies the order in which filtering and transforming is performed. More... |
|
Add a transformer to this object's list of transforms. All these transformers are invoked in the order in which they were added upon reception of an event.
|
|
Get all transformers added to this administration object.
|
|
Get a transformer from the transform ID.
|
|
Remove all transformers added to this administration object.
|
|
Remove a transformer from this object's list of transformers.
|
|
Specifies the order in which filtering and transforming is performed.
The default value is |