15C H A P T E R 1 5

Configuring the Object Request Broker

This chapter describes how to configure the Object Request Broker (ORB) and IIOP listeners. It has the following sections:

“An Overview of the Object Request Broker” on page 161

“Configuring the ORB” on page 162

“Managing IIOP Listeners” on page 162

An Overview of the Object Request Broker

“CORBA” on page 161

“What is the ORB?” on page 162

“IIOP Listeners” on page 162

CORBA

The Enterprise Server supports a standard set of protocols and formats that ensure interoperability. Among these protocols are those defined by CORBA.

The CORBA (Common Object Request Broker Architecture) model is based on clients requesting services from distributed objects or servers through a well-defined interface by issuing requests to the objects in the form of remote method requests. A remote method request carries information about the operation that needs to be performed, including the object name (called an object reference) of the service provider and parameters, if any, for the invoked method. CORBA automatically handles network programming tasks such as object registration, object location, object activation, request de-multiplexing, error-handling, marshalling, and operation dispatching.

161

Page 161
Image 161
Sun Microsystems 820433510 manual Configuring the Object Request Broker, An Overview of the Object Request Broker