org.omg.CosNaming

Class _BindingIteratorStub

public class _BindingIteratorStub extends ObjectImpl implements BindingIterator

The binding interator stub (proxy), used on the client side. The BindingIterator methods contains the code for remote invocaton.
Constructor Summary
_BindingIteratorStub()
Create the stub.
Method Summary
voiddestroy()
Destroys the object on the server side.
protected voidfinalize()
Destroys the iterator instance on the server side, calling {@link #destroy()}.
booleannext_n(int amount, BindingListHolder a_list)
{@inheritDoc}
booleannext_one(BindingHolder a_binding)
{@inheritDoc}
String[]_ids()
Get an array of repository ids for this object.
boolean_non_existent()
Returns true if the object has been destroyed.

Constructor Detail

_BindingIteratorStub

public _BindingIteratorStub()
Create the stub.

Method Detail

destroy

public void destroy()
Destroys the object on the server side. The destruction message is sent only once, even if the method is called repeatedly.

finalize

protected void finalize()
Destroys the iterator instance on the server side, calling {@link #destroy()}.

Throws: java.lang.Throwable

next_n

public boolean next_n(int amount, BindingListHolder a_list)
{@inheritDoc}

next_one

public boolean next_one(BindingHolder a_binding)
{@inheritDoc}

_ids

public String[] _ids()
Get an array of repository ids for this object.

_non_existent

public boolean _non_existent()
Returns true if the object has been destroyed.