org.jacorb.collection
Class SortedRelationFactoryImpl
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosCollection.SortedRelationFactoryPOA
org.jacorb.collection.SortedRelationFactoryImpl
- All Implemented Interfaces:
- InvokeHandler, org.omg.CosCollection.CollectionFactoryOperations, org.omg.CosCollection.SortedRelationFactoryOperations
public class SortedRelationFactoryImpl
- extends org.omg.CosCollection.SortedRelationFactoryPOA
|
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)
|
org.omg.CosCollection.SortedRelation |
create(org.omg.CosCollection.Operations ops,
int expected_size)
|
org.omg.CosCollection.SortedRelation |
create(org.omg.CosCollection.OperationsOperations ops,
int expected_size,
POA poa)
|
org.omg.CosCollection.SortedRelation |
create(String ops_class,
int expected_size)
|
org.omg.CosCollection.Collection |
generic_create(org.omg.CosCollection.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_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _repository_id, _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 org.omg.CosCollection.SortedRelation create(org.omg.CosCollection.Operations ops,
int expected_size)
- Specified by:
create in interface org.omg.CosCollection.SortedRelationFactoryOperations
create
public org.omg.CosCollection.SortedRelation create(String ops_class,
int expected_size)
create
public org.omg.CosCollection.SortedRelation create(org.omg.CosCollection.OperationsOperations ops,
int expected_size,
POA poa)
generic_create
public org.omg.CosCollection.Collection generic_create(org.omg.CosCollection.NVPair[] parameters)
throws org.omg.CosCollection.ParameterInvalid
- Specified by:
generic_create in interface org.omg.CosCollection.CollectionFactoryOperations
- Throws:
org.omg.CosCollection.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 © 2012 JacORB. All Rights Reserved.