CosNotifyChannelAdmin_SequenceProxyPullSupplier
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:
Types
This operation connects a PullConsumer to the target object. If a connection already exists an exception is raised.
Types
A client use this operation to pull next event sequence of maximum length MaxEvents. This operation is blocking and will not reply until the requested amount of events can be delivered or the QoS property PacingInterval is reached. For more information see the User's Guide.
Types
This operation pulls an event sequence of the maximum length MaxEvents, but do not block if the target object have no events to forward. The outparameter, HasEvent is true if the sequence contain any events.
Types
This operation cause the target object to close the connection and terminate.