CosNotifyChannelAdmin_StructuredProxyPushConsumer
MODULE
MODULE SUMMARY
DESCRIPTION
To get access to the record definitions for the structures use:
-include_lib("cosNotification/include/*.hrl").
This module also exports the functions described in:
EXPORTS
connect_structured_push_supplier(StructuredProxyPushConsumer, PushSupplier) -> Reply
Types:
This operation connects a PushSupplier to the target object. If a connection already exists an exception is raised.
push_structured_event(StructuredProxyPushConsumer, StructuredEvent) -> Reply
Types:
When a client want to push a new event to the target object this operation must be used.
disconnect_structured_push_consumer(StructuredProxyPushConsumer) -> ok
Types:
This operation cause the target object to close the connection and terminate.