org.omg.CosPropertyService
Class PropertiesIteratorPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosPropertyService.PropertiesIteratorPOA
          extended by org.omg.CosPropertyService.PropertiesIteratorPOATie
All Implemented Interfaces:
InvokeHandler, PropertiesIteratorOperations

public class PropertiesIteratorPOATie
extends PropertiesIteratorPOA

Generated from IDL interface "PropertiesIterator".

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

Constructor Summary
PropertiesIteratorPOATie(PropertiesIteratorOperations delegate)
           
PropertiesIteratorPOATie(PropertiesIteratorOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 PropertiesIteratorOperations _delegate()
           
 void _delegate(PropertiesIteratorOperations delegate)
           
 PropertiesIterator _this()
           
 PropertiesIterator _this(ORB orb)
           
 void destroy()
           
 boolean next_n(int how_many, PropertiesHolder nproperties)
           
 boolean next_one(PropertyHolder aproperty)
           
 void reset()
           
 
Methods inherited from class org.omg.CosPropertyService.PropertiesIteratorPOA
_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

PropertiesIteratorPOATie

public PropertiesIteratorPOATie(PropertiesIteratorOperations delegate)

PropertiesIteratorPOATie

public PropertiesIteratorPOATie(PropertiesIteratorOperations delegate,
                                POA poa)
Method Detail

_this

public PropertiesIterator _this()
Overrides:
_this in class PropertiesIteratorPOA

_this

public PropertiesIterator _this(ORB orb)
Overrides:
_this in class PropertiesIteratorPOA

_delegate

public PropertiesIteratorOperations _delegate()

_delegate

public void _delegate(PropertiesIteratorOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

next_n

public boolean next_n(int how_many,
                      PropertiesHolder nproperties)

next_one

public boolean next_one(PropertyHolder aproperty)

reset

public void reset()

destroy

public void destroy()