public class OrderedCollectionPOATie extends OrderedCollectionPOA
| Constructor and Description |
|---|
OrderedCollectionPOATie(OrderedCollectionOperations delegate) |
OrderedCollectionPOATie(OrderedCollectionOperations delegate,
POA poa) |
_all_interfaces, _invoke_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic OrderedCollectionPOATie(OrderedCollectionOperations delegate)
public OrderedCollectionPOATie(OrderedCollectionOperations delegate, POA poa)
public OrderedCollection _this()
_this in class OrderedCollectionPOApublic OrderedCollection _this(ORB orb)
_this in class OrderedCollectionPOApublic OrderedCollectionOperations _delegate()
public void _delegate(OrderedCollectionOperations delegate)
public POA _default_POA()
_default_POA in class Servantpublic int number_of_elements()
public boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
IteratorInvalidIteratorInBetweenpublic boolean retrieve_element_at_position(int position,
AnyHolder element)
throws PositionInvalid
PositionInvalidpublic TypeCode element_type()
public OrderedIterator create_ordered_iterator(boolean read_only, boolean reverse_iteration)
public void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalidIteratorInBetweenpublic boolean add_element(Any element) throws ElementInvalid
ElementInvalidpublic boolean is_empty()
public Iterator create_iterator(boolean read_only)
public boolean retrieve_first_element(AnyHolder element) throws EmptyCollection
EmptyCollectionpublic void remove_last_element()
throws EmptyCollection
EmptyCollectionpublic boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic void remove_first_element()
throws EmptyCollection
EmptyCollectionpublic int remove_all()
public void destroy()
public void add_all_from(Collection collector) throws ElementInvalid
ElementInvalidpublic void remove_element_at_position(int position)
throws PositionInvalid
PositionInvalidpublic boolean retrieve_last_element(AnyHolder element) throws EmptyCollection
EmptyCollectionpublic boolean all_elements_do(Command what)
public void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInvalid, IteratorInBetween
Copyright © 2015 JacORB. All rights reserved.