org.omg.CosCollection
Class _OperationsStub

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.omg.CosCollection._OperationsStub
All 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.1 (JBoss patch 1), 01-Mar-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_OperationsStub()
           
 
Method Summary
 java.lang.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)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_OperationsStub

public _OperationsStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class ObjectImpl

compare

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

key_hash

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

hash

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

key_equal

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

key

public Any key(Any element)
Specified by:
key 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

check_element_type

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

key_type

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

key_compare

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

destroy

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

check_key_type

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