org.omg.CosCollection
Class KeyIteratorPOA

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

public abstract class KeyIteratorPOA
extends Servant
implements InvokeHandler, KeyIteratorOperations

Generated from IDL interface "KeyIterator"

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

Constructor Summary
KeyIteratorPOA()
           
 
Method Summary
 java.lang.String[] _all_interfaces(POA poa, byte[] obj_id)
           
 OutputStream _invoke(java.lang.String method, InputStream _input, ResponseHandler handler)
           
 KeyIterator _this()
           
 KeyIterator _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.KeyIteratorOperations
retrieve_key, retrieve_next_n_keys, set_to_element_with_key, set_to_next_element_with_different_key, set_to_next_element_with_key
 
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

KeyIteratorPOA

public KeyIteratorPOA()
Method Detail

_this

public KeyIterator _this()

_this

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