org.omg.CosCollection
Class ComparatorPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosCollection.ComparatorPOA
          extended byorg.omg.CosCollection.ComparatorPOATie
All Implemented Interfaces:
ComparatorOperations, InvokeHandler

public class ComparatorPOATie
extends ComparatorPOA

Generated from IDL interface "Comparator"

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

Constructor Summary
ComparatorPOATie(ComparatorOperations delegate)
           
ComparatorPOATie(ComparatorOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 ComparatorOperations _delegate()
           
 void _delegate(ComparatorOperations delegate)
           
 Comparator _this()
           
 Comparator _this(ORB orb)
           
 int compare(Any element1, Any element2)
           
 
Methods inherited from class org.omg.CosCollection.ComparatorPOA
_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

ComparatorPOATie

public ComparatorPOATie(ComparatorOperations delegate)

ComparatorPOATie

public ComparatorPOATie(ComparatorOperations delegate,
                        POA poa)
Method Detail

_this

public Comparator _this()
Overrides:
_this in class ComparatorPOA

_this

public Comparator _this(ORB orb)
Overrides:
_this in class ComparatorPOA

_delegate

public ComparatorOperations _delegate()

_delegate

public void _delegate(ComparatorOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

compare

public int compare(Any element1,
                   Any element2)