org.omg.CosCollection

Interface CollectionFactoriesOperations

All Superinterfaces:
CollectionFactoryOperations
Known Subinterfaces:
CollectionFactories
Known Implementing Classes:
CollectionFactoriesPOA, CollectionFactoriesPOATie, _CollectionFactoriesStub

public interface CollectionFactoriesOperations
extends CollectionFactoryOperations

Generated from IDL interface "CollectionFactories"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

boolean
add_factory(java.lang.String collection_interface, java.lang.String impl_category, java.lang.String impl_interface, CollectionFactory factory)
Collection
create(NVPair[] parameters)
boolean
remove_factory(java.lang.String collection_interface, java.lang.String impl_category, java.lang.String impl_interface)

Methods inherited from interface org.omg.CosCollection.CollectionFactoryOperations

generic_create

Method Details

add_factory

public boolean add_factory(java.lang.String collection_interface,
                           java.lang.String impl_category,
                           java.lang.String impl_interface,
                           CollectionFactory factory)


create

public Collection create(NVPair[] parameters)
            throws ParameterInvalid


remove_factory

public boolean remove_factory(java.lang.String collection_interface,
                              java.lang.String impl_category,
                              java.lang.String impl_interface)