org.omg.CosNaming
Class BindingIteratorPOATie

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--org.omg.CosNaming.BindingIteratorPOA
              |
              +--org.omg.CosNaming.BindingIteratorPOATie
All Implemented Interfaces:
BindingIteratorOperations, InvokeHandler

public class BindingIteratorPOATie
extends BindingIteratorPOA

This interface provides an iterator to navigate into a naming context.


Constructor Summary
BindingIteratorPOATie(BindingIteratorOperations tieObject)
           
BindingIteratorPOATie(BindingIteratorOperations tieObject, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 BindingIteratorOperations _delegate()
           
 void _delegate(BindingIteratorOperations delegate_)
           
 void destroy()
          This operation destroys the iterator.
 boolean next_n(int how_many, BindingListHolder bl)
          This operation returns at most the requested number of bindings.
 boolean next_one(BindingHolder b)
          This operation returns the next binding.
 
Methods inherited from class org.omg.CosNaming.BindingIteratorPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _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

BindingIteratorPOATie

public BindingIteratorPOATie(BindingIteratorOperations tieObject)

BindingIteratorPOATie

public BindingIteratorPOATie(BindingIteratorOperations tieObject,
                             POA poa)
Method Detail

_delegate

public BindingIteratorOperations _delegate()

_delegate

public void _delegate(BindingIteratorOperations delegate_)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

next_one

public boolean next_one(BindingHolder b)
Description copied from interface: BindingIteratorOperations
This operation returns the next binding.
Following copied from interface: org.omg.CosNaming.BindingIteratorOperations
Returns:
If there are no more bindings, false is returned.

next_n

public boolean next_n(int how_many,
                      BindingListHolder bl)
Description copied from interface: BindingIteratorOperations
This operation returns at most the requested number of bindings.

destroy

public void destroy()
Description copied from interface: BindingIteratorOperations
This operation destroys the iterator.