Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

NotificationExtensions::Bridge Interface Reference

An interface for bridge objects. More...

import "NotificationExtensions.idl";

Inherits CosNotification::AdminPropertiesAdmin.

List of all members.

Public Methods

void destroy ()
 Destroy this bridge object. More...


Public Attributes

readonly attribute BridgeID id
 A unique identifier for this bridge object. More...

readonly attribute CosNotifyChannelAdmin::ChannelID channel
 The unique identifier of the event channel to which this bridge object is connected. More...

readonly attribute CosNotifyChannelAdmin::AdminID consumerAdmin
 The unique identifier of the consumer admin (if any) to which this bridge object is connected. More...

readonly attribute CosNotifyChannelAdmin::AdminID supplierAdmin
 The unique identifier of the supplier admin (if any) to which this bridge object is connected. More...

readonly attribute CosNotifyChannelAdmin::ProxyID proxySupplier
 The unique identifier of the proxy supplier (if any) to which this bridge object is connected. More...

readonly attribute CosNotifyChannelAdmin::ProxyID proxyConsumer
 The unique identifier of the proxy consumer (if any) to which this bridge object is connected. More...


Detailed Description

An interface for bridge objects.


Member Function Documentation

void NotificationExtensions::Bridge::destroy  
 

Destroy this bridge object.


Member Data Documentation

readonly attribute CosNotifyChannelAdmin::ChannelID NotificationExtensions::Bridge::channel
 

The unique identifier of the event channel to which this bridge object is connected.

readonly attribute CosNotifyChannelAdmin::AdminID NotificationExtensions::Bridge::consumerAdmin
 

The unique identifier of the consumer admin (if any) to which this bridge object is connected.

readonly attribute BridgeID NotificationExtensions::Bridge::id
 

A unique identifier for this bridge object.

readonly attribute CosNotifyChannelAdmin::ProxyID NotificationExtensions::Bridge::proxyConsumer
 

The unique identifier of the proxy consumer (if any) to which this bridge object is connected.

readonly attribute CosNotifyChannelAdmin::ProxyID NotificationExtensions::Bridge::proxySupplier
 

The unique identifier of the proxy supplier (if any) to which this bridge object is connected.

readonly attribute CosNotifyChannelAdmin::AdminID NotificationExtensions::Bridge::supplierAdmin
 

The unique identifier of the supplier admin (if any) to which this bridge object is connected.