Oracle8i Enterprise JavaBeans and CORBA Developer's Guide Release 8.1.5 A64683-01 |
|
To implement the hypothetical interface Alpha
in Oracle8 i, you write a class called AlphaImpl
which extends AlphaImplBase
and defines the Java methods that implement the IDL operations. You may also provide instance initialization code in an _initializeAuroraObject()
method which the Oracle ORB will call when it creates a new instance.