Basic HTML version of Foils prepared 4 Feb 98

Foil 46 CORBA IDL Structure

From Overview of JDBC and its use with CORBA or Java RMI CPS616 Technologies of Information Age -- Spring 1998. by Nancy McCracken(Sangetta Aggarwal, Udayan Parvate, Tom Pulikal)


1 module <identifier>
2 {
3 <type declaration>
4 <constant declaration>
5 <exception declaration>
6 interface <identifier> [:<inheritance>]
7 {
8 <type declaration>
9 <constant declaration>
10 <exception declaration>
11 [<op_type>] <identifier> (<parameters>) [raises exception] [context];
12 :
13 };
14 interface <identifier> [:<inheritance>]
15 :
16 };
17 CORBA uses the Interface Definition Language (IDL) for the interface specification between the client and server.

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Nov 29 1998