|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.portable.ObjectImpl
org.omg.CosNaming._BindingIteratorStub
public class _BindingIteratorStub
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 | |
---|---|
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. |
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
---|
_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 |
Methods inherited from class java.lang.Object |
---|
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _release, _request, _set_policy_override |
Constructor Detail |
---|
public _BindingIteratorStub()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |