All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.portable.ObjectImpl
java.lang.Object
|
+----org.omg.CORBA.portable.ObjectImpl
- public abstract class ObjectImpl
- extends Object
- implements Object
-
ObjectImpl()
-
-
_bind_options()
-
-
_bind_options(BindOptions)
-
-
_boa()
-
-
_clone()
-
-
_create_request(Context, String, NVList, NamedValue)
-
-
_create_request(Context, String, NVList, NamedValue, ExceptionList, ContextList)
-
-
_duplicate()
-
-
_get_delegate()
-
-
_get_implementation()
-
-
_get_interface()
-
-
_hash(int)
-
-
_ids()
-
-
_invoke(OutputStream, StringHolder)
-
-
_invoke(OutputStream, StringHolder, Context, ContextList)
-
-
_is_a(String)
-
-
_is_bound()
-
-
_is_equivalent(Object)
-
-
_is_local()
-
-
_is_persistent()
-
-
_is_remote()
-
-
_non_existent()
-
-
_object_name()
-
-
_orb()
-
-
_principal()
-
-
_principal(Principal)
-
-
_release()
-
-
_repository_id()
-
-
_request(String)
-
-
_request(String, boolean)
-
-
_resolve_reference(String)
-
-
_set_delegate(Delegate)
-
-
toString()
-
ObjectImpl
public ObjectImpl()
_get_delegate
public Delegate _get_delegate()
_set_delegate
public void _set_delegate(Delegate delegate)
_ids
public abstract String[] _ids()
_get_implementation
public ImplementationDef _get_implementation()
_get_interface
public InterfaceDef _get_interface()
_duplicate
public Object _duplicate()
_release
public void _release()
_is_a
public boolean _is_a(String repository_id)
_non_existent
public boolean _non_existent()
_is_equivalent
public boolean _is_equivalent(Object rhs)
_hash
public int _hash(int maximum)
_request
public Request _request(String operation)
_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)
_resolve_reference
public Object _resolve_reference(String id)
_orb
public ORB _orb()
_boa
public BOA _boa()
_object_name
public String _object_name()
_repository_id
public String _repository_id()
_is_local
public boolean _is_local()
_is_remote
public boolean _is_remote()
_is_bound
public boolean _is_bound()
_is_persistent
public boolean _is_persistent()
_principal
public Principal _principal()
_principal
public void _principal(Principal principal)
_bind_options
public BindOptions _bind_options()
_bind_options
public void _bind_options(BindOptions options)
_clone
public Object _clone()
_request
public OutputStream _request(String operation,
boolean responseExpected)
_invoke
public InputStream _invoke(OutputStream o,
StringHolder exception_id)
_invoke
public InputStream _invoke(OutputStream o,
StringHolder exception_id,
Context context,
ContextList contexts)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index