J-Integra® Espresso Programming Documentation (API)

ORB Interface

Provides the core functionalities of the J-Integra® Espresso Object Request Broker.

An ORB allows CORBA objects to communicate with each other by sending requests generated by client objects to server objects servicing these requests.

The ORB class does the following:

  1. initializes the ORB implementation. Values for predefined parameters can be passed to the ORB.
  2. obtains initial object references to services such as the NameService using the method resolve_initial_references
  3. converts object references to strings and back
  4. creates objects such as TypeCode and Any

 

The ORB class can be used to obtain references to objects implemented anywhere on the network.

 

List of members: ORB Members.

System.Object
 ORB

public interface ORB

Requirements

Namespace: Ics Namespace

Assembly: Jintegra.Espresso.dll

See Also

ORB Members | Ics.CORBA Namespace