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_component, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
public static final Class _opsClass
public String[] _ids()
_ids
in class ObjectImpl
public int compare(Any element1, Any element2)
compare
in interface OperationsOperations
public int key_hash(Any thisKey, int value)
key_hash
in interface OperationsOperations
public int hash(Any element, int value)
hash
in interface OperationsOperations
public boolean key_equal(Any key1, Any key2)
key_equal
in interface OperationsOperations
public Any key(Any element)
key
in interface OperationsOperations
public TypeCode element_type()
element_type
in interface OperationsOperations
public boolean equal(Any element1, Any element2)
equal
in interface OperationsOperations
public boolean check_element_type(Any element)
check_element_type
in interface OperationsOperations
public TypeCode key_type()
key_type
in interface OperationsOperations
public int key_compare(Any key1, Any key2)
key_compare
in interface OperationsOperations
public void destroy()
destroy
in interface OperationsOperations
public boolean check_key_type(Any key)
check_key_type
in interface OperationsOperations
Copyright © 2016 JacORB. All rights reserved.