From 6bcdad20c24457393c0d9eeb385d0ff5aa872cd0 Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Wed, 25 Apr 2018 15:09:14 +0200 Subject: Move the corba applcations to separate repository All corba applications are moved to a separate repository. E.g. orber, ic, cosEvent, cosEventDomain, cosNotifications cosTime, cosTransactions, cosProperty and cosFileTransfer. --- .../src/CosEventDomainAdmin_EventDomainFactory.xml | 88 ---------------------- 1 file changed, 88 deletions(-) delete mode 100644 lib/cosEventDomain/doc/src/CosEventDomainAdmin_EventDomainFactory.xml (limited to 'lib/cosEventDomain/doc/src/CosEventDomainAdmin_EventDomainFactory.xml') diff --git a/lib/cosEventDomain/doc/src/CosEventDomainAdmin_EventDomainFactory.xml b/lib/cosEventDomain/doc/src/CosEventDomainAdmin_EventDomainFactory.xml deleted file mode 100644 index 602e0e5fb0..0000000000 --- a/lib/cosEventDomain/doc/src/CosEventDomainAdmin_EventDomainFactory.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - - -
- - 2001 - 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. - - - CosEventDomainAdmin_EventDomainFactory - Niclas Eklund - Niclas Eklund - - Niclas Eklund - - 2001-08-20 - PA1 -
- CosEventDomainAdmin_EventDomainFactory - This module implements an Event Domain Factory interface, which is used to create new Event Domain instances. - -

To get access to all definitions include necessary files by using:

-
- - - create_event_domain(Factory, QoS, Admin) -> Reply - Create a new ConsumerAdmin object - - Factory = #objref - QoS = CosNotification::QoSProperties - Admin = CosNotification::AdminProperties - Reply = {EventDomain, DomainID} | {'EXCEPTION', #'CosNotification_UnsupportedQoS'{}} | {'EXCEPTION', #'CosNotification_UnsupportedAdmin'{}} - EventDomain = #objref - - -

To create a new EventDomain this operation is used. If it is not - possible to support the given or - an exception is raised, which list the properties not supported. For more - information see the user's guide.

-
-
- - get_all_domains(Factory) -> DomainIDSeq - Return a DomainID sequence of all domains associated with the target object - - Factory = #objref - DomainIDSeq = [long()] - - -

This function returns a DomainID sequence of all domains associated with the - target object.

-
-
- - get_event_domain(Factory, DomainID) -> Reply - Return the domain associated with the given id - - Factory = #objref - DomainID = long() - Reply = EventDomain | {'EXCEPTION', #'CosEventDomainAdmin_DomainNotFound'{}} - EventDomain = #objref - - -

This operation returns the EventDomain object associated with the - given DomainID. If no such binding exists an exception is raised.

-
-
-
- -
- -- cgit v1.2.3