org.omg.CosCollection
Class ComparatorPOATie

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

public class ComparatorPOATie
extends ComparatorPOA

Generated from IDL interface "Comparator".

Version:
generated at Dec 2, 2008 2:43:20 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007

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_component, _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)