Supports the management of administrative properties.
AdminProperties get_admin();
Retrieves the list of administrative properties associated with the target object.
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.
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)