Module CosNotifyComm


Interface Index

NotifyPublish
The NotifyPublish interface provides a method which suppliers can use to inform consumers of changes in the set of events offered.
NotifySubscribe
The NotifySubscribe interface provides a method which consumers can use to inform suppliers of the event types of interest.
PullConsumer
The 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
The PullSupplier interface is implemented and registered (connected) by clients who wish to have unstructured events pulled from them by the channel.
PushConsumer
The PushConsumer interface is implemented and registered (connected) by clients who wish to have unstructured events pushed on them by the channel.
PushSupplier
The 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
The 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
The SequencePullSupplier interface is implemented and registered (connected) by clients who wish to have sequences of structured events pulled from them by the channel.
SequencePushConsumer
The SequencePushConsumer interface is implemented and registered (connected) by clients who wish to have sequences of structured events pushed on them by the channel.
SequencePushSupplier
The 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
The 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
The StructuredPullSupplier interface is implemented and registered (connected) by clients who wish to have structured events pulled from them by the channel.
StructuredPushConsumer
The StructuredPushConsumer interface is implemented and registered (connected) by clients who wish to have structured events pushed on them by the channel.
StructuredPushSupplier
The 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 Index

InvalidEventType
Raised to indicate an event type name which contains syntax errors.

Exceptions

InvalidEventType
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)