CosNotifyChannelAdmin::SupplierAdmin Interface Reference

Interface used to control and obtain the proxies used by suppliers. More...

import "CosNotifyChannelAdmin.idl";

Inheritance diagram for CosNotifyChannelAdmin::SupplierAdmin:

Inheritance graph
[legend]
Collaboration diagram for CosNotifyChannelAdmin::SupplierAdmin:

Collaboration graph
[legend]

List of all members.

Public Member Functions

ProxyConsumer get_proxy_consumer (in ProxyID proxy_id) raises ( ProxyNotFound )
 Get an specific ProxyConsumer.
ProxyConsumer obtain_notification_pull_consumer (in ClientType ctype, out ProxyID proxy_id) raises ( AdminLimitExceeded )
 Create a new pull-style proxy consumer.
ProxyConsumer obtain_notification_push_consumer (in ClientType ctype, out ProxyID proxy_id) raises ( AdminLimitExceeded )
 Create a new push-style proxy consumer.
void destroy ()
 Destroy the Admin.

Public Attributes

readonly attribute AdminID MyID
 The ID assigned to this admin by its event channel.
readonly attribute EventChannel MyChannel
 The event channel this admin belongs to.
readonly attribute
InterFilterGroupOperator 
MyOperator
 How are multiple filters interpreted.
readonly attribute ProxyIDSeq pull_consumers
 Get the complete list of pull proxy consumers.
readonly attribute ProxyIDSeq push_consumers
 Get the complete list of push proxy consumers.


Detailed Description

Interface used to control and obtain the proxies used by suppliers.

Member Function Documentation

void CosNotifyChannelAdmin::SupplierAdmin::destroy (  ) 

Destroy the Admin.

ProxyConsumer CosNotifyChannelAdmin::SupplierAdmin::get_proxy_consumer ( in ProxyID  proxy_id  )  raises ( ProxyNotFound )

Get an specific ProxyConsumer.

Parameters:
proxy_id The proxy ID that will be retrieved
Exceptions:
ProxyNotFound if the proxy_id is not found in this SupplierAdmin

ProxyConsumer CosNotifyChannelAdmin::SupplierAdmin::obtain_notification_pull_consumer ( in ClientType  ctype,
out ProxyID  proxy_id 
) raises ( AdminLimitExceeded )

Create a new pull-style proxy consumer.

Parameters:
ctype The event format that the ProxyConsumer should support
proxy_id The ID assigned to the new proxy consumer
Returns:
The new ProxyConsumer
Exceptions:
AdminLimitExceeded if a limit in this admin is reached, such as the maximum number of proxies.

ProxyConsumer CosNotifyChannelAdmin::SupplierAdmin::obtain_notification_push_consumer ( in ClientType  ctype,
out ProxyID  proxy_id 
) raises ( AdminLimitExceeded )

Create a new push-style proxy consumer.

Parameters:
ctype The event format that the ProxyConsumer should support
proxy_id The ID assigned to the new proxy consumer
Returns:
The new ProxySupplier
Exceptions:
AdminLimitExceeded if a limit in this admin is reached, such as the maximum number of proxies.


Member Data Documentation

The event channel this admin belongs to.

The ID assigned to this admin by its event channel.

How are multiple filters interpreted.

Get the complete list of pull proxy consumers.

Get the complete list of push proxy consumers.


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

Generated on Mon Jul 13 16:53:34 2009 for TAO_CosNotification by  doxygen 1.5.8