public class EqualityCollectionPOATie extends EqualityCollectionPOA
Constructor and Description |
---|
EqualityCollectionPOATie(EqualityCollectionOperations delegate) |
EqualityCollectionPOATie(EqualityCollectionOperations 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 EqualityCollectionPOATie(EqualityCollectionOperations delegate)
public EqualityCollectionPOATie(EqualityCollectionOperations delegate, POA poa)
public EqualityCollection _this()
_this
in class EqualityCollectionPOA
public EqualityCollection _this(ORB orb)
_this
in class EqualityCollectionPOA
public EqualityCollectionOperations _delegate()
public void _delegate(EqualityCollectionOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public boolean locate_or_add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public int number_of_elements()
public boolean locate_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
IteratorInvalid
IteratorInBetween
public TypeCode element_type()
public boolean remove_element(Any element) throws ElementInvalid
ElementInvalid
public int number_of_different_elements()
public boolean contains_element(Any element) throws ElementInvalid
ElementInvalid
public void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalid
IteratorInBetween
public boolean add_element(Any element) throws ElementInvalid
ElementInvalid
public boolean locate_next_different_element(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalid
IteratorInBetween
public boolean is_empty()
public Iterator create_iterator(boolean read_only)
public boolean locate_next_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public boolean contains_all_from(Collection collector) throws ElementInvalid
ElementInvalid
public boolean locate_or_add_element(Any element) throws ElementInvalid
ElementInvalid
public int number_of_occurrences(Any element) throws ElementInvalid
ElementInvalid
public boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public int remove_all()
public void destroy()
public void add_all_from(Collection collector) throws ElementInvalid
ElementInvalid
public boolean all_elements_do(Command what)
public void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInvalid, IteratorInBetween
public int remove_all_occurrences(Any element) throws ElementInvalid
ElementInvalid