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

CosNotification_AdminPropertiesAdmin(3erl)		     Erlang Module Definition			CosNotification_AdminPropertiesAdmin(3erl)

NAME
CosNotification_AdminPropertiesAdmin - This module implements the OMG CosNotification::AdminPropertiesAdmin interface. DESCRIPTION
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. EXPORTS
get_admin(Object) -> AdminProperties Types 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 Types 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. Ericsson AB cosNotification 1.1.16 CosNotification_AdminPropertiesAdmin(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