CORBA module: Contained Interface

Overview The Contained interface is inherited by all Interface Repository interfaces that are contained by other objects. All objects within the Interface Repository, except the root object (Repository) and definitions of anonymous types (ArrayDef, StringDef, and SequenceDef), and primitive types are contained by other objects.
File name wasir.idl
Local-only True
Ancestor interfaces IRObject Interface
Exceptions CORBA::SystemException
Supported operations Contained::absolute_name
Contained::containing_repository
Contained::defined_in
Contained::describe
Contained::id
Contained::name
Contained::version


Intended Usage

The Contained interface is not itself instantiated as a means of accessing the Interface Repository. As an ancestor to certain Interface Repository objects, it provides a specific list of operations as noted below. Those Interface Repository objects that inherit (directly or indirectly) the operations defined in Contained include: ModuleDef, ConstantDef, StructDef, UnionDef, EnumDef, AliasDef, ExceptionDef, AttributeDef, OperationDef, and InterfaceDef.

Syntax

  module CORBA
     {
        typedef string VersionSpec;
        interface Contained:IRObject
        {
 
           // read/write interface
           attribute RepositoryId id;
           attribute Identifier name;
           attribute VersionSpec version;
 
           // read interface
           readonly attribute Container defined_in;
           readonly attribute ScopedName absolute_name;
           readonly attribute Repository containing_repository;
           struct Description
              {
                 DefinitionKind kind;
                 any value;
              };
           Description describe ();
 
        };
     };

Related reference
Contained::absolute_name
Contained::containing_repository
Contained::defined_in
Contained::describe
Contained::id
Contained::name
Contained::version



Searchable topic ID:   rcor_modctd
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_modctd.html

Library | Support | Terms of Use | Feedback