2000 2016 Ericsson AB, All Rights Reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The Initial Developer of the Original Code is Ericsson AB. CosNotification_AdminPropertiesAdmin 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.