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:
org.omg.CORBA.portable.InvokeHandler, PropertiesIteratorOperations

public class PropertiesIteratorPOATie
extends PropertiesIteratorPOA

A PropertySet maintains a set of name-value pairs. The get_all_properties operation of the PropertySet interface returns a sequence of Property structures (Properties). If there are additional properties, the get_all_properties operation returns an object supporting the PropertiesIterator interface with the additional properties.

The PropertiesIterator interface allows a client to iterate through the name-value pairs using the next_one or next_n operations.


Constructor Summary
PropertiesIteratorPOATie(PropertiesIteratorOperations tieObject)
          Constructor
PropertiesIteratorPOATie(PropertiesIteratorOperations tieObject, org.omg.PortableServer.POA poa)
          Constructor
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          _default_POA method
 PropertiesIteratorOperations _delegate()
          Get the delegate
 void _delegate(PropertiesIteratorOperations delegate_)
          Set the delegate
 void destroy()
          Operation destroy
 boolean next_n(int how_many, PropertiesHolder nproperties)
          Operation next_n
 boolean next_one(PropertyHolder aproperty)
          Operation next_one
 void reset()
          Operation reset
 
Methods inherited from class org.omg.CosPropertyService.PropertiesIteratorPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesIteratorPOATie

public PropertiesIteratorPOATie(PropertiesIteratorOperations tieObject)
Constructor


PropertiesIteratorPOATie

public PropertiesIteratorPOATie(PropertiesIteratorOperations tieObject,
                                org.omg.PortableServer.POA poa)
Constructor

Method Detail

_delegate

public PropertiesIteratorOperations _delegate()
Get the delegate


_delegate

public void _delegate(PropertiesIteratorOperations delegate_)
Set the delegate


_default_POA

public org.omg.PortableServer.POA _default_POA()
_default_POA method

Overrides:
_default_POA in class org.omg.PortableServer.Servant

reset

public void reset()
Operation reset


next_one

public boolean next_one(PropertyHolder aproperty)
Operation next_one

Parameters:
aproperty - the retrieved property is returned in the output parameter.
Returns:
true if a property name was retrieved.

next_n

public boolean next_n(int how_many,
                      PropertiesHolder nproperties)
Operation next_n

Parameters:
how_many - the number of properties to retrieve.
nproperties - the sequence of retrieved properties is returned in the output parameter.
Returns:
true if at least one property was retrieved.

destroy

public void destroy()
Operation destroy