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 Mar 21, 2012 11:04:28 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009

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

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

remove_factory

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

create

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