org.omg.CosCollection

Interface RACollectionFactoriesOperations

All Superinterfaces:
RACollectionFactoryOperations
Known Subinterfaces:
RACollectionFactories
Known Implementing Classes:
RACollectionFactoriesPOA, RACollectionFactoriesPOATie, _RACollectionFactoriesStub

public interface RACollectionFactoriesOperations
extends RACollectionFactoryOperations

Generated from IDL interface "RACollectionFactories"

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, RACollectionFactory 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.RACollectionFactoryOperations

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,
                           RACollectionFactory 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)