org.omg.CosCollection
Class EqualitySortedCollectionPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosCollection.EqualitySortedCollectionPOA
          extended byorg.omg.CosCollection.EqualitySortedCollectionPOATie
All Implemented Interfaces:
CollectionOperations, EqualityCollectionOperations, EqualitySortedCollectionOperations, InvokeHandler, OrderedCollectionOperations, SortedCollectionOperations

public class EqualitySortedCollectionPOATie
extends EqualitySortedCollectionPOA

Generated from IDL interface "EqualitySortedCollection"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
EqualitySortedCollectionPOATie(EqualitySortedCollectionOperations delegate)
           
EqualitySortedCollectionPOATie(EqualitySortedCollectionOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 EqualitySortedCollectionOperations _delegate()
           
 void _delegate(EqualitySortedCollectionOperations delegate)
           
 EqualitySortedCollection _this()
           
 EqualitySortedCollection _this(ORB orb)
           
 void add_all_from(Collection collector)
           
 boolean add_element_set_iterator(Any element, Iterator where)
           
 boolean add_element(Any element)
           
 boolean all_elements_do(Command what)
           
 boolean contains_all_from(Collection collector)
           
 boolean contains_element(Any element)
           
 Iterator create_iterator(boolean read_only)
           
 OrderedIterator create_ordered_iterator(boolean read_only, boolean reverse_iteration)
           
 void destroy()
           
 TypeCode element_type()
           
 boolean is_empty()
           
 boolean locate_element(Any element, Iterator where)
           
 boolean locate_first_element(Any element, Iterator where)
           
 boolean locate_last_element(Any element, Iterator where)
           
 boolean locate_next_different_element(Iterator where)
           
 boolean locate_next_element(Any element, Iterator where)
           
 boolean locate_or_add_element_set_iterator(Any element, Iterator where)
           
 boolean locate_or_add_element(Any element)
           
 boolean locate_previous_different_element(Iterator where)
           
 boolean locate_previous_element(Any element, Iterator where)
           
 int number_of_different_elements()
           
 int number_of_elements()
           
 int number_of_occurrences(Any element)
           
 int remove_all_occurrences(Any element)
           
 int remove_all()
           
 void remove_element_at_position(int position)
           
 void remove_element_at(Iterator where)
           
 boolean remove_element(Any element)
           
 void remove_first_element()
           
 void remove_last_element()
           
 void replace_element_at(Iterator where, Any element)
           
 boolean retrieve_element_at_position(int position, AnyHolder element)
           
 boolean retrieve_element_at(Iterator where, AnyHolder element)
           
 boolean retrieve_first_element(AnyHolder element)
           
 boolean retrieve_last_element(AnyHolder element)
           
 
Methods inherited from class org.omg.CosCollection.EqualitySortedCollectionPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EqualitySortedCollectionPOATie

public EqualitySortedCollectionPOATie(EqualitySortedCollectionOperations delegate)

EqualitySortedCollectionPOATie

public EqualitySortedCollectionPOATie(EqualitySortedCollectionOperations delegate,
                                      POA poa)
Method Detail

_this

public EqualitySortedCollection _this()
Overrides:
_this in class EqualitySortedCollectionPOA

_this

public EqualitySortedCollection _this(ORB orb)
Overrides:
_this in class EqualitySortedCollectionPOA

_delegate

public EqualitySortedCollectionOperations _delegate()

_delegate

public void _delegate(EqualitySortedCollectionOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

locate_or_add_element_set_iterator

public boolean locate_or_add_element_set_iterator(Any element,
                                                  Iterator where)
                                           throws ElementInvalid,
                                                  IteratorInvalid
Throws:
ElementInvalid
IteratorInvalid

number_of_elements

public int number_of_elements()

locate_last_element

public boolean locate_last_element(Any element,
                                   Iterator where)
                            throws ElementInvalid,
                                   IteratorInvalid
Throws:
ElementInvalid
IteratorInvalid

locate_element

public boolean locate_element(Any element,
                              Iterator where)
                       throws ElementInvalid,
                              IteratorInvalid
Throws:
ElementInvalid
IteratorInvalid

retrieve_element_at

public boolean retrieve_element_at(Iterator where,
                                   AnyHolder element)
                            throws IteratorInvalid,
                                   IteratorInBetween
Throws:
IteratorInvalid
IteratorInBetween

retrieve_element_at_position

public boolean retrieve_element_at_position(int position,
                                            AnyHolder element)
                                     throws PositionInvalid
Throws:
PositionInvalid

locate_previous_different_element

public boolean locate_previous_different_element(Iterator where)
                                          throws IteratorInvalid
Throws:
IteratorInvalid

element_type

public TypeCode element_type()

locate_previous_element

public boolean locate_previous_element(Any element,
                                       Iterator where)
                                throws ElementInvalid,
                                       IteratorInvalid
Throws:
ElementInvalid
IteratorInvalid

create_ordered_iterator

public OrderedIterator create_ordered_iterator(boolean read_only,
                                               boolean reverse_iteration)

remove_element

public boolean remove_element(Any element)
                       throws ElementInvalid
Throws:
ElementInvalid

number_of_different_elements

public int number_of_different_elements()

contains_element

public boolean contains_element(Any element)
                         throws ElementInvalid
Throws:
ElementInvalid

remove_element_at

public void remove_element_at(Iterator where)
                       throws IteratorInvalid,
                              IteratorInBetween
Throws:
IteratorInvalid
IteratorInBetween

add_element

public boolean add_element(Any element)
                    throws ElementInvalid
Throws:
ElementInvalid

locate_next_different_element

public boolean locate_next_different_element(Iterator where)
                                      throws IteratorInvalid,
                                             IteratorInBetween
Throws:
IteratorInvalid
IteratorInBetween

is_empty

public boolean is_empty()

retrieve_first_element

public boolean retrieve_first_element(AnyHolder element)
                               throws EmptyCollection
Throws:
EmptyCollection

locate_next_element

public boolean locate_next_element(Any element,
                                   Iterator where)
                            throws ElementInvalid,
                                   IteratorInvalid
Throws:
ElementInvalid
IteratorInvalid

create_iterator

public Iterator create_iterator(boolean read_only)

locate_or_add_element

public boolean locate_or_add_element(Any element)
                              throws ElementInvalid
Throws:
ElementInvalid

contains_all_from

public boolean contains_all_from(Collection collector)
                          throws ElementInvalid
Throws:
ElementInvalid

locate_first_element

public boolean locate_first_element(Any element,
                                    Iterator where)
                             throws ElementInvalid,
                                    IteratorInvalid
Throws:
ElementInvalid
IteratorInvalid

number_of_occurrences

public int number_of_occurrences(Any element)
                          throws ElementInvalid
Throws:
ElementInvalid

remove_last_element

public void remove_last_element()
                         throws EmptyCollection
Throws:
EmptyCollection

add_element_set_iterator

public boolean add_element_set_iterator(Any element,
                                        Iterator where)
                                 throws ElementInvalid,
                                        IteratorInvalid
Throws:
ElementInvalid
IteratorInvalid

remove_first_element

public void remove_first_element()
                          throws EmptyCollection
Throws:
EmptyCollection

remove_all

public int remove_all()

destroy

public void destroy()

remove_element_at_position

public void remove_element_at_position(int position)
                                throws PositionInvalid
Throws:
PositionInvalid

retrieve_last_element

public boolean retrieve_last_element(AnyHolder element)
                              throws EmptyCollection
Throws:
EmptyCollection

add_all_from

public void add_all_from(Collection collector)
                  throws ElementInvalid
Throws:
ElementInvalid

replace_element_at

public void replace_element_at(Iterator where,
                               Any element)
                        throws ElementInvalid,
                               IteratorInvalid,
                               IteratorInBetween
Throws:
ElementInvalid
IteratorInvalid
IteratorInBetween

all_elements_do

public boolean all_elements_do(Command what)

remove_all_occurrences

public int remove_all_occurrences(Any element)
                           throws ElementInvalid
Throws:
ElementInvalid