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
-
ObjectImpl()
-
-
ObjectImpl(Delegate)
-
-
_create_request(Context, String, NVList, NamedValue)
-
-
_create_request(Context, String, NVList, NamedValue, ExceptionList, ContextList)
-
-
_duplicate()
-
-
_get_delegate()
-
-
_get_ids()
-
-
_get_implementation()
-
-
_get_interface()
-
-
_hash(int)
-
-
_invoke(OperationDescriptor, long[], Object[])
-
-
_invoke(OperationDescriptor, long[], Object[], Context)
-
-
_is_a(String)
-
-
_is_equivalent(Object)
-
-
_non_existent()
-
-
_release()
-
-
_set_delegate(Delegate)
-
ObjectImpl
public ObjectImpl(Delegate _delegate)
ObjectImpl
public ObjectImpl()
_get_delegate
public Delegate _get_delegate()
_set_delegate
public void _set_delegate(Delegate that)
_invoke
public Object _invoke(OperationDescriptor op,
long l[],
Object o[])
_invoke
public Object _invoke(OperationDescriptor op,
long l[],
Object o[],
Context ctx)
_get_ids
public abstract String[] _get_ids()
_duplicate
public Object _duplicate()
_release
public void _release()
_is_a
public boolean _is_a(String repository_id)
_is_equivalent
public boolean _is_equivalent(Object that)
_non_existent
public boolean _non_existent()
_hash
public int _hash(int maximum)
_create_request
public Request _create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result)
_create_request
public Request _create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts)
_get_interface
public InterfaceDef _get_interface()
_get_implementation
public ImplementationDef _get_implementation()
All Packages Class Hierarchy This Package Previous Next Index