FileDocCategorySizeDatePackage
BindingIteratorHolder.javaAPI DocJava SE 6 API1289Tue Jun 10 01:33:22 BST 2008org.omg.CosNaming

BindingIteratorHolder

public final class BindingIteratorHolder extends Object implements org.omg.CORBA.portable.Streamable
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations. The bindings iterator is obtained by using the list method on the NamingContext.
see
org.omg.CosNaming.NamingContext#list

Fields Summary
public org.omg.CosNaming.BindingIterator
value
Constructors Summary
public BindingIteratorHolder()


    
  
  
public BindingIteratorHolder(org.omg.CosNaming.BindingIterator initialValue)

    value = initialValue;
  
Methods Summary
public void_read(org.omg.CORBA.portable.InputStream i)

    value = org.omg.CosNaming.BindingIteratorHelper.read (i);
  
public org.omg.CORBA.TypeCode_type()

    return org.omg.CosNaming.BindingIteratorHelper.type ();
  
public void_write(org.omg.CORBA.portable.OutputStream o)

    org.omg.CosNaming.BindingIteratorHelper.write (o, value);