public class CSequencePOATie extends CSequencePOA
Constructor and Description |
---|
CSequencePOATie(CSequenceOperations delegate) |
CSequencePOATie(CSequenceOperations delegate,
POA poa) |
_all_interfaces, _invoke
_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public CSequencePOATie(CSequenceOperations delegate)
public CSequencePOATie(CSequenceOperations delegate, POA poa)
public CSequence _this()
_this
in class CSequencePOA
public CSequence _this(ORB orb)
_this
in class CSequencePOA
public CSequenceOperations _delegate()
public void _delegate(CSequenceOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public void add_element_as_last(Any element) throws ElementInvalid
ElementInvalid
public void reverse()
public int number_of_elements()
public boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
IteratorInvalid
IteratorInBetween
public boolean retrieve_element_at_position(int position, AnyHolder element) throws PositionInvalid
PositionInvalid
public void add_element_as_first(Any element) throws ElementInvalid
ElementInvalid
public void add_element_at_position(int position, Any element) throws PositionInvalid, ElementInvalid
PositionInvalid
ElementInvalid
public void add_element_as_next(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public void replace_element_at_position(int position, Any element) throws PositionInvalid, ElementInvalid
PositionInvalid
ElementInvalid
public TypeCode element_type()
public void replace_last_element(Any element) throws EmptyCollection, ElementInvalid
EmptyCollection
ElementInvalid
public OrderedIterator create_ordered_iterator(boolean read_only, boolean reverse_iteration)
public void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalid
IteratorInBetween
public boolean add_element(Any element) throws ElementInvalid
ElementInvalid
public void sort(Comparator comparison)
public void add_element_at_position_set_iterator(int position, Any element, Iterator where) throws PositionInvalid, ElementInvalid, IteratorInvalid
public boolean is_empty()
public Iterator create_iterator(boolean read_only)
public boolean retrieve_first_element(AnyHolder element) throws EmptyCollection
EmptyCollection
public int compare(CSequence collector, Comparator comparison)
public void replace_first_element(Any element) throws EmptyCollection, ElementInvalid
EmptyCollection
ElementInvalid
public void add_element_as_last_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public void remove_last_element() throws EmptyCollection
EmptyCollection
public boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public void add_element_as_first_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public void remove_first_element() throws EmptyCollection
EmptyCollection
public int remove_all()
public void add_element_as_previous(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public void destroy()
public void add_all_from(Collection collector) throws ElementInvalid
ElementInvalid
public void remove_element_at_position(int position) throws PositionInvalid
PositionInvalid
public boolean retrieve_last_element(AnyHolder element) throws EmptyCollection
EmptyCollection
public boolean all_elements_do(Command what)
public void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInvalid, IteratorInBetween
Copyright © 2016 JacORB. All rights reserved.