public class _OperationsStub extends ObjectImpl implements Operations
| Constructor and Description |
|---|
_OperationsStub() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
boolean |
check_element_type(Any element) |
boolean |
check_key_type(Any key) |
int |
compare(Any element1,
Any element2) |
void |
destroy() |
TypeCode |
element_type() |
boolean |
equal(Any element1,
Any element2) |
int |
hash(Any element,
int value) |
int |
key_compare(Any key1,
Any key2) |
boolean |
key_equal(Any key1,
Any key2) |
int |
key_hash(Any thisKey,
int value) |
TypeCode |
key_type() |
Any |
key(Any element) |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic int compare(Any element1, Any element2)
compare in interface OperationsOperationspublic int key_hash(Any thisKey, int value)
key_hash in interface OperationsOperationspublic int hash(Any element, int value)
hash in interface OperationsOperationspublic boolean key_equal(Any key1, Any key2)
key_equal in interface OperationsOperationspublic Any key(Any element)
key in interface OperationsOperationspublic TypeCode element_type()
element_type in interface OperationsOperationspublic boolean equal(Any element1, Any element2)
equal in interface OperationsOperationspublic boolean check_element_type(Any element)
check_element_type in interface OperationsOperationspublic TypeCode key_type()
key_type in interface OperationsOperationspublic int key_compare(Any key1, Any key2)
key_compare in interface OperationsOperationspublic void destroy()
destroy in interface OperationsOperationspublic boolean check_key_type(Any key)
check_key_type in interface OperationsOperationsCopyright © 2015 JacORB. All rights reserved.