Chapter 11 Creating CORBA Java Components
The definition of a Java component specifies the interfaces that the component implements as well as its other properties.
All component interfaces for EAServer components are defined in CORBA IDL modules that are stored in EAServer's IDL repository. Chapter 5, "Defining Component Interfaces" describes how to define IDL interfaces.
Java component developers typically use one of the following to define the interface or interfaces that their component implements:
If you have an IDL interface
If you are starting with an IDL interface rather than an existing
class file, you can use Jaguar Manager to create a class that contains
the necessary method declarations. See "Generate stub, skeleton, and implementation files" for more information.
Optionally configure a control interface for the component. Using a control interface allows you to implement methods to respond to changes in the instance lifecycle. See "Configuring a control interface" for more information.
In Jaguar Manager, the Component Properties window configures the settings that EAServer uses to load the component and invoke its methods. See "Configuring component properties" for more information.
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |