org.omg.CosNaming
public class _BindingIteratorStub extends ObjectImpl implements BindingIterator
Constructor and Description |
---|
_BindingIteratorStub()
Create the stub.
|
Modifier and Type | Method and Description |
---|---|
String[] |
_ids()
Get an array of repository ids for this object.
|
boolean |
_non_existent()
Returns true if the object has been destroyed.
|
void |
destroy()
Destroys the object on the server side.
|
protected void |
finalize()
Destroys the iterator instance on the server side, calling
destroy() . |
boolean |
next_n(int amount,
BindingListHolder a_list)
Return the desired amount of bindings.
|
boolean |
next_one(BindingHolder a_binding)
Return the next binding.
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, toString
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _release, _request, _set_policy_override
public _BindingIteratorStub()
public String[] _ids()
_ids
in class ObjectImpl
public boolean _non_existent()
_non_existent
in interface Object
_non_existent
in class ObjectImpl
public void destroy()
destroy
in interface BindingIterator
destroy
in interface BindingIteratorOperations
public boolean next_n(int amount, BindingListHolder a_list)
next_n
in interface BindingIterator
next_n
in interface BindingIteratorOperations
amount
- the maximal number of bindings to return.a_list
- a holder to store the returned bindings.public boolean next_one(BindingHolder a_binding)
next_one
in interface BindingIterator
next_one
in interface BindingIteratorOperations
a_binding
- a holder, where the next binding will be stored.protected void finalize() throws Throwable
destroy()
.finalize
in class Object
Throwable
System.gc()
,
System.runFinalizersOnExit(boolean)
,
java.lang.ref