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. CosNotifyComm_NotifySubscribe 2000-02-01 1.0
CosNotifyComm_NotifySubscribe This module implements the OMG CosNotifyComm::NotifySubscribe 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.

subscription_change(Object, Added, Removed) -> Reply Inform the target object which event types the client will and will not accept in the future 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()

This operation takes as input two sequences of event type names specifying events the client will and will not accept in the future respectively.