public interface Object
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 exclist,
ContextList ctxlist) |
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) |
boolean |
_is_a(java.lang.String repositoryIdentifier) |
boolean |
_is_equivalent(Object other) |
boolean |
_non_existent() |
void |
_release() |
Request |
_request(java.lang.String operation) |
Object |
_set_policy_override(Policy[] policies,
SetOverrideType set_add) |
boolean _is_a(java.lang.String repositoryIdentifier)
boolean _is_equivalent(Object other)
boolean _non_existent()
Object _get_component()
int _hash(int maximum)
Object _duplicate()
void _release()
InterfaceDef _get_interface()
Object _get_interface_def()
Request _request(java.lang.String operation)
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 exclist, ContextList ctxlist)
Policy _get_policy(int policy_type)
DomainManager[] _get_domain_managers()
Object _set_policy_override(Policy[] policies, SetOverrideType set_add)