KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CosNaming > BindingIteratorHolder

org.omg.CosNaming
Class BindingIteratorHolder

java.lang.Object
  extended by org.omg.CosNaming.BindingIteratorHolder
All Implemented Interfaces:
Streamable
See Also:
Top Examples, Source Code, NamingContextOperations.list(int, org.omg.CosNaming.BindingListHolder org.omg.CosNaming.BindingIteratorHolder)

public BindingIteratorHolder()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BindingIteratorHolder(BindingIterator initialValue)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BindingIterator value
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void _read(InputStream i)
See Also:
Streamable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TypeCode _type()
See Also:
Streamable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void _write(OutputStream o)
See Also:
Streamable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags