org.omg.CosCollection
Class _CollectionStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.CosCollection._CollectionStub
- All Implemented Interfaces:
- Serializable, Object, IDLEntity, Collection, CollectionOperations
public class _CollectionStub
- extends ObjectImpl
- implements Collection
Generated from IDL interface "Collection".
- Version:
- generated at 03-Nov-2015 12:24:02
- Author:
- JacORB IDL compiler V 3.7
- See Also:
- Serialized Form
| Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
| Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
_opsClass
public static final Class _opsClass
_CollectionStub
public _CollectionStub()
_ids
public String[] _ids()
- Specified by:
_ids in class ObjectImpl
remove_all
public int remove_all()
- Specified by:
remove_all in interface CollectionOperations
add_element
public boolean add_element(Any element)
throws ElementInvalid
- Specified by:
add_element in interface CollectionOperations
- Throws:
ElementInvalid
remove_element_at
public void remove_element_at(Iterator where)
throws IteratorInvalid,
IteratorInBetween
- Specified by:
remove_element_at in interface CollectionOperations
- Throws:
IteratorInvalid
IteratorInBetween
replace_element_at
public void replace_element_at(Iterator where,
Any element)
throws ElementInvalid,
IteratorInvalid,
IteratorInBetween
- Specified by:
replace_element_at in interface CollectionOperations
- Throws:
ElementInvalid
IteratorInvalid
IteratorInBetween
number_of_elements
public int number_of_elements()
- Specified by:
number_of_elements in interface CollectionOperations
create_iterator
public Iterator create_iterator(boolean read_only)
- Specified by:
create_iterator in interface CollectionOperations
element_type
public TypeCode element_type()
- Specified by:
element_type in interface CollectionOperations
retrieve_element_at
public boolean retrieve_element_at(Iterator where,
AnyHolder element)
throws IteratorInvalid,
IteratorInBetween
- Specified by:
retrieve_element_at in interface CollectionOperations
- Throws:
IteratorInvalid
IteratorInBetween
add_element_set_iterator
public boolean add_element_set_iterator(Any element,
Iterator where)
throws ElementInvalid,
IteratorInvalid
- Specified by:
add_element_set_iterator in interface CollectionOperations
- Throws:
ElementInvalid
IteratorInvalid
is_empty
public boolean is_empty()
- Specified by:
is_empty in interface CollectionOperations
destroy
public void destroy()
- Specified by:
destroy in interface CollectionOperations
add_all_from
public void add_all_from(Collection collector)
throws ElementInvalid
- Specified by:
add_all_from in interface CollectionOperations
- Throws:
ElementInvalid
all_elements_do
public boolean all_elements_do(Command what)
- Specified by:
all_elements_do in interface CollectionOperations
Copyright © 2015 JacORB. All rights reserved.