Interface CosNotification::AdminPropertiesAdmin

interface AdminPropertiesAdmin

Supports the management of administrative properties.



Operation Index

get_admin
Retrieves the list of administrative properties associated with the target object.
set_admin
Sets the administrative properties for the target object.

Operations

get_admin
AdminProperties get_admin();

Retrieves the list of administrative properties associated with the target object.

Returns:
A sequence of admin name-value pairs.

set_admin
void set_admin(in AdminProperties admin)
    raises(UnsupportedAdmin);

Sets the administrative properties for the target object. If any of the properties in admin are unsupported, the UnsupportedAdmin exception is raised.

Parameters:
admin - A sequence of name-value pairs defining the administrative properties to be set on the target object.


Generated by the ORBacus IDL-to-HTML translator (non-commercial)