CosNotification_AdminPropertiesAdmin
This module implements the OMG CosNotification::AdminPropertiesAdmin interface.
- Provided by: erlang-manpages (Version: 1:18.3-dfsg-1ubuntu3.1)
- Source: erlang
- Report a bug
This module implements the OMG CosNotification::AdminPropertiesAdmin interface.
To get access to the record definitions for the structures use:
-include_lib("cosNotification/include/*.hrl").
All objects, which inherit this interface, export functions described in this module.
get_admin(Object) -> AdminProperties
Types:
This operation returns sequence of name-value pairs which encapsulates the current administrative properties of the target object.
set_admin(Object, AdminProperties) -> Reply
Types:
As input, this operation accepts a sequence of name-value pairs encapsulating the desired administrative settings for the target object. If it is not possible to set the given properties the exception UnsupportedAdmin will be raised.