org.omg.CosCollection

Class EqualitySortedIteratorPOATie

Implemented Interfaces:
EqualityIteratorOperations, EqualitySortedIteratorOperations, InvokeHandler, IteratorOperations, OrderedIteratorOperations, SortedIteratorOperations

public class EqualitySortedIteratorPOATie
extends EqualitySortedIteratorPOA

Generated from IDL interface "EqualitySortedIterator"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Constructor Summary

EqualitySortedIteratorPOATie(EqualitySortedIteratorOperations delegate)
EqualitySortedIteratorPOATie(EqualitySortedIteratorOperations delegate, POA poa)

Method Summary

Iterator
_clone()
POA
_default_POA()
EqualitySortedIteratorOperations
_delegate()
void
_delegate(EqualitySortedIteratorOperations delegate)
EqualitySortedIterator
_this()
EqualitySortedIterator
_this(ORB orb)
boolean
add_element_set_iterator(Any element)
boolean
add_n_elements_set_iterator(Any[] elements, IntHolder actual_number)
void
assign(Iterator from_where)
void
destroy()
void
invalidate()
boolean
is_const()
boolean
is_equal(Iterator test)
boolean
is_first()
boolean
is_for(Collection collector)
boolean
is_for_same(Iterator test)
boolean
is_in_between()
boolean
is_last()
boolean
is_reverse()
boolean
is_valid()
boolean
not_equal_remove_element_set_to_next(Iterator test)
boolean
not_equal_remove_element_set_to_previous(Iterator test)
boolean
not_equal_replace_element_set_to_next(Iterator test, Any element)
boolean
not_equal_replace_element_set_to_previous(Iterator test, Any element)
boolean
not_equal_retrieve_element_set_to_next(Iterator test, AnyHolder element)
boolean
not_equal_retrieve_element_set_to_previous(Iterator test, AnyHolder element)
int
position()
void
remove_element()
boolean
remove_element_set_to_next()
boolean
remove_element_set_to_previous()
boolean
remove_next_n_elements(int n, IntHolder actual_number)
boolean
remove_previous_n_elements(int n, IntHolder actual_number)
void
replace_element(Any element)
boolean
replace_element_set_to_next(Any element)
boolean
replace_element_set_to_previous(Any element)
boolean
replace_next_n_elements(Any[] elements, IntHolder actual_number)
boolean
replace_previous_n_elements(Any[] elements, IntHolder actual_number)
boolean
retrieve_element(AnyHolder element)
boolean
retrieve_element_set_to_next(AnyHolder element, BooleanHolder more)
boolean
retrieve_element_set_to_previous(AnyHolder element, BooleanHolder more)
boolean
retrieve_next_n_elements(int n, AnySequenceHolder result, BooleanHolder more)
boolean
retrieve_previous_n_elements(int n, AnySequenceHolder result, BooleanHolder more)
boolean
set_to_element_with_value(Any element)
boolean
set_to_first_element()
boolean
set_to_first_element_with_value(Any element, LowerBoundStyle style)
boolean
set_to_last_element()
boolean
set_to_last_element_with_value(Any element, UpperBoundStyle style)
boolean
set_to_next_element()
boolean
set_to_next_element_with_different_value()
boolean
set_to_next_element_with_value(Any element)
boolean
set_to_next_nth_element(int n)
boolean
set_to_nth_previous_element(int n)
void
set_to_position(int position)
boolean
set_to_previous_element()
boolean
set_to_previous_element_with_different_value()
boolean
set_to_previous_element_with_value(Any elementally)

Methods inherited from class org.omg.CosCollection.EqualitySortedIteratorPOA

_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

Constructor Details

EqualitySortedIteratorPOATie

public EqualitySortedIteratorPOATie(EqualitySortedIteratorOperations delegate)


EqualitySortedIteratorPOATie

public EqualitySortedIteratorPOATie(EqualitySortedIteratorOperations delegate,
                                    POA poa)

Method Details

_clone

public Iterator _clone()
Specified by:
_clone in interface IteratorOperations


_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public EqualitySortedIteratorOperations _delegate()


_delegate

public void _delegate(EqualitySortedIteratorOperations delegate)


_this

public EqualitySortedIterator _this()
Overrides:
_this in interface EqualitySortedIteratorPOA


_this

public EqualitySortedIterator _this(ORB orb)
Overrides:
_this in interface EqualitySortedIteratorPOA


add_element_set_iterator

public boolean add_element_set_iterator(Any element)
            throws ElementInvalid
Specified by:
add_element_set_iterator in interface IteratorOperations


add_n_elements_set_iterator

public boolean add_n_elements_set_iterator(Any[] elements,
                                           IntHolder actual_number)
            throws ElementInvalid
Specified by:
add_n_elements_set_iterator in interface IteratorOperations


assign

public void assign(Iterator from_where)
            throws IteratorInvalid
Specified by:
assign in interface IteratorOperations


destroy

public void destroy()
Specified by:
destroy in interface IteratorOperations


invalidate

public void invalidate()
Specified by:
invalidate in interface IteratorOperations


is_const

public boolean is_const()
Specified by:
is_const in interface IteratorOperations


is_equal

public boolean is_equal(Iterator test)
            throws IteratorInvalid
Specified by:
is_equal in interface IteratorOperations


is_first

public boolean is_first()
Specified by:
is_first in interface OrderedIteratorOperations


is_for

public boolean is_for(Collection collector)
Specified by:
is_for in interface IteratorOperations


is_for_same

public boolean is_for_same(Iterator test)
Specified by:
is_for_same in interface OrderedIteratorOperations


is_in_between

public boolean is_in_between()
Specified by:
is_in_between in interface IteratorOperations


is_last

public boolean is_last()
Specified by:
is_last in interface OrderedIteratorOperations


is_reverse

public boolean is_reverse()
Specified by:
is_reverse in interface OrderedIteratorOperations


is_valid

public boolean is_valid()
Specified by:
is_valid in interface IteratorOperations


not_equal_remove_element_set_to_next

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


not_equal_remove_element_set_to_previous

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


not_equal_replace_element_set_to_next

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


not_equal_replace_element_set_to_previous

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


not_equal_retrieve_element_set_to_next

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


not_equal_retrieve_element_set_to_previous

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


position

public int position()
            throws IteratorInvalid
Specified by:
position in interface OrderedIteratorOperations


remove_element

public void remove_element()
            throws IteratorInBetween,
                   IteratorInvalid
Specified by:
remove_element in interface IteratorOperations


remove_element_set_to_next

public boolean remove_element_set_to_next()
            throws IteratorInBetween,
                   IteratorInvalid
Specified by:
remove_element_set_to_next in interface IteratorOperations


remove_element_set_to_previous

public boolean remove_element_set_to_previous()
            throws IteratorInBetween,
                   IteratorInvalid
Specified by:
remove_element_set_to_previous in interface OrderedIteratorOperations


remove_next_n_elements

public boolean remove_next_n_elements(int n,
                                      IntHolder actual_number)
            throws IteratorInBetween,
                   IteratorInvalid
Specified by:
remove_next_n_elements in interface IteratorOperations


remove_previous_n_elements

public boolean remove_previous_n_elements(int n,
                                          IntHolder actual_number)
            throws IteratorInBetween,
                   IteratorInvalid
Specified by:
remove_previous_n_elements in interface OrderedIteratorOperations


replace_element

public void replace_element(Any element)
            throws ElementInvalid,
                   IteratorInBetween,
                   IteratorInvalid
Specified by:
replace_element in interface IteratorOperations


replace_element_set_to_next

public boolean replace_element_set_to_next(Any element)
            throws ElementInvalid,
                   IteratorInBetween,
                   IteratorInvalid
Specified by:
replace_element_set_to_next in interface IteratorOperations


replace_element_set_to_previous

public boolean replace_element_set_to_previous(Any element)
            throws ElementInvalid,
                   IteratorInBetween,
                   IteratorInvalid
Specified by:
replace_element_set_to_previous in interface OrderedIteratorOperations


replace_next_n_elements

public boolean replace_next_n_elements(Any[] elements,
                                       IntHolder actual_number)
            throws ElementInvalid,
                   IteratorInBetween,
                   IteratorInvalid
Specified by:
replace_next_n_elements in interface IteratorOperations


replace_previous_n_elements

public boolean replace_previous_n_elements(Any[] elements,
                                           IntHolder actual_number)
            throws ElementInvalid,
                   IteratorInBetween,
                   IteratorInvalid
Specified by:
replace_previous_n_elements in interface OrderedIteratorOperations


retrieve_element

public boolean retrieve_element(AnyHolder element)
            throws IteratorInBetween,
                   IteratorInvalid
Specified by:
retrieve_element in interface IteratorOperations


retrieve_element_set_to_next

public boolean retrieve_element_set_to_next(AnyHolder element,
                                            BooleanHolder more)
            throws IteratorInBetween,
                   IteratorInvalid
Specified by:
retrieve_element_set_to_next in interface IteratorOperations


retrieve_element_set_to_previous

public boolean retrieve_element_set_to_previous(AnyHolder element,
                                                BooleanHolder more)
            throws IteratorInBetween,
                   IteratorInvalid
Specified by:
retrieve_element_set_to_previous in interface OrderedIteratorOperations


retrieve_next_n_elements

public boolean retrieve_next_n_elements(int n,
                                        AnySequenceHolder result,
                                        BooleanHolder more)
            throws IteratorInBetween,
                   IteratorInvalid
Specified by:
retrieve_next_n_elements in interface IteratorOperations


retrieve_previous_n_elements

public boolean retrieve_previous_n_elements(int n,
                                            AnySequenceHolder result,
                                            BooleanHolder more)
            throws IteratorInBetween,
                   IteratorInvalid
Specified by:
retrieve_previous_n_elements in interface OrderedIteratorOperations


set_to_element_with_value

public boolean set_to_element_with_value(Any element)
            throws ElementInvalid
Specified by:
set_to_element_with_value in interface EqualityIteratorOperations


set_to_first_element

public boolean set_to_first_element()
Specified by:
set_to_first_element in interface IteratorOperations


set_to_first_element_with_value

public boolean set_to_first_element_with_value(Any element,
                                               LowerBoundStyle style)
            throws ElementInvalid
Specified by:
set_to_first_element_with_value in interface EqualitySortedIteratorOperations


set_to_last_element

public boolean set_to_last_element()
Specified by:
set_to_last_element in interface OrderedIteratorOperations


set_to_last_element_with_value

public boolean set_to_last_element_with_value(Any element,
                                              UpperBoundStyle style)
            throws ElementInvalid
Specified by:
set_to_last_element_with_value in interface EqualitySortedIteratorOperations


set_to_next_element

public boolean set_to_next_element()
            throws IteratorInvalid
Specified by:
set_to_next_element in interface IteratorOperations


set_to_next_element_with_different_value

public boolean set_to_next_element_with_different_value()
            throws IteratorInBetween,
                   IteratorInvalid
Specified by:
set_to_next_element_with_different_value in interface EqualityIteratorOperations


set_to_next_element_with_value

public boolean set_to_next_element_with_value(Any element)
            throws ElementInvalid,
                   IteratorInvalid
Specified by:
set_to_next_element_with_value in interface EqualityIteratorOperations


set_to_next_nth_element

public boolean set_to_next_nth_element(int n)
            throws IteratorInvalid
Specified by:
set_to_next_nth_element in interface IteratorOperations


set_to_nth_previous_element

public boolean set_to_nth_previous_element(int n)
            throws IteratorInvalid
Specified by:
set_to_nth_previous_element in interface OrderedIteratorOperations


set_to_position

public void set_to_position(int position)
            throws PositionInvalid
Specified by:
set_to_position in interface OrderedIteratorOperations


set_to_previous_element

public boolean set_to_previous_element()
            throws IteratorInvalid
Specified by:
set_to_previous_element in interface OrderedIteratorOperations


set_to_previous_element_with_different_value

public boolean set_to_previous_element_with_different_value()
            throws IteratorInBetween,
                   IteratorInvalid
Specified by:
set_to_previous_element_with_different_value in interface EqualitySortedIteratorOperations


set_to_previous_element_with_value

public boolean set_to_previous_element_with_value(Any elementally)
            throws ElementInvalid,
                   IteratorInvalid
Specified by:
set_to_previous_element_with_value in interface EqualitySortedIteratorOperations