org.omg.CosCollection
Class IteratorPOA

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosCollection.IteratorPOA
All Implemented Interfaces:
InvokeHandler, IteratorOperations
Direct Known Subclasses:
IteratorPOATie

public abstract class IteratorPOA
extends Servant
implements InvokeHandler, IteratorOperations

Generated from IDL interface "Iterator"

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

Constructor Summary
IteratorPOA()
           
 
Method Summary
 java.lang.String[] _all_interfaces(POA poa, byte[] obj_id)
           
 OutputStream _invoke(java.lang.String method, InputStream _input, ResponseHandler handler)
           
 Iterator _this()
           
 Iterator _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.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
 

Constructor Detail

IteratorPOA

public IteratorPOA()
Method Detail

_this

public Iterator _this()

_this

public Iterator _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