org.omg.CosCollection
Interface CollectionFactoriesOperations

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

public interface CollectionFactoriesOperations
extends CollectionFactoryOperations

Generated from IDL interface "CollectionFactories"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

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 Detail

add_factory

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

remove_factory

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

create

public Collection create(NVPair[] parameters)
                  throws ParameterInvalid
Throws:
ParameterInvalid