CORBA module: AliasDef Interface

Overview Used by the Interface Repository to represent an OMG IDL definition that aliases another definition.
File name wasir.idl
Local-only True
Ancestor interfaces TypedefDef Interface
Exceptions CORBA::SystemException
Supported operations AliasDef::original_type_def
IDLType::type


Intended Usage

An instance of an AliasDef object is used within the Interface Repository to represent an OMG IDL type that aliases another type. The AliasDef is typically used within the Interface Repository to represent a typedef statement as defined in OMG IDL. An instance of an AliasDef object can be created via the create_alias operation of the Container interface.

Syntax

  module CORBA
     {
        interface AliasDef:TypedefDef
        {
           attribute IDLType orginal_type_def;
        };
     };


Related reference
CORBA client exception handling
AliasDef::original_type_def
IDLType::type



Searchable topic ID:   rcor_modald
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_modald.html

Library | Support | Terms of Use | Feedback