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

Constructor Index

 o ObjectImpl()

Method Index

 o _bind_options()
 o _bind_options(BindOptions)
 o _boa()
 o _clone()
 o _create_request(Context, String, NVList, NamedValue)
 o _create_request(Context, String, NVList, NamedValue, ExceptionList, ContextList)
 o _duplicate()
 o _get_delegate()
 o _get_domain_managers()
 o _get_implementation()
 o _get_interface()
 o _get_policy(int)
 o _hash(int)
 o _ids()
 o _invoke(OutputStream, StringHolder)
 o _invoke(OutputStream, StringHolder, Context, ContextList)
 o _is_a(String)
 o _is_bound()
 o _is_equivalent(Object)
 o _is_local()
 o _is_persistent()
 o _is_remote()
 o _non_existent()
 o _object_name()
 o _orb()
 o _principal()
 o _principal(Principal)
 o _release()
 o _repository_id()
 o _request(String)
 o _request(String, boolean)
 o _resolve_reference(String)
 o _set_delegate(Delegate)
 o _set_policy_override(Policy[], SetOverrideType)
 o toString()

Constructors

 o ObjectImpl
public ObjectImpl()

Methods

 o _get_delegate
public Delegate _get_delegate()
 o _set_delegate
public void _set_delegate(Delegate delegate)
 o _ids
public abstract String[] _ids()
 o _get_implementation
public ImplementationDef _get_implementation()
 o _get_interface
public InterfaceDef _get_interface()
 o _duplicate
public Object _duplicate()
 o _release
public void _release()
 o _is_a
public boolean _is_a(String repository_id)
 o _non_existent
public boolean _non_existent()
 o _is_equivalent
public boolean _is_equivalent(Object rhs)
 o _hash
public int _hash(int maximum)
 o _request
public Request _request(String operation)
 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_policy
public Policy _get_policy(int policy_type)
 o _get_domain_managers
public DomainManager[] _get_domain_managers()
 o _set_policy_override
public Object _set_policy_override(Policy[] policies,
                                   SetOverrideType set_add)
 o _resolve_reference
public Object _resolve_reference(String id)
 o _orb
public ORB _orb()
 o _boa
public BOA _boa()
 o _object_name
public String _object_name()
 o _repository_id
public String _repository_id()
 o _is_local
public boolean _is_local()
 o _is_remote
public boolean _is_remote()
 o _is_bound
public boolean _is_bound()
 o _is_persistent
public boolean _is_persistent()
 o _principal
public Principal _principal()
 o _principal
public void _principal(Principal principal)
 o _bind_options
public BindOptions _bind_options()
 o _bind_options
public void _bind_options(BindOptions options)
 o _clone
public Object _clone()
 o _request
public OutputStream _request(String operation,
                             boolean responseExpected)
 o _invoke
public InputStream _invoke(OutputStream o,
                           StringHolder exception_id)
 o _invoke
public InputStream _invoke(OutputStream o,
                           StringHolder exception_id,
                           Context context,
                           ContextList contexts)
 o toString
public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index