org.omg.CosCollection
Interface CollectionFactoriesOperations
- All Superinterfaces:
- CollectionFactoryOperations
- All Known Subinterfaces:
- CollectionFactories
- All Known Implementing Classes:
- _CollectionFactoriesStub, CollectionFactoriesPOA, CollectionFactoriesPOATie
public interface CollectionFactoriesOperations
- extends CollectionFactoryOperations
Generated from IDL interface "CollectionFactories".
- Version:
- generated at 09-Sep-2013 16:53:07
- Author:
- JacORB IDL compiler V 3.3
add_factory
boolean add_factory(String collection_interface,
String impl_category,
String impl_interface,
CollectionFactory factory)
remove_factory
boolean remove_factory(String collection_interface,
String impl_category,
String impl_interface)
create
Collection create(NVPair[] parameters)
throws ParameterInvalid
- Throws:
ParameterInvalid
Copyright © 2013 JacORB. All Rights Reserved.