CosNotification::AdminPropertiesAdmin Interface Reference

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

import "CosNotification.idl";

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

List of all members.

Public Member Functions

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


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.

admin - A sequence of desired name-value pairs defining the administrative settings. UnsupportedAdmin If any of the desired setting are not available.