CosNotifyChannelAdmin_StructuredProxyPushConsumer
This module implements the OMG CosNotifyChannelAdmin::StructuredProxyPushConsumer interface.
- Provided by: erlang-manpages (Version: 1:18.3-dfsg-1ubuntu3.1)
- Source: erlang
- Report a bug
This module implements the OMG CosNotifyChannelAdmin::StructuredProxyPushConsumer interface.
To get access to the record definitions for the structures use:
-include_lib("cosNotification/include/*.hrl").
This module also exports the functions described in:
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.