Compounds | |
exception | AlreadyConnected |
Exception raised if a consumer or supplier tries to reconnect even though it is connected already. More... | |
exception | DISPATCH_ERROR |
Exception raised if the event cannot be dispatched. More... | |
exception | CORRELATION_ERROR |
exception | CANT_REMOVE_OBSERVER |
Exception raised if the Event Channel is unable to remove an observer due to some internal limitation or because the observer cannot be found. More... | |
exception | CANT_APPEND_OBSERVER |
Exception raised if the Event Channel is unable to add an observer due to some internal limitation. More... | |
interface | ConsumerAdmin |
Implement an Abstract Factory to create ProxyPushSupplier objects. More... | |
struct | ConsumerQOS |
Define the complete QoS properties of a consumer. More... | |
struct | Dependency |
Encapsulate the parameters of a consumer QoS property. More... | |
interface | EventChannel |
The main interface for the event service. More... | |
interface | Observer |
Monitor changes in the consumer subscriptions and/or supplier publciations. More... | |
interface | ProxyPushConsumer |
Interface used to implement the Abstract Session pattern for the suppliers. More... | |
interface | ProxyPushSupplier |
Interface used to implement the Abstract Session pattern for the consumers. More... | |
struct | Publication |
Encapsulate one supplier publication and the QoS properties for that publication. More... | |
exception | QOS_ERROR |
exception | SUBSCRIPTION_ERROR |
Exception raised if the subscriptions are invalid. More... | |
interface | SupplierAdmin |
Implement an Abstract Factory to create ProxyPushConsumer objects. More... | |
struct | SupplierQOS |
Describe the complete QoS and filtering properties for a supplier. More... | |
exception | SYNCHRONIZATION_ERROR |
Exception raised if the Event Channel cannot acquire its internal locks. More... | |
exception | TypeError |
Obsolete exception. More... | |
Typedefs | |
typedef sequence< Dependency > | DependencySet |
Define a list of consumer QoS properties. | |
typedef sequence< Publication > | PublicationSet |
A list of Publication structures. | |
typedef unsigned long | Observer_Handle |
Opaque identifier for a connected Observer. |
|
Define a list of consumer QoS properties.
|
|
Opaque identifier for a connected Observer.
|
|
A list of Publication structures.
|