org.omg.CosCollection
Interface RACollectionFactoriesOperations

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

public interface RACollectionFactoriesOperations
extends RACollectionFactoryOperations

Generated from IDL interface "RACollectionFactories".

Version:
generated at Mar 31, 2009 8:42:20 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

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

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