KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.CosNaming
Class _BindingIteratorStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CosNaming._BindingIteratorStub
All Implemented Interfaces:
Serializable, Object, IDLEntity, BindingIterator, BindingIteratorOperations
See Also:
Source Code, NamingContextOperations.list(int, org.omg.CosNaming.BindingListHolder, org.omg.CosNaming.BindingIteratorHolder)

public void destroy()
See Also:
BindingIteratorOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean next_n(int how_many,
                      BindingListHolder bl)
See Also:
BindingIteratorOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean next_one(BindingHolder b)
See Also:
BindingIteratorOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public String[] _ids()
See Also:
ObjectImpl
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags