2000 2011 Ericsson AB, All Rights Reserved The contents of this file are subject to the Erlang Public License, Version 1.1, (the "License"); you may not use this file except in compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Initial Developer of the Original Code is Ericsson AB. CosNotification_­AdminPropertiesAdmin ..._AdminPropertiesAdmin Niclas Eklund Niclas Eklund Niclas Eklund 2000-02-01 1.0
CosNotification_AdminPropertiesAdmin 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 Return a list of AdminPropertiesassociated with the target object Object = #objref AdminProperties = [AdminProperty] AdminProperty = #'CosNotification_Property'{name, value} name = string() value = #any

This operation returns sequence of name-value pairs which encapsulates the current administrative properties of the target object.

set_admin(Object, AdminProperties) -> Reply Update the AdminPropertiesfor the target object Object = #objref AdminProperties = [AdminProperty] AdminProperty = #'CosNotification_Property'{name, value} name = string() value = #any Reply = ok | {'EXCEPTION', CosNotification_UnsupportedAdmin}

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.