public abstract class LocalObject extends java.lang.Object implements Object
Constructor and Description |
---|
LocalObject() |
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() |
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) |
java.lang.String[] |
_ids() |
InputStream |
_invoke(OutputStream output) |
boolean |
_is_a(java.lang.String repositoryId) |
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) |
Object |
_set_policy_override(Policy[] policies,
SetOverrideType set_add) |
boolean |
validate_connection() |
public boolean _is_equivalent(Object that)
_is_equivalent
in interface Object
public boolean _non_existent()
_non_existent
in interface Object
public java.lang.String[] _ids()
public Object _duplicate()
_duplicate
in interface Object
public Request _request(java.lang.String operation)
public Object _get_component()
_get_component
in interface Object
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 InterfaceDef _get_interface()
_get_interface
in interface Object
public Object _get_interface_def()
_get_interface_def
in interface Object
public ORB _orb()
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 boolean _is_local()
public ServantObject _servant_preinvoke(java.lang.String operation, java.lang.Class expectedType)
public void _servant_postinvoke(ServantObject servant)
public OutputStream _request(java.lang.String operation, boolean responseExpected)
public InputStream _invoke(OutputStream output) throws ApplicationException, RemarshalException
public void _releaseReply(InputStream input)
public boolean validate_connection()