org.omg.CosCollection
Interface RACollectionFactoriesOperations

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

public interface RACollectionFactoriesOperations
extends RACollectionFactoryOperations

Generated from IDL interface "RACollectionFactories"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-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 Detail

add_factory

public boolean add_factory(java.lang.String collection_interface,
                           java.lang.String impl_category,
                           java.lang.String impl_interface,
                           RACollectionFactory 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