2000 2013 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. CosNotifyComm_NotifyPublish Niclas Eklund Niclas Eklund Niclas Eklund 2000-02-01 1.0
CosNotifyComm_NotifyPublish This module implements the OMG CosNotifyComm::NotifyPublish 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.

offer_change(Object, Added, Removed) -> Reply Inform the target object which type of events the supplier will deliver Object = #objref Added = Removed = EventTypeSeq EventTypeSeq = [type] Reply = ok | {'EXCEPTION', CosNotifyComm_InvalidEventType{type}} type = #'CosNotification_EventType'{domain_name, type_name} domain_name = type_name = string()

Objects supporting this interface can be informed by supplier objects about which type of events that will be delivered in the future. This operation accepts two parameters describing new and old event types respectively. If any of the supplied event type names is syntactically incorrect an exception is raised.