org.omg.CosCollection
Class EqualitySortedIteratorPOA

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosCollection.EqualitySortedIteratorPOA
All Implemented Interfaces:
EqualityIteratorOperations, EqualitySortedIteratorOperations, InvokeHandler, IteratorOperations, OrderedIteratorOperations, SortedIteratorOperations
Direct Known Subclasses:
EqualitySortedIteratorPOATie

public abstract class EqualitySortedIteratorPOA
extends Servant
implements InvokeHandler, EqualitySortedIteratorOperations

Generated from IDL interface "EqualitySortedIterator"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Constructor Summary
EqualitySortedIteratorPOA()
           
 
Method Summary
 java.lang.String[] _all_interfaces(POA poa, byte[] obj_id)
           
 OutputStream _invoke(java.lang.String method, InputStream _input, ResponseHandler handler)
           
 EqualitySortedIterator _this()
           
 EqualitySortedIterator _this(ORB orb)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _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
 
Methods inherited from interface org.omg.CosCollection.EqualitySortedIteratorOperations
set_to_first_element_with_value, set_to_last_element_with_value, set_to_previous_element_with_different_value, set_to_previous_element_with_value
 
Methods inherited from interface org.omg.CosCollection.EqualityIteratorOperations
set_to_element_with_value, set_to_next_element_with_different_value, set_to_next_element_with_value
 
Methods inherited from interface org.omg.CosCollection.IteratorOperations
_clone, add_element_set_iterator, add_n_elements_set_iterator, assign, destroy, invalidate, is_const, is_equal, is_for, is_in_between, is_valid, not_equal_remove_element_set_to_next, not_equal_replace_element_set_to_next, not_equal_retrieve_element_set_to_next, remove_element_set_to_next, remove_element, remove_next_n_elements, replace_element_set_to_next, replace_element, replace_next_n_elements, retrieve_element_set_to_next, retrieve_element, retrieve_next_n_elements, set_to_first_element, set_to_next_element, set_to_next_nth_element
 
Methods inherited from interface org.omg.CosCollection.OrderedIteratorOperations
is_first, is_for_same, is_last, is_reverse, not_equal_remove_element_set_to_previous, not_equal_replace_element_set_to_previous, not_equal_retrieve_element_set_to_previous, position, remove_element_set_to_previous, remove_previous_n_elements, replace_element_set_to_previous, replace_previous_n_elements, retrieve_element_set_to_previous, retrieve_previous_n_elements, set_to_last_element, set_to_nth_previous_element, set_to_position, set_to_previous_element
 

Constructor Detail

EqualitySortedIteratorPOA

public EqualitySortedIteratorPOA()
Method Detail

_this

public EqualitySortedIterator _this()

_this

public EqualitySortedIterator _this(ORB orb)

_invoke

public OutputStream _invoke(java.lang.String method,
                            InputStream _input,
                            ResponseHandler handler)
                     throws SystemException
Specified by:
_invoke in interface InvokeHandler
Throws:
SystemException

_all_interfaces

public java.lang.String[] _all_interfaces(POA poa,
                                          byte[] obj_id)
Specified by:
_all_interfaces in class Servant