idlj Generated Files
- Hello.java contains the Java
version of the IDL interface.
- HelloOperations.java
contains the methods
sayHello()
and
shutdown()
. All the operations in the IDL interface
are placed in the operations file.
- _HelloStub.java is the
client stub.
- HelloPOA.java
is the skeleton class you should extend from. It implements
dynamic invocation functions.
- HelloHelper.java
provides auxiliary functionality, notably the
narrow()
method required to cast CORBA object
references to their proper types.
- HelloHolder.java
Whenever the IDL type is an out or an inout parameter,
the Holder class is used.
José M. Vidal
.
4 of 21