org.jacorb.collection
Class SortedRelationFactoryImpl

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosCollection.SortedRelationFactoryPOA
          extended by org.jacorb.collection.SortedRelationFactoryImpl
All Implemented Interfaces:
InvokeHandler, CollectionFactoryOperations, SortedRelationFactoryOperations

public class SortedRelationFactoryImpl
extends SortedRelationFactoryPOA


Field Summary
static String IMPL_CATEGORY
           
 
Constructor Summary
SortedRelationFactoryImpl(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)
           
 SortedRelation create(Operations ops, int expected_size)
           
 SortedRelation create(OperationsOperations ops, int expected_size, POA poa)
           
 SortedRelation create(String ops_class, int expected_size)
           
 Collection generic_create(NVPair[] parameters)
           
 
Methods inherited from class org.omg.CosCollection.SortedRelationFactoryPOA
_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

SortedRelationFactoryImpl

public SortedRelationFactoryImpl(POA poa)
Method Detail

create

public SortedRelation create(Operations ops,
                             int expected_size)
Specified by:
create in interface SortedRelationFactoryOperations

create

public SortedRelation create(String ops_class,
                             int expected_size)

create

public SortedRelation 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.