public class KeyCollectionPOATie extends KeyCollectionPOA
Constructor and Description |
---|
KeyCollectionPOATie(KeyCollectionOperations delegate) |
KeyCollectionPOATie(KeyCollectionOperations 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 KeyCollectionPOATie(KeyCollectionOperations delegate)
public KeyCollectionPOATie(KeyCollectionOperations delegate, POA poa)
public KeyCollection _this()
_this
in class KeyCollectionPOA
public KeyCollection _this(ORB orb)
_this
in class KeyCollectionPOA
public KeyCollectionOperations _delegate()
public void _delegate(KeyCollectionOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public boolean add_or_replace_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public int number_of_elements_with_key(Any key) throws KeyInvalid
KeyInvalid
public boolean locate_next_element_with_different_key(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalid
IteratorInBetween
public int number_of_elements()
public int number_of_different_keys()
public boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
IteratorInvalid
IteratorInBetween
public boolean replace_element_with_key(Any element) throws ElementInvalid
ElementInvalid
public boolean add_or_replace_element_with_key(Any element) throws ElementInvalid
ElementInvalid
public TypeCode key_type()
public boolean retrieve_element_with_key(Any key, AnyHolder element) throws KeyInvalid
KeyInvalid
public void keys(Any[] elements, AnySequenceHolder keys) throws ElementInvalid
ElementInvalid
public TypeCode element_type()
public void key(Any element, AnyHolder key) throws ElementInvalid
ElementInvalid
public boolean remove_element_with_key(Any key) throws KeyInvalid
KeyInvalid
public void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalid
IteratorInBetween
public boolean add_element(Any element) throws ElementInvalid
ElementInvalid
public boolean locate_or_add_element_with_key(Any element) throws ElementInvalid
ElementInvalid
public boolean replace_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public boolean is_empty()
public Iterator create_iterator(boolean read_only)
public boolean locate_next_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
KeyInvalid
IteratorInvalid
public boolean locate_or_add_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public boolean locate_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
KeyInvalid
IteratorInvalid
public boolean contains_all_keys_from(KeyCollection collector) throws KeyInvalid
KeyInvalid
public int remove_all()
public int remove_all_elements_with_key(Any key) throws KeyInvalid
KeyInvalid
public void destroy()
public void add_all_from(Collection collector) throws ElementInvalid
ElementInvalid
public boolean contains_element_with_key(Any key) throws KeyInvalid
KeyInvalid
public boolean all_elements_do(Command what)
public void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInvalid, IteratorInBetween
Copyright © 2017 JacORB. All rights reserved.