public class CollectionPOATie extends CollectionPOA
| Constructor and Description |
|---|
CollectionPOATie(CollectionOperations delegate) |
CollectionPOATie(CollectionOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA() |
CollectionOperations |
_delegate() |
void |
_delegate(CollectionOperations delegate) |
Collection |
_this() |
Collection |
_this(ORB orb) |
void |
add_all_from(Collection collector) |
boolean |
add_element_set_iterator(Any element,
Iterator where) |
boolean |
add_element(Any element) |
boolean |
all_elements_do(Command what) |
Iterator |
create_iterator(boolean read_only) |
void |
destroy() |
TypeCode |
element_type() |
boolean |
is_empty() |
int |
number_of_elements() |
int |
remove_all() |
void |
remove_element_at(Iterator where) |
void |
replace_element_at(Iterator where,
Any element) |
boolean |
retrieve_element_at(Iterator where,
AnyHolder element) |
_all_interfaces, _invoke_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic CollectionPOATie(CollectionOperations delegate)
public CollectionPOATie(CollectionOperations delegate, POA poa)
public Collection _this()
_this in class CollectionPOApublic Collection _this(ORB orb)
_this in class CollectionPOApublic CollectionOperations _delegate()
public void _delegate(CollectionOperations delegate)
public POA _default_POA()
_default_POA in class Servantpublic int remove_all()
public boolean add_element(Any element) throws ElementInvalid
ElementInvalidpublic void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalidIteratorInBetweenpublic void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInvalid, IteratorInBetween
public int number_of_elements()
public Iterator create_iterator(boolean read_only)
public TypeCode element_type()
public boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
IteratorInvalidIteratorInBetweenpublic boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic boolean is_empty()
public void destroy()
public void add_all_from(Collection collector) throws ElementInvalid
ElementInvalidpublic boolean all_elements_do(Command what)
Copyright © 2015 JacORB. All rights reserved.