Name

ObjectImpl

Synopsis

The ObjectImpl is the base class for all stub classes, and provides default implementations for the methods declared in the orb.omg.CORBA.Object interface. The ObjectImpl contains a Delegate object that acts as a proxy for the Object methods.

                  Implementations
public abstract class ObjectImpl implements org.omg.CORBA.Object {
// Public Constructors
   public ObjectImpl();  
// Public Instance Methods
   public org.omg.CORBA.portable.Delegate _get_delegate();  
   public abstract String[] _ids();  
   public org.omg.CORBA.portable.InputStream _invoke(
        org.omg.CORBA.portable.OutputStream output) throws ApplicationExceptionRemarshalException;  
   public boolean _is_local();  
   public org.omg.CORBA.ORB _orb();  
   public void _releaseReply(
        org.omg.CORBA.portable.InputStream input);  
   public org.omg.CORBA.portable.OutputStream _request(
        String operation, boolean responseExpected);  
   public void _servant_postinvoke( ServantObject servant);  
   public ServantObject _servant_preinvoke(String operation, 
        Class expectedType);  
   public void _set_delegate(
        org.omg.CORBA.portable.Delegate delegate);  
// Methods Implementing Object
   public Request _create_request(org.omg.CORBA.Context ctx, 
        String operation, NVList arg_list, 
        NamedValue result);  
   public Request _create_request(org.omg.CORBA.Context ctx, 
        String operation, NVList arg_list, 
        NamedValue result, ExceptionList exceptions, 
        ContextList contexts); public org.omg.CORBA.Object ...

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.