org.omg.CosCollection

Class _OperationsStub

Implemented Interfaces:
IDLEntity, Object, Operations, OperationsOperations, java.io.Serializable

public class _OperationsStub
extends ObjectImpl
implements Operations

Generated from IDL interface "Operations"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Field Summary

static java.lang.Class
_opsClass

Method Summary

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)
Any
key(Any element)
int
key_compare(Any key1, Any key2)
boolean
key_equal(Any key1, Any key2)
int
key_hash(Any thisKey, int value)
TypeCode
key_type()

Methods inherited from class org.omg.CORBA.portable.ObjectImpl

_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface, _get_interface_def, _get_policy, _hash, _ids, _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

Field Details

_opsClass

public static final java.lang.Class _opsClass

Method Details

_ids

public String[] _ids()
Overrides:
_ids in interface ObjectImpl


check_element_type

public boolean check_element_type(Any element)
Specified by:
check_element_type in interface OperationsOperations


check_key_type

public boolean check_key_type(Any key)
Specified by:
check_key_type in interface OperationsOperations


compare

public int compare(Any element1,
                   Any element2)
Specified by:
compare in interface OperationsOperations


destroy

public void destroy()
Specified by:
destroy in interface OperationsOperations


element_type

public TypeCode element_type()
Specified by:
element_type in interface OperationsOperations


equal

public boolean equal(Any element1,
                     Any element2)
Specified by:
equal in interface OperationsOperations


hash

public int hash(Any element,
                int value)
Specified by:
hash in interface OperationsOperations


key

public Any key(Any element)
Specified by:
key in interface OperationsOperations


key_compare

public int key_compare(Any key1,
                       Any key2)
Specified by:
key_compare in interface OperationsOperations


key_equal

public boolean key_equal(Any key1,
                         Any key2)
Specified by:
key_equal in interface OperationsOperations


key_hash

public int key_hash(Any thisKey,
                    int value)
Specified by:
key_hash in interface OperationsOperations


key_type

public TypeCode key_type()
Specified by:
key_type in interface OperationsOperations