org.omg.CosCollection

Interface OperationsOperations

Known Subinterfaces:
Operations
Known Implementing Classes:
OperationsPOA, OperationsPOATie, _OperationsStub

public interface OperationsOperations

Generated from IDL interface "Operations"

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

Method Summary

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()

Method Details

check_element_type

public boolean check_element_type(Any element)


check_key_type

public boolean check_key_type(Any key)


compare

public int compare(Any element1,
                   Any element2)


destroy

public void destroy()


element_type

public TypeCode element_type()


equal

public boolean equal(Any element1,
                     Any element2)


hash

public int hash(Any element,
                int value)


key

public Any key(Any element)


key_compare

public int key_compare(Any key1,
                       Any key2)


key_equal

public boolean key_equal(Any key1,
                         Any key2)


key_hash

public int key_hash(Any thisKey,
                    int value)


key_type

public TypeCode key_type()