org.omg.CosCollection
Interface OperationsOperations

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

public interface OperationsOperations

Generated from IDL interface "Operations".

Version:
generated at Mar 21, 2012 11:04:28 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009

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

Method Detail

element_type

TypeCode element_type()

check_element_type

boolean check_element_type(Any element)

equal

boolean equal(Any element1,
              Any element2)

compare

int compare(Any element1,
            Any element2)

hash

int hash(Any element,
         int value)

key

Any key(Any element)

key_type

TypeCode key_type()

check_key_type

boolean check_key_type(Any key)

key_equal

boolean key_equal(Any key1,
                  Any key2)

key_compare

int key_compare(Any key1,
                Any key2)

key_hash

int key_hash(Any thisKey,
             int value)

destroy

void destroy()