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, toStringclone, 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_overridepublic _BindingIteratorStub()
public String[] _ids()
_ids in class ObjectImplpublic boolean _non_existent()
_non_existent in interface Object_non_existent in class ObjectImplpublic void destroy()
destroy in interface BindingIteratordestroy in interface BindingIteratorOperationspublic boolean next_n(int amount, BindingListHolder a_list)
next_n in interface BindingIteratornext_n in interface BindingIteratorOperationsamount - 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 BindingIteratornext_one in interface BindingIteratorOperationsa_binding - a holder, where the next binding will be stored.protected void finalize() throws Throwable
destroy().finalize in class ObjectThrowableSystem.gc(),
System.runFinalizersOnExit(boolean),
java.lang.ref