Package com.ibm.websphere.advanced.cm.factory

Class Summary
Attributes Deprecated. As of WebSphere 4.0, should use a Properties object instead of an Attributes object to create a DataSource; see DataSourceFactory.getDataSource(java.util.Properties)
DataSourceFactory DataSourceFactory is the factory used to create WebSphere DataSources programatically.
DataSourceFactory.ResourceReferenceObjectFactory A javax.naming.spi.ObjectFactory implementation for re-constituting data source references that are looked up in JNDI name space.
 

Exception Summary
CMFactoryException A generic factory exception which can be thrown by the DataSourceFactory Connection Manager code.
DataSourceAlreadyCreatedException An exception thrown when a datasource with the specified name has been previously created, but the properties specified do not match those of the pre-existing datasource.
MissingRequiredPropertyException An exception thrown when a request to get a datasource does not contain all of the properties which are required.