import "NotificationExtensions.idl";
Public Methods | |
void | destroy () |
Destroys this transformer object, freeing any resources and invalidating the CORBA object reference. More... | |
any | transform (in any event) |
Transforms an Event-style event. More... | |
CosNotification::StructuredEvent | transform_structured (in CosNotification::StructuredEvent event) |
Transforms a structured event. More... | |
Public Attributes | |
readonly attribute CosNotification::EventTypeSeq | eventTypes |
The event types to which this transformer is to be applied (only relevant for structured events). More... | |
readonly attribute string | transformerType |
The type of the transformer implementation. More... | |
readonly attribute any | data |
Additional data required by the transformer instance. More... |
|
Destroys this transformer object, freeing any resources and invalidating the CORBA object reference. Further calls to this transformer instance will result in undefined behaviour. |
|
Transforms an Event-style event.
|
|
Transforms a structured event.
|
|
Additional data required by the transformer instance.
|
|
The event types to which this transformer is to be applied (only relevant for structured events).
|
|
The type of the transformer implementation. For Java implementations, this is typically the class name. |