org.jacorb.collection
Class SortedRelationFactoryImpl
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosCollection.SortedRelationFactoryPOA
org.jacorb.collection.SortedRelationFactoryImpl
- All Implemented Interfaces:
- InvokeHandler, CollectionFactoryOperations, SortedRelationFactoryOperations
public class SortedRelationFactoryImpl
- extends SortedRelationFactoryPOA
| 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
SortedRelationFactoryImpl
public SortedRelationFactoryImpl(POA poa)
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.