![]() |
![]() |
e-docs > Tuxedo > Using the CORBA Notification Service > CORBA Notification Service API Reference |
Using the CORBA Notification Service
|
Channel::push_structured_event
CORBA IDL
void push_structured_event(
in CosNotification::StructuredEvent notification
);
Parameter
Exceptions
Note: For more information on exceptions and corresponding minor codes, see "Exception Minor Codes" on page 2-66.
Description
Used by the poster application to post an event to the Notification Service.
Note: This operation has transactional behavior when used in the context of a transaction. For more information, see the section "Using Transactions" on page 2-4.
Examples
Note: Code examples shown here are abbreviated. For complete code examples, see "Creating and Posting Events" on page 3-4.
C++ code example:
channel->push_structured_event(notification);
Java code example:
channel.push_structured_event(notification);
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |