public abstract class ObjectImpl extends java.lang.Object implements Object
Constructor and Description |
---|
ObjectImpl() |
Modifier and Type | Method and Description |
---|---|
Request |
_create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result) |
Request |
_create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts) |
Object |
_duplicate() |
Object |
_get_component() |
Delegate |
_get_delegate() |
DomainManager[] |
_get_domain_managers() |
Object |
_get_interface_def() |
InterfaceDef |
_get_interface()
Deprecated.
Deprecated by CORBA 2.3
|
Policy |
_get_policy(int policy_type) |
int |
_hash(int maximum) |
abstract java.lang.String[] |
_ids() |
InputStream |
_invoke(OutputStream output) |
boolean |
_is_a(java.lang.String repository_id) |
boolean |
_is_equivalent(Object that) |
boolean |
_is_local() |
boolean |
_non_existent() |
ORB |
_orb() |
void |
_release() |
void |
_releaseReply(InputStream input) |
Request |
_request(java.lang.String operation) |
OutputStream |
_request(java.lang.String operation,
boolean responseExpected) |
void |
_servant_postinvoke(ServantObject servant) |
ServantObject |
_servant_preinvoke(java.lang.String operation,
java.lang.Class expectedType) |
void |
_set_delegate(Delegate delegate) |
Object |
_set_policy_override(Policy[] policies,
SetOverrideType set_add) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public Delegate _get_delegate()
public void _set_delegate(Delegate delegate)
public abstract java.lang.String[] _ids()
public InterfaceDef _get_interface()
_get_interface
in interface Object
public Object _get_interface_def()
_get_interface_def
in interface Object
public Object _duplicate()
_duplicate
in interface Object
public boolean _is_equivalent(Object that)
_is_equivalent
in interface Object
public boolean _non_existent()
_non_existent
in interface Object
public Object _get_component()
_get_component
in interface Object
public Request _request(java.lang.String operation)
public OutputStream _request(java.lang.String operation, boolean responseExpected)
public InputStream _invoke(OutputStream output) throws ApplicationException, RemarshalException
public void _releaseReply(InputStream input)
public Request _create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)
_create_request
in interface Object
public Request _create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
_create_request
in interface Object
public Policy _get_policy(int policy_type)
_get_policy
in interface Object
public DomainManager[] _get_domain_managers()
_get_domain_managers
in interface Object
public Object _set_policy_override(Policy[] policies, SetOverrideType set_add)
_set_policy_override
in interface Object
public ORB _orb()
public boolean _is_local()
public ServantObject _servant_preinvoke(java.lang.String operation, java.lang.Class expectedType)
public void _servant_postinvoke(ServantObject servant)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object