Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosCollection.CollectionPOA
org.omg.CosCollection.CollectionPOATie
public class CollectionPOATie
extends CollectionPOA
Constructor Summary | |
| |
|
Method Summary | |
POA | |
CollectionOperations | |
void |
|
Collection |
|
Collection | |
void |
|
boolean |
|
boolean |
|
boolean |
|
Iterator |
|
void |
|
TypeCode | |
boolean |
|
int | |
int | |
void |
|
void |
|
boolean |
|
Methods inherited from class org.omg.CosCollection.CollectionPOA | |
_all_interfaces , _invoke , _this , _this |
Methods inherited from class org.omg.PortableServer.Servant | |
_all_interfaces , _default_POA , _get_delegate , _get_interface , _get_interface_def , _is_a , _non_existent , _object_id , _orb , _poa , _set_delegate , _this_object , _this_object |
public void add_all_from(Collection collector) throws ElementInvalid
- Specified by:
- add_all_from in interface CollectionOperations
public boolean add_element(Any element) throws ElementInvalid
- Specified by:
- add_element in interface CollectionOperations
public boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- add_element_set_iterator in interface CollectionOperations
public boolean all_elements_do(Command what)
- Specified by:
- all_elements_do in interface CollectionOperations
public Iterator create_iterator(boolean read_only)
- Specified by:
- create_iterator in interface CollectionOperations
public TypeCode element_type()
- Specified by:
- element_type in interface CollectionOperations
public int number_of_elements()
- Specified by:
- number_of_elements in interface CollectionOperations
public void remove_element_at(Iterator where) throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_element_at in interface CollectionOperations
public void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_element_at in interface CollectionOperations
public boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_element_at in interface CollectionOperations