org.omg.CosCollection
Class OperationsPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosCollection.OperationsPOA
          extended byorg.omg.CosCollection.OperationsPOATie
All Implemented Interfaces:
InvokeHandler, OperationsOperations

public class OperationsPOATie
extends OperationsPOA

Generated from IDL interface "Operations"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
OperationsPOATie(OperationsOperations delegate)
           
OperationsPOATie(OperationsOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 OperationsOperations _delegate()
           
 void _delegate(OperationsOperations delegate)
           
 Operations _this()
           
 Operations _this(ORB orb)
           
 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.CosCollection.OperationsPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationsPOATie

public OperationsPOATie(OperationsOperations delegate)

OperationsPOATie

public OperationsPOATie(OperationsOperations delegate,
                        POA poa)
Method Detail

_this

public Operations _this()
Overrides:
_this in class OperationsPOA

_this

public Operations _this(ORB orb)
Overrides:
_this in class OperationsPOA

_delegate

public OperationsOperations _delegate()

_delegate

public void _delegate(OperationsOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

compare

public int compare(Any element1,
                   Any element2)

key_hash

public int key_hash(Any thisKey,
                    int value)

hash

public int hash(Any element,
                int value)

key_equal

public boolean key_equal(Any key1,
                         Any key2)

key

public Any key(Any element)

element_type

public TypeCode element_type()

equal

public boolean equal(Any element1,
                     Any element2)

check_element_type

public boolean check_element_type(Any element)

key_type

public TypeCode key_type()

key_compare

public int key_compare(Any key1,
                       Any key2)

destroy

public void destroy()

check_key_type

public boolean check_key_type(Any key)