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

TAO_NS_SupplierAdmin Class Reference

Implementation of CosNotifyChannelAdmin::SupplierAdmin. More...

#include <SupplierAdmin.h>

Inheritance diagram for TAO_NS_SupplierAdmin:

Inheritance graph
[legend]
Collaboration diagram for TAO_NS_SupplierAdmin:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_NS_SupplierAdmin (void)
 Constuctor. More...

 ~TAO_NS_SupplierAdmin ()
 Destructor. More...

virtual PortableServer::Servant servant (void)
 Return servant. More...

virtual void _add_ref (ACE_ENV_SINGLE_ARG_DECL)
 ServantBase refcount methods. More...

virtual void _remove_ref (ACE_ENV_SINGLE_ARG_DECL)
virtual void release (void)
 TAO_NS_Destroy_Callback methods. More...


Protected Methods

virtual CosNotifyChannelAdmin::AdminID MyID (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
 = CosNotifyChannelAdmin::SupplierAdmin methods. More...

virtual::CosNotifyChannelAdmin::EventChannel_ptr MyChannel (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
virtual::CosNotifyChannelAdmin::InterFilterGroupOperator MyOperator (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
virtual::CosNotifyChannelAdmin::ProxyIDSeq * pull_consumers (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
virtual::CosNotifyChannelAdmin::ProxyIDSeq * push_consumers (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
virtual::CosNotifyChannelAdmin::ProxyConsumer_ptr get_proxy_consumer (CosNotifyChannelAdmin::ProxyID proxy_id ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , CosNotifyChannelAdmin::ProxyNotFound )
virtual::CosNotifyChannelAdmin::ProxyConsumer_ptr obtain_notification_pull_consumer (CosNotifyChannelAdmin::ClientType ctype, CosNotifyChannelAdmin::ProxyID_out proxy_id ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , CosNotifyChannelAdmin::AdminLimitExceeded )
virtual::CosNotifyChannelAdmin::ProxyConsumer_ptr obtain_notification_push_consumer (CosNotifyChannelAdmin::ClientType ctype, CosNotifyChannelAdmin::ProxyID_out proxy_id ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , CosNotifyChannelAdmin::AdminLimitExceeded )
virtual void destroy (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
virtual::CosNotification::QoSProperties * get_qos (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
 Get the QoS Properties. More...

virtual void set_qos (const CosNotification::QoSProperties &qos ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , CosNotification::UnsupportedQoS )
 Set the QoS Properties. More...

virtual void validate_qos (const CosNotification::QoSProperties &required_qos, CosNotification::NamedPropertyRangeSeq_out available_qos ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , CosNotification::UnsupportedQoS )
virtual void offer_change (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , CosNotifyComm::InvalidEventType )
virtual CosNotifyFilter::FilterID add_filter (CosNotifyFilter::Filter_ptr new_filter ACE_ENV_ARG_DECL) throw ( CORBA::SystemException )
virtual void remove_filter (CosNotifyFilter::FilterID filter ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , CosNotifyFilter::FilterNotFound )
virtual::CosNotifyFilter::Filter_ptr get_filter (CosNotifyFilter::FilterID filter ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , CosNotifyFilter::FilterNotFound )
virtual::CosNotifyFilter::FilterIDSeq * get_all_filters (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
virtual void remove_all_filters (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
virtual::CosEventChannelAdmin::ProxyPushConsumer_ptr obtain_push_consumer (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )
virtual::CosEventChannelAdmin::ProxyPullConsumer_ptr obtain_pull_consumer (ACE_ENV_SINGLE_ARG_DECL) throw ( CORBA::SystemException )

Friends

class TAO_NS_Builder

Detailed Description

Implementation of CosNotifyChannelAdmin::SupplierAdmin.


Constructor & Destructor Documentation

TAO_NS_SupplierAdmin::TAO_NS_SupplierAdmin void   
 

Constuctor.

TAO_NS_SupplierAdmin::~TAO_NS_SupplierAdmin  
 

Destructor.


Member Function Documentation

void TAO_NS_SupplierAdmin::_add_ref ACE_ENV_SINGLE_ARG_DECL    [virtual]
 

ServantBase refcount methods.

void TAO_NS_SupplierAdmin::_remove_ref ACE_ENV_SINGLE_ARG_DECL    [virtual]
 

CosNotifyFilter::FilterID TAO_NS_SupplierAdmin::add_filter CosNotifyFilter::Filter_ptr new_filter    ACE_ENV_ARG_DECL throw ( CORBA::SystemException ) [protected, virtual]
 

void TAO_NS_SupplierAdmin::destroy ACE_ENV_SINGLE_ARG_DECL    throw ( CORBA::SystemException ) [protected, virtual]
 

CosNotifyFilter::FilterIDSeq * TAO_NS_SupplierAdmin::get_all_filters ACE_ENV_SINGLE_ARG_DECL    throw ( CORBA::SystemException ) [protected]
 

CosNotifyFilter::Filter_ptr TAO_NS_SupplierAdmin::get_filter CosNotifyFilter::FilterID filter    ACE_ENV_ARG_DECL throw ( CORBA::SystemException , CosNotifyFilter::FilterNotFound ) [protected]
 

CosNotifyChannelAdmin::ProxyConsumer_ptr TAO_NS_SupplierAdmin::get_proxy_consumer CosNotifyChannelAdmin::ProxyID proxy_id    ACE_ENV_ARG_DECL throw ( CORBA::SystemException , CosNotifyChannelAdmin::ProxyNotFound ) [protected]
 

CosNotification::QoSProperties * TAO_NS_SupplierAdmin::get_qos ACE_ENV_SINGLE_ARG_DECL    throw ( CORBA::SystemException ) [protected]
 

Get the QoS Properties.

Reimplemented from TAO_NS_Object.

CosNotifyChannelAdmin::EventChannel_ptr TAO_NS_SupplierAdmin::MyChannel ACE_ENV_SINGLE_ARG_DECL    throw ( CORBA::SystemException ) [protected]
 

CosNotifyChannelAdmin::AdminID TAO_NS_SupplierAdmin::MyID ACE_ENV_SINGLE_ARG_DECL    throw ( CORBA::SystemException ) [protected, virtual]
 

= CosNotifyChannelAdmin::SupplierAdmin methods.

CosNotifyChannelAdmin::InterFilterGroupOperator TAO_NS_SupplierAdmin::MyOperator ACE_ENV_SINGLE_ARG_DECL    throw ( CORBA::SystemException ) [protected]
 

CosNotifyChannelAdmin::ProxyConsumer_ptr TAO_NS_SupplierAdmin::obtain_notification_pull_consumer CosNotifyChannelAdmin::ClientType    ctype,
CosNotifyChannelAdmin::ProxyID_out    ACE_ENV_ARG_DECL
throw ( CORBA::SystemException , CosNotifyChannelAdmin::AdminLimitExceeded ) [protected]
 

CosNotifyChannelAdmin::ProxyConsumer_ptr TAO_NS_SupplierAdmin::obtain_notification_push_consumer CosNotifyChannelAdmin::ClientType    ctype,
CosNotifyChannelAdmin::ProxyID_out proxy_id    ACE_ENV_ARG_DECL
throw ( CORBA::SystemException , CosNotifyChannelAdmin::AdminLimitExceeded ) [protected]
 

CosEventChannelAdmin::ProxyPullConsumer_ptr TAO_NS_SupplierAdmin::obtain_pull_consumer ACE_ENV_SINGLE_ARG_DECL    throw ( CORBA::SystemException ) [protected]
 

CosEventChannelAdmin::ProxyPushConsumer_ptr TAO_NS_SupplierAdmin::obtain_push_consumer ACE_ENV_SINGLE_ARG_DECL    throw ( CORBA::SystemException ) [protected]
 

void TAO_NS_SupplierAdmin::offer_change const CosNotification::EventTypeSeq   added,
const CosNotification::EventTypeSeq &removed    ACE_ENV_ARG_DECL
throw ( CORBA::SystemException , CosNotifyComm::InvalidEventType ) [protected, virtual]
 

CosNotifyChannelAdmin::ProxyIDSeq * TAO_NS_SupplierAdmin::pull_consumers ACE_ENV_SINGLE_ARG_DECL    throw ( CORBA::SystemException ) [protected]
 

CosNotifyChannelAdmin::ProxyIDSeq * TAO_NS_SupplierAdmin::push_consumers ACE_ENV_SINGLE_ARG_DECL    throw ( CORBA::SystemException ) [protected]
 

void TAO_NS_SupplierAdmin::release void    [virtual]
 

TAO_NS_Destroy_Callback methods.

Reimplemented from TAO_NS_Destroy_Callback.

void TAO_NS_SupplierAdmin::remove_all_filters ACE_ENV_SINGLE_ARG_DECL    throw ( CORBA::SystemException ) [protected, virtual]
 

void TAO_NS_SupplierAdmin::remove_filter CosNotifyFilter::FilterID filter    ACE_ENV_ARG_DECL throw ( CORBA::SystemException , CosNotifyFilter::FilterNotFound ) [protected, virtual]
 

PortableServer::Servant TAO_NS_SupplierAdmin::servant void    [virtual]
 

Return servant.

Reimplemented from TAO_NS_Object.

void TAO_NS_SupplierAdmin::set_qos const CosNotification::QoSProperties &qos    ACE_ENV_ARG_DECL throw ( CORBA::SystemException , CosNotification::UnsupportedQoS ) [protected, virtual]
 

Set the QoS Properties.

Reimplemented from TAO_NS_Object.

void TAO_NS_SupplierAdmin::validate_qos const CosNotification::QoSProperties   required_qos,
CosNotification::NamedPropertyRangeSeq_out    ACE_ENV_ARG_DECL
throw ( CORBA::SystemException , CosNotification::UnsupportedQoS ) [protected, virtual]
 


Friends And Related Function Documentation

friend class TAO_NS_Builder [friend]
 

Reimplemented from TAO_NS_Object.


The documentation for this class was generated from the following files:
Generated on Wed Jan 15 23:44:22 2003 for TAO_CosNotification by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001