org.jacorb.collection
Class SequenceFactoryImpl
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosCollection.SequenceFactoryPOA
org.jacorb.collection.SequenceFactoryImpl
- All Implemented Interfaces:
- InvokeHandler, CollectionFactoryOperations, SequenceFactoryOperations
public class SequenceFactoryImpl
- extends SequenceFactoryPOA
| Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _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 |
IMPL_CATEGORY
public static final String IMPL_CATEGORY
- See Also:
- Constant Field Values
SequenceFactoryImpl
public SequenceFactoryImpl(POA poa)
create
public CSequence create(Operations ops,
int expected_size)
- Specified by:
create in interface SequenceFactoryOperations
create
public CSequence create(String ops_class,
int expected_size)
create
public CSequence create(OperationsOperations ops,
int expected_size,
POA poa)
generic_create
public Collection generic_create(NVPair[] parameters)
throws ParameterInvalid
- Specified by:
generic_create in interface CollectionFactoryOperations
- Throws:
ParameterInvalid
create_iterator
public org.jacorb.collection.PositionalIteratorImpl create_iterator(org.jacorb.collection.CollectionImpl collection,
boolean read_only)
create_iterator
public org.jacorb.collection.PositionalIteratorImpl create_iterator(org.jacorb.collection.CollectionImpl collection,
boolean read_only,
boolean reverse)
Copyright © 2015 JacORB. All rights reserved.