TAO_CosNotification  2.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
CosNotifyChannelAdmin::StructuredProxyPushConsumer Interface Reference

Defines the interface provided for push-style suppliers using the 'structured' event format. More...

import"CosNotifyChannelAdmin.idl";

Inheritance diagram for CosNotifyChannelAdmin::StructuredProxyPushConsumer:
Inheritance graph
Collaboration diagram for CosNotifyChannelAdmin::StructuredProxyPushConsumer:
Collaboration graph

Public Member Functions

void connect_structured_push_supplier (in CosNotifyComm::StructuredPushSupplier push_supplier) raises (CosEventChannelAdmin::AlreadyConnected)
 Connect a supplier to the proxy. More...
 
- Public Member Functions inherited from CosNotifyChannelAdmin::ProxyConsumer
CosNotification::EventTypeSeq obtain_subscription_types (in ObtainInfoMode mode)
 
void validate_event_qos (in CosNotification::QoSProperties required_qos, out CosNotification::NamedPropertyRangeSeq available_qos) raises (CosNotification::UnsupportedQoS)
 Validate a list of QoS properties for an event. More...
 
- Public Member Functions inherited from CosNotification::QoSAdmin
QoSProperties get_qos ()
 Get the current QoS properties. More...
 
void set_qos (in QoSProperties qos) raises ( UnsupportedQoS )
 Set the QoS properties. More...
 
void validate_qos (in QoSProperties required_qos, out NamedPropertyRangeSeq available_qos) raises ( UnsupportedQoS )
 Validate a set of QoS properties. More...
 
- Public Member Functions inherited from CosNotifyFilter::FilterAdmin
FilterID add_filter (in Filter new_filter)
 Add a filter. More...
 
void remove_filter (in FilterID filter) raises ( FilterNotFound )
 Remove a filter. More...
 
Filter get_filter (in FilterID filter) raises ( FilterNotFound )
 Get a filter. More...
 
FilterIDSeq get_all_filters ()
 Get the IDs of all the filters. More...
 
void remove_all_filters ()
 Remove all the filters from this component. More...
 
- Public Member Functions inherited from CosNotifyComm::StructuredPushConsumer
void push_structured_event (in CosNotification::StructuredEvent notification) raises (CosEventComm::Disconnected)
 Receive one structured event. More...
 
void disconnect_structured_push_consumer ()
 The peer has disconnected. More...
 
- Public Member Functions inherited from CosNotifyComm::NotifyPublish
void offer_change (in CosNotification::EventTypeSeq added, in CosNotification::EventTypeSeq removed) raises ( InvalidEventType )
 Report a change in the list of publications. More...
 

Additional Inherited Members

- Public Attributes inherited from CosNotifyChannelAdmin::ProxyConsumer
readonly attribute ProxyType MyType
 The style and event format for this proxy. More...
 
readonly attribute SupplierAdmin MyAdmin
 The SupplierAdmin this proxy belongs to. More...
 

Detailed Description

Defines the interface provided for push-style suppliers using the 'structured' event format.

Member Function Documentation

void CosNotifyChannelAdmin::StructuredProxyPushConsumer::connect_structured_push_supplier ( in CosNotifyComm::StructuredPushSupplier  push_supplier)
raises (CosEventChannelAdmin::AlreadyConnected
)

Connect a supplier to the proxy.

Suppliers cannot push events into a ProxyPushConsumer until this method is invoked.

Parameters
push_supplierthe callback object used to inform the application if the event channel is destroyed. If the argument is nil no destroy notification is provided.
Exceptions
CosEventChannelAdmin::AlreadyConnectedif the proxy is already connected, i.e. if this operation is invoked more than one time.

The documentation for this interface was generated from the following file: