CORBA module: ModuleDef Interface

Overview A ModuleDef can contain constants, typedefs, exceptions, interfaces, and other module objects.
File name wasir.idl
Local-only True
Ancestor interfaces Contained Interface
Container Interface
Exceptions CORBA::SystemException
Supported operations ModuleDef::describe


Intended Usage

The ModuleDef interface is used within the Interface Repository to represent an OMG IDL module. A ModuleDef object can be created using the create_module operation defined for the Container interface.

Syntax

  module CORBA {
     interface ModuleDef:Container,Contained {
     };
     struct ModuleDescription {
     Identifier name;
     RepositoryId id;
     RepositoryId defined_in;
     VersionSpec version;
     }
     }

Related reference
ModuleDef::describe



Searchable topic ID:   rcor_modmdi
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modmdi.html

Library | Support | Terms of Use | Feedback