Class org.omg.CORBA.portable.ObjectImpl
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.portable.ObjectImpl

java.lang.Object
   |
   +----org.omg.CORBA.portable.ObjectImpl

public class ObjectImpl
extends Object
implements Object

Constructor Index

 o ObjectImpl()
 o ObjectImpl(Delegate)

Method Index

 o _create_request(Context, String, NVList, NamedValue)
 o _create_request(Context, String, NVList, NamedValue, ExceptionList, ContextList)
 o _duplicate()
 o _get_delegate()
 o _get_ids()
 o _get_implementation()
 o _get_interface()
 o _hash(int)
 o _invoke(OperationDescriptor, long[], Object[])
 o _invoke(OperationDescriptor, long[], Object[], Context)
 o _is_a(String)
 o _is_equivalent(Object)
 o _non_existent()
 o _release()
 o _set_delegate(Delegate)

Constructors

 o ObjectImpl
  public ObjectImpl(Delegate _delegate)
 o ObjectImpl
  public ObjectImpl()

Methods

 o _get_delegate
  public Delegate _get_delegate()
 o _set_delegate
  public void _set_delegate(Delegate that)
 o _invoke
  public Object _invoke(OperationDescriptor op,
                        long l[],
                        Object o[])
 o _invoke
  public Object _invoke(OperationDescriptor op,
                        long l[],
                        Object o[],
                        Context ctx)
 o _get_ids
  public abstract String[] _get_ids()
 o _duplicate
  public Object _duplicate()
 o _release
  public void _release()
 o _is_a
  public boolean _is_a(String repository_id)
 o _is_equivalent
  public boolean _is_equivalent(Object that)
 o _non_existent
  public boolean _non_existent()
 o _hash
  public int _hash(int maximum)
 o _create_request
  public Request _create_request(Context ctx,
                                 String operation,
                                 NVList arg_list,
                                 NamedValue result)
 o _create_request
  public Request _create_request(Context ctx,
                                 String operation,
                                 NVList arg_list,
                                 NamedValue result,
                                 ExceptionList exceptions,
                                 ContextList contexts)
 o _get_interface
  public InterfaceDef _get_interface()
 o _get_implementation
  public ImplementationDef _get_implementation()

All Packages  Class Hierarchy  This Package  Previous  Next  Index