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.EqualitySequentialIteratorPOA
org.omg.CosCollection.EqualitySequentialIteratorPOATie
public class EqualitySequentialIteratorPOATie
extends EqualitySequentialIteratorPOA
Constructor Summary | |
Methods inherited from class org.omg.CosCollection.EqualitySequentialIteratorPOA | |
_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 EqualitySequentialIteratorPOATie(EqualitySequentialIteratorOperations delegate)
public EqualitySequentialIteratorPOATie(EqualitySequentialIteratorOperations delegate, POA poa)
public EqualitySequentialIterator _this()
- Overrides:
- _this in interface EqualitySequentialIteratorPOA
public EqualitySequentialIterator _this(ORB orb)
- Overrides:
- _this in interface EqualitySequentialIteratorPOA
public boolean add_element_as_next_set_iterator(Any element) throws ElementInvalid, IteratorInvalid
- Specified by:
- add_element_as_next_set_iterator in interface SequentialIteratorOperations
public boolean add_element_as_previous_set_iterator(Any element) throws ElementInvalid, IteratorInvalid
- Specified by:
- add_element_as_previous_set_iterator in interface SequentialIteratorOperations
public boolean add_element_set_iterator(Any element) throws ElementInvalid
- Specified by:
- add_element_set_iterator in interface IteratorOperations
public void add_n_elements_as_next_set_iterator(Any[] elements) throws ElementInvalid, IteratorInvalid
- Specified by:
- add_n_elements_as_next_set_iterator in interface SequentialIteratorOperations
public void add_n_elements_as_previous_set_iterator(Any[] elements) throws ElementInvalid, IteratorInvalid
- Specified by:
- add_n_elements_as_previous_set_iterator in interface SequentialIteratorOperations
public boolean add_n_elements_set_iterator(Any[] elements, IntHolder actual_number) throws ElementInvalid
- Specified by:
- add_n_elements_set_iterator in interface IteratorOperations
public void assign(Iterator from_where) throws IteratorInvalid
- Specified by:
- assign in interface IteratorOperations
public boolean is_equal(Iterator test) throws IteratorInvalid
- Specified by:
- is_equal in interface IteratorOperations
public boolean is_for(Collection collector)
- Specified by:
- is_for in interface IteratorOperations
public boolean is_for_same(Iterator test)
- Specified by:
- is_for_same in interface OrderedIteratorOperations
public boolean is_in_between()
- Specified by:
- is_in_between in interface IteratorOperations
public boolean not_equal_remove_element_set_to_next(Iterator test) throws IteratorInBetween, IteratorInvalid
- Specified by:
- not_equal_remove_element_set_to_next in interface IteratorOperations
public boolean not_equal_remove_element_set_to_previous(Iterator test) throws IteratorInBetween, IteratorInvalid
- Specified by:
- not_equal_remove_element_set_to_previous in interface OrderedIteratorOperations
public boolean not_equal_replace_element_set_to_next(Iterator test, Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- not_equal_replace_element_set_to_next in interface IteratorOperations
public boolean not_equal_replace_element_set_to_previous(Iterator test, Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- not_equal_replace_element_set_to_previous in interface OrderedIteratorOperations
public boolean not_equal_retrieve_element_set_to_next(Iterator test, AnyHolder element) throws IteratorInBetween, IteratorInvalid
- Specified by:
- not_equal_retrieve_element_set_to_next in interface IteratorOperations
public boolean not_equal_retrieve_element_set_to_previous(Iterator test, AnyHolder element) throws IteratorInBetween, IteratorInvalid
- Specified by:
- not_equal_retrieve_element_set_to_previous in interface OrderedIteratorOperations
public int position() throws IteratorInvalid
- Specified by:
- position in interface OrderedIteratorOperations
public void remove_element() throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_element in interface IteratorOperations
public boolean remove_element_set_to_next() throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_element_set_to_next in interface IteratorOperations
public boolean remove_element_set_to_previous() throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_element_set_to_previous in interface OrderedIteratorOperations
public boolean remove_next_n_elements(int n, IntHolder actual_number) throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_next_n_elements in interface IteratorOperations
public boolean remove_previous_n_elements(int n, IntHolder actual_number) throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_previous_n_elements in interface OrderedIteratorOperations
public void replace_element(Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_element in interface IteratorOperations
public boolean replace_element_set_to_next(Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_element_set_to_next in interface IteratorOperations
public boolean replace_element_set_to_previous(Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_element_set_to_previous in interface OrderedIteratorOperations
public boolean replace_next_n_elements(Any[] elements, IntHolder actual_number) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_next_n_elements in interface IteratorOperations
public boolean replace_previous_n_elements(Any[] elements, IntHolder actual_number) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_previous_n_elements in interface OrderedIteratorOperations
public boolean retrieve_element(AnyHolder element) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_element in interface IteratorOperations
public boolean retrieve_element_set_to_next(AnyHolder element, BooleanHolder more) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_element_set_to_next in interface IteratorOperations
public boolean retrieve_element_set_to_previous(AnyHolder element, BooleanHolder more) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_element_set_to_previous in interface OrderedIteratorOperations
public boolean retrieve_next_n_elements(int n, AnySequenceHolder result, BooleanHolder more) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_next_n_elements in interface IteratorOperations
public boolean retrieve_previous_n_elements(int n, AnySequenceHolder result, BooleanHolder more) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_previous_n_elements in interface OrderedIteratorOperations
public boolean set_to_element_with_value(Any element) throws ElementInvalid
- Specified by:
- set_to_element_with_value in interface EqualityIteratorOperations
public boolean set_to_first_element()
- Specified by:
- set_to_first_element in interface IteratorOperations
public boolean set_to_first_element_with_value(Any element) throws ElementInvalid
- Specified by:
- set_to_first_element_with_value in interface EqualitySequentialIteratorOperations
public boolean set_to_last_element()
- Specified by:
- set_to_last_element in interface OrderedIteratorOperations
public boolean set_to_last_element_with_value(Any element) throws ElementInvalid
- Specified by:
- set_to_last_element_with_value in interface EqualitySequentialIteratorOperations
public boolean set_to_next_element() throws IteratorInvalid
- Specified by:
- set_to_next_element in interface IteratorOperations
public boolean set_to_next_element_with_different_value() throws IteratorInBetween, IteratorInvalid
- Specified by:
- set_to_next_element_with_different_value in interface EqualityIteratorOperations
public boolean set_to_next_element_with_value(Any element) throws ElementInvalid, IteratorInvalid
- Specified by:
- set_to_next_element_with_value in interface EqualityIteratorOperations
public boolean set_to_next_nth_element(int n) throws IteratorInvalid
- Specified by:
- set_to_next_nth_element in interface IteratorOperations
public boolean set_to_nth_previous_element(int n) throws IteratorInvalid
- Specified by:
- set_to_nth_previous_element in interface OrderedIteratorOperations
public void set_to_position(int position) throws PositionInvalid
- Specified by:
- set_to_position in interface OrderedIteratorOperations
public boolean set_to_previous_element() throws IteratorInvalid
- Specified by:
- set_to_previous_element in interface OrderedIteratorOperations
public boolean set_to_previous_element_with_value(Any element) throws ElementInvalid
- Specified by:
- set_to_previous_element_with_value in interface EqualitySequentialIteratorOperations