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

CosNotification::AdminPropertiesAdmin Interface Reference

An interface for objects that have administrative settings. More...

import "CosNotification.idl";

Inherited by CosNotifyChannelAdmin::EventChannel, CosTypedNotifyChannelAdmin::TypedEventChannel, and NotificationExtensions::Bridge.

List of all members.

Public Methods

AdminProperties get_admin ()
 Returns the current administrative settings for this object. More...

void set_admin (in AdminProperties admin) raises ( UnsupportedAdmin )
 Sets the administrative settings for this object. More...


Detailed Description

An interface for objects that have administrative settings.


Member Function Documentation

AdminProperties CosNotification::AdminPropertiesAdmin::get_admin  
 

Returns the current administrative settings for this object.

Returns:
A sequence of name-value pairs defining the administrative settings.

void CosNotification::AdminPropertiesAdmin::set_admin in AdminProperties    admin raises ( UnsupportedAdmin )
 

Sets the administrative settings for this object.

m <code>admin</code> - A sequence of desired name-value pairs
defining the administrative settings. @raises UnsupportedAdmin If any of the desired setting are not available.