public class SortedRelationFactoryImpl extends SortedRelationFactoryPOA
Modifier and Type | Field and Description |
---|---|
static String |
IMPL_CATEGORY |
Constructor and Description |
---|
SortedRelationFactoryImpl(POA poa) |
Modifier and Type | Method and Description |
---|---|
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) |
_all_interfaces, _invoke, _this, _this
_default_POA, _get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public static final String IMPL_CATEGORY
public SortedRelationFactoryImpl(POA poa)
public SortedRelation create(Operations ops, int expected_size)
create
in interface SortedRelationFactoryOperations
public SortedRelation create(String ops_class, int expected_size)
public SortedRelation create(OperationsOperations ops, int expected_size, POA poa)
public Collection generic_create(NVPair[] parameters) throws ParameterInvalid
generic_create
in interface CollectionFactoryOperations
ParameterInvalid
public org.jacorb.collection.PositionalIteratorImpl create_iterator(org.jacorb.collection.CollectionImpl collection, boolean read_only)
public org.jacorb.collection.PositionalIteratorImpl create_iterator(org.jacorb.collection.CollectionImpl collection, boolean read_only, boolean reverse)
Copyright © 2016 JacORB. All rights reserved.