NotifyPublish
interface provides a method which
suppliers can use to inform consumers of changes in the set of
events offered.
NotifySubscribe
interface provides a method which
consumers can use to inform suppliers of the event types of
interest.
PullConsumer
interface is implemented and
registered (connected) by clients who wish to participate in
subscription sharing and be notified when disconnected by the
channel.
PullSupplier
interface is implemented and
registered (connected) by clients who wish to have unstructured
events pulled from them by the channel.
PushConsumer
interface is implemented and
registered (connected) by clients who wish to have unstructured
events pushed on them by the channel.
PushSupplier
interface is implemented and
registered (connected) by clients who wish to participate in
subscription sharing and be notified when disconnected by the
channel.
SequencePullConsumer
interface is implemented and
registered (connected) by clients who wish to participate
in subscription sharing and be notified when disconnected
by the channel.
SequencePullSupplier
interface is implemented
and registered (connected) by clients who wish to have sequences
of structured events pulled from them by the channel.
SequencePushConsumer
interface is implemented and
registered (connected) by clients who wish to have sequences of
structured events pushed on them by the channel.
SequencePushSupplier
interface is implemented
and registered (connected) by clients who wish to participate in
subscription sharing and be notified when disconnected by the
channel.
StructuredPullConsumer
interface is implemented
and registered (connected) by clients who wish to participate
in subscription sharing and be notified when disconnected
by the channel.
StructuredPullSupplier
interface is implemented
and registered (connected) by clients who wish to have structured
events pulled from them by the channel.
StructuredPushConsumer
interface is implemented
and registered (connected) by clients who wish to have structured
events pushed on them by the channel.
StructuredPushSupplier
interface is implemented
and registered (connected) by clients who wish to participate in
subscription sharing and be notified when disconnected by the
channel.
exception InvalidEventType { CosNotification::EventType type; };
Raised to indicate an event type name which contains syntax errors.
Generated by the ORBacus IDL-to-HTML translator (non-commercial)