Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

coseventdomainadmin_eventdomainfactory(3erl) [linux man page]

CosEventDomainAdmin_EventDomainFactory(3erl)		     Erlang Module Definition		      CosEventDomainAdmin_EventDomainFactory(3erl)

NAME
CosEventDomainAdmin_EventDomainFactory - This module implements an Event Domain Factory interface, which is used to create new Event Domain instances. DESCRIPTION
To get access to all definitions include necessary hrl files by using: -include_lib("cosEventDomain/include/*.hrl"). EXPORTS
create_event_domain(Factory, QoS, Admin) -> Reply Types Factory = #objref QoS = CosNotification::QoSProperties Admin = CosNotification::AdminProperties Reply = {EventDomain, DomainID} | {'EXCEPTION', #'CosNotification_UnsupportedQoS'{}} | {'EXCEPTION', #'CosNotification_Unsup- portedAdmin'{}} EventDomain = #objref To create a new EventDomain this operation is used. If it is not possible to support the given QoSProperties or AdminProperties an exception is raised, which list the properties not supported. For more information see the cosNotification user's guide. get_all_domains(Factory) -> DomainIDSeq Types Factory = #objref DomainIDSeq = [long()] This function returns a DomainID sequence of all domains associated with the target object. get_event_domain(Factory, DomainID) -> Reply Types 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. Ericsson AB cosEventDomain 1.1.10 CosEventDomainAdmin_EventDomainFactory(3erl)

Check Out this Related Man Page

CosPropertyService_PropertySetFactory(3erl)		     Erlang Module Definition		       CosPropertyService_PropertySetFactory(3erl)

NAME
CosPropertyService_PropertySetFactory - This module implements the OMG CosPropertyService::PropertySetFactory interface. DESCRIPTION
To get access to the record definitions for the structures use: -include_lib("cosProperty/include/CosPropertyService.hrl"). EXPORTS
create_propertyset(Factory) -> PropertySet Types Factory = PropertySet = #objref This operation creates a new PropertySe t with no predefined properties. create_constrained_propertyset(Factory, PropertyTypes, Properties) -> Reply Types Factory = #objref PropertyTypes = [CORBA::TypeCode] Properties = [#'CosPropertyService_Property'{property_name = Name, property_value = Value}] Name = string() Value = #any Reply = {'EXCEPTION', #CosPropertyService_ConstraintNotSupported{}} | PropertySet PropertySet = #objref This operation creates a new PropertySet with specific constraints. PropertyTypes states allowed TypeCode's and Properties valid CosPropertyService::Property data. create_initial_propertyset(Factory, Properties) -> Reply Types Factory = #objref Properties = [#'CosPropertyService_Property'{property_name = Name, property_value = Value}] Name = string() Value = #any Reply = {'EXCEPTION', #CosPropertyService_MultipleExceptions{exceptions = Excs}} | PropertySet Excs = [#'CosPropertyService_PropertyException{reason = Reason, failing_property_name = Name}] Reason = invalid_property_name | conflicting_property | property_not_found | unsupported_type_code | unsupported_property | unsupported_mode | fixed_property | read_only_property PropertySet = #objref This operation creates a new PropertySet with specific initial properties. Ericsson AB cosProperty 1.1.13 CosPropertyService_PropertySetFactory(3erl)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris 10 Certification

Hi, Is it a must to take Solaris Admin I and II at the same time to get SCSA certified? Can i take Admin I now and take Admin II 7 Months later and get certified? Rgds, filthymonk (1 Reply)
Discussion started by: filthymonk
1 Replies

2. Advertise with Us

Present Openings for Solaris Admin(L2)

Hi all, I am looking for a job change as solaris admin(L2) with experience of 3.8 years experience in the present recession period in IND. Even I uploaded my CV in some of the job portals ie, naukri,monster and timesjobs, but I can't find any interviews scheduling from past two months.Even I... (2 Replies)
Discussion started by: chant_soladm
2 Replies

3. AIX

AIX Admin Salary

(3 Replies)
Discussion started by: wwwzviadi
3 Replies

4. What is on Your Mind?

AIX Admin Salary

I am interested how much is average AIX Admin Salary.. in the USA or in the EUROPE.. or somewhere else... ;) (6 Replies)
Discussion started by: wwwzviadi
6 Replies

5. War Stories

Prize of being an Admin - Part 2

I was reading this thread of admin_xor Prize of being an Admin and thought will share this experience of mine which is kind of opposite to what he did - I didn't tell anybody what happened :D We were porting one of the subsystem from Solaris to Linux. As part of that we developed many wrapper... (23 Replies)
Discussion started by: ahamed101
23 Replies