CORBA module: StringDef Interface

Overview The StringDef interface is used to represent an OMG IDL bounded string type.
File name wasir.idl
Local-only True
Ancestor interfaces IDLType Interface
Exceptions CORBA::SystemException
Supported operations StringDef::bound


Intended Usage

An instance of a StringDef object is used by the Interface Repository to represent an OMG IDL bounded string data type.

The StringDef object is not a named Interface Repository object (it is in a group of interfaces known as Anonymous types), and as such does not reside as a named object in the Interface Repository database. An instance of a StringDef object can be created using the create_string operation of the Repository interface.

Syntax

  module CORBA
     {
        interface StringDef:IDLType
        {
           attribute unsigned longbound;
        };
     };

Related reference
StringDef::bound



Searchable topic ID:   rcor_modstd
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_modstd.html

Library | Support | Terms of Use | Feedback