TAO_RTEvent
2.0.8
|
Interfaces and data structures provided by TAO's Real-time Event Service implementation. More...
Classes | |
exception | AlreadyConnected |
Exception raised if a consumer or supplier tries to reconnect even though it is connected already. More... | |
struct | Dependency |
Encapsulate the parameters of a consumer QoS property. More... | |
struct | ConsumerQOS |
Define the complete QoS properties of a consumer. More... | |
struct | Publication |
Encapsulate one supplier publication and the QoS properties for that publication. More... | |
struct | SupplierQOS |
Describe the complete QoS and filtering properties for a supplier. More... | |
exception | TypeError |
Obsolete exception. More... | |
interface | ProxyPushSupplier |
Interface used to implement the Abstract Session pattern for the consumers. More... | |
interface | ProxyPushConsumer |
Interface used to implement the Abstract Session pattern for the suppliers. More... | |
interface | ConsumerAdmin |
Implement an Abstract Factory to create ProxyPushSupplier objects. More... | |
class | SupplierAdmin |
Implement an Abstract Factory to create ProxyPushConsumer objects. More... | |
class | Observer |
Monitor changes in the consumer subscriptions and/or supplier publciations. More... | |
class | EventChannel |
The main interface for the event service. 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. |
Interfaces and data structures provided by TAO's Real-time Event Service implementation.
typedef sequence<Dependency> RtecEventChannelAdmin::DependencySet |
Define a list of consumer QoS properties.
typedef unsigned long RtecEventChannelAdmin::Observer_Handle |
Opaque identifier for a connected Observer.
typedef sequence<Publication> RtecEventChannelAdmin::PublicationSet |
A list of Publication structures.