org.jacorb.collection
Class SequenceFactoryImpl

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosCollection.SequenceFactoryPOA
          extended by org.jacorb.collection.SequenceFactoryImpl
All Implemented Interfaces:
InvokeHandler, CollectionFactoryOperations, SequenceFactoryOperations

public class SequenceFactoryImpl
extends SequenceFactoryPOA


Field Summary
static String IMPL_CATEGORY
           
 
Constructor Summary
SequenceFactoryImpl(POA poa)
           
 
Method Summary
 org.jacorb.collection.PositionalIteratorImpl create_iterator(org.jacorb.collection.CollectionImpl collection, boolean read_only)
           
 org.jacorb.collection.PositionalIteratorImpl create_iterator(org.jacorb.collection.CollectionImpl collection, boolean read_only, boolean reverse)
           
 CSequence create(Operations ops, int expected_size)
           
 CSequence create(OperationsOperations ops, int expected_size, POA poa)
           
 CSequence create(String ops_class, int expected_size)
           
 Collection generic_create(NVPair[] parameters)
           
 
Methods inherited from class org.omg.CosCollection.SequenceFactoryPOA
_all_interfaces, _invoke, _this, _this
 
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
 

Field Detail

IMPL_CATEGORY

public static final String IMPL_CATEGORY
See Also:
Constant Field Values
Constructor Detail

SequenceFactoryImpl

public SequenceFactoryImpl(POA poa)
Method Detail

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.