org.omg.CORBA
Interface Object

All Known Implementing Classes:
org.omg.CORBA.portable.ObjectImpl

public abstract interface Object


Method Summary
 Request _create_request(Context, java.lang.String, NVList, NamedValue)
           
 Request _create_request(Context, java.lang.String, NVList, NamedValue, ExceptionList, ContextList)
           
 Object _duplicate()
           
 DomainManager[] _get_domain_managers()
           
 Object _get_interface_def()
           
 Policy _get_policy(int)
           
 int _hash(int)
           
 boolean _is_a(java.lang.String)
           
 boolean _is_equivalent(Object)
           
 boolean _non_existent()
           
 void _release()
           
 Request _request(java.lang.String)
           
 Object _set_policy_override(Policy[], SetOverrideType)
           
 

Method Detail

_create_request

public Request _create_request(Context,
                               java.lang.String,
                               NVList,
                               NamedValue)

_create_request

public Request _create_request(Context,
                               java.lang.String,
                               NVList,
                               NamedValue,
                               ExceptionList,
                               ContextList)

_duplicate

public Object _duplicate()

_get_domain_managers

public DomainManager[] _get_domain_managers()

_get_interface_def

public Object _get_interface_def()

_get_policy

public Policy _get_policy(int)

_hash

public int _hash(int)

_is_a

public boolean _is_a(java.lang.String)

_is_equivalent

public boolean _is_equivalent(Object)

_non_existent

public boolean _non_existent()

_release

public void _release()

_request

public Request _request(java.lang.String)

_set_policy_override

public Object _set_policy_override(Policy[],
                                   SetOverrideType)