public interface Object
| Modifier and Type | Method and Description |
|---|---|
Request |
_create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result) |
Request |
_create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist) |
Object |
_duplicate() |
Policy |
_get_client_policy(int type) |
Object |
_get_component() |
DomainManager[] |
_get_domain_managers() |
Object |
_get_interface_def() |
InterfaceDef |
_get_interface()
Deprecated.
Deprecated by CORBA 2.3
|
ORB |
_get_orb() |
Policy[] |
_get_policy_overrides(int[] types) |
Policy |
_get_policy(int policy_type) |
int |
_hash(int maximum) |
boolean |
_is_a(String repositoryIdentifier) |
boolean |
_is_equivalent(Object other) |
boolean |
_non_existent() |
void |
_release() |
String |
_repository_id() |
Request |
_request(String operation) |
Object |
_set_policy_override(Policy[] policies,
SetOverrideType set_add) |
Object |
_set_policy_overrides(Policy[] policies,
SetOverrideType set_add) |
boolean |
_validate_connection(PolicyListHolder inconsistent_policies) |
boolean _is_a(String repositoryIdentifier)
boolean _is_equivalent(Object other)
boolean _non_existent()
int _hash(int maximum)
Object _duplicate()
void _release()
InterfaceDef _get_interface()
Object _get_interface_def()
String _repository_id()
Request _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
Request _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
Policy _get_policy(int policy_type)
DomainManager[] _get_domain_managers()
Object _set_policy_override(Policy[] policies, SetOverrideType set_add)
Object _set_policy_overrides(Policy[] policies, SetOverrideType set_add)
Policy _get_client_policy(int type)
Policy[] _get_policy_overrides(int[] types)
boolean _validate_connection(PolicyListHolder inconsistent_policies)
Object _get_component()
ORB _get_orb()
Copyright © 2017 JacORB. All rights reserved.