IDL operation declarations

Operation declarations define the interface of each operation introduced by the interface. An Interface Definition Language (IDL) operation is typically implemented by a method in the implementation programming language. Hence, the terms operation and method are often used interchangeably. An operation declaration is similar to a C++ virtual function definition:

[ oneway ] type-spec identifier ( parameter-list ) [ raises-expr [ context-expr ] ;

where:

The remaining syntax of an operation declaration is elaborated in the following topics:


Related reference
IDL interface declarations
IDL operation declarations: oneway keyword
IDL operation declarations: parameter list
IDL operation declarations: raises expression
IDL operation declarations: context expression



Searchable topic ID:   rcor_idlopd
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_idlopd.html

Library | Support | Terms of Use | Feedback