org.omg.CosPropertyService
Class PropertyNamesIteratorPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosPropertyService.PropertyNamesIteratorPOA
          extended by org.omg.CosPropertyService.PropertyNamesIteratorPOATie
All Implemented Interfaces:
InvokeHandler, PropertyNamesIteratorOperations

public class PropertyNamesIteratorPOATie
extends PropertyNamesIteratorPOA

Generated from IDL interface "PropertyNamesIterator".

Version:
generated at Mar 31, 2009 8:42:31 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Constructor Summary
PropertyNamesIteratorPOATie(PropertyNamesIteratorOperations delegate)
           
PropertyNamesIteratorPOATie(PropertyNamesIteratorOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 PropertyNamesIteratorOperations _delegate()
           
 void _delegate(PropertyNamesIteratorOperations delegate)
           
 PropertyNamesIterator _this()
           
 PropertyNamesIterator _this(ORB orb)
           
 void destroy()
           
 boolean next_n(int how_many, PropertyNamesHolder property_names)
           
 boolean next_one(StringHolder property_name)
           
 void reset()
           
 
Methods inherited from class org.omg.CosPropertyService.PropertyNamesIteratorPOA
_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

PropertyNamesIteratorPOATie

public PropertyNamesIteratorPOATie(PropertyNamesIteratorOperations delegate)

PropertyNamesIteratorPOATie

public PropertyNamesIteratorPOATie(PropertyNamesIteratorOperations delegate,
                                   POA poa)
Method Detail

_this

public PropertyNamesIterator _this()
Overrides:
_this in class PropertyNamesIteratorPOA

_this

public PropertyNamesIterator _this(ORB orb)
Overrides:
_this in class PropertyNamesIteratorPOA

_delegate

public PropertyNamesIteratorOperations _delegate()

_delegate

public void _delegate(PropertyNamesIteratorOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

next_n

public boolean next_n(int how_many,
                      PropertyNamesHolder property_names)

next_one

public boolean next_one(StringHolder property_name)

reset

public void reset()

destroy

public void destroy()