2.1.2 Development Commands
The following table lists the commands that the Oracle Tuxedo CORBA programming environment provides for developing CORBA applications and managing the Interface Repository.
Table 2-1 Oracle Tuxedo CORBA Development Commands
Development Command | Description |
---|---|
buildobjclient
|
Constructs a C++ client application. |
buildobjserver
|
Constructs a C++ server application. |
genicf
|
Generates an Implementation Configuration File (ICF). The ICF file defines activation and transaction policies for C++ server applications. |
id12ir
|
Creates the Interface Repository and loads interface definitions into it. |
ir2idl
|
Shows the content of the Interface Repository. |
irdel
|
Deletes the specified object from the Interface Repository. |
For a description of how to use the development commands to develop client and server applications, see Overview of the Development Process for Oracle Tuxedo CORBA Applications.
For a description of the development commands, see the Oracle® Tuxedo Command Reference in the Oracle Tuxedo online documentation.
Parent topic: Overview of the Oracle Tuxedo CORBA Programming Features