public class BindingIteratorPOATie extends BindingIteratorPOA
Constructor and Description |
---|
BindingIteratorPOATie(BindingIteratorOperations delegate) |
BindingIteratorPOATie(BindingIteratorOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
BindingIteratorOperations |
_delegate() |
void |
_delegate(BindingIteratorOperations delegate) |
void |
destroy()
This operation destroys the iterator.
|
boolean |
next_n(int how_many,
BindingListHolder bl)
This operation returns at most the requested number of bindings.
|
boolean |
next_one(BindingHolder b)
This operation returns the next binding.
|
_all_interfaces, _invoke, _this, _this
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public BindingIteratorPOATie(BindingIteratorOperations delegate)
public BindingIteratorPOATie(BindingIteratorOperations delegate, POA poa)
public BindingIteratorOperations _delegate()
public void _delegate(BindingIteratorOperations delegate)
public POA _default_POA()
Servant
_default_POA
in class Servant
default_POA
the POA associated with the
Servant
.public boolean next_one(BindingHolder b)
b
- the returned bindingpublic boolean next_n(int how_many, BindingListHolder bl)
how_many
- the maximum number of bindings tro return bl
- the returned bindingspublic void destroy()
Copyright © 2021 JBoss by Red Hat. All rights reserved.