Name

ORB

Synopsis

This is a specialization of the org.omg.CORBA.ORB class, which implements extensions required by the CORBA 2.3 specification, principally related to object-by-value operations.

                  Classes
public abstract class ORB extends org.omg.CORBA.ORB {
// Public Constructors
   public ORB();  
// Public Instance Methods
   public org.omg.CORBA.Object get_value_def(
        String repid) throws org.omg.CORBA.BAD_PARAM;  
   public org.omg.CORBA.portable.ValueFactory lookup_value_factory(
        String id);  
   public org.omg.CORBA.portable.ValueFactory register_value_factory(
        String id, 
        org.omg.CORBA.portable.ValueFactory factory);  
   public void set_delegate( Object wrapper);  
   public void unregister_value_factory( String id);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.