KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.CosNaming
Class BindingIteratorHelper

java.lang.Object
  extended by org.omg.CosNaming.BindingIteratorHelper
See Also:
Source Code, NamingContextOperations.list(int, org.omg.CosNaming.BindingListHolder org.omg.CosNaming.BindingIteratorHolder)

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


public static BindingIterator extract(Any a)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public static void insert(Any a,
                          BindingIterator that)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static BindingIterator narrow(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static BindingIterator read(InputStream istream)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public static BindingIterator unchecked_narrow(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void write(OutputStream ostream,
                         BindingIterator value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags