CosNotifyChannelAdmin_StructuredProxyPullSupplier
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 the AlreadyConnected exception is raised.
Types
This operation pulls next event from the target object; if an event cannot be delivered this function blocks until an event arrives.
Types
This operation try to pull next event from the target object. If no event have arrived an empty event is returned and the out parameter HasEvent is set to false. Otherwise, the boolean flag is set to true and an valid event is returned.
Types
This operation cause the target object to close the connection and terminate.