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_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic static final String IMPL_CATEGORY
public SortedRelationFactoryImpl(POA poa)
public SortedRelation create(Operations ops, int expected_size)
create in interface SortedRelationFactoryOperationspublic 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 CollectionFactoryOperationsParameterInvalidpublic 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 © 2015 JacORB. All rights reserved.