Deprecated API

Deprecated Classes
com.ibm.websphere.advanced.cm.factory.Attributes
          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) 
 

Deprecated Fields
com.ibm.websphere.naming.PROPS.INITIAL_CONTEXT_FACTORY_LEGACY
          In WebSphere version 4.0, this factory was replaced by PROPS.INITIAL_CONTEXT_FACTORY and will be removed some time in the future. 
 

Deprecated Methods
com.ibm.websphere.advanced.cm.factory.DataSourceFactory.createJDBCDataSource(Attributes)
          As of Websphere Release 4.0 applications should use DataSourceFactory.getDataSource(java.util.Properties) to create a DataSource 
com.ibm.websphere.advanced.cm.factory.DataSourceFactory.createJTADataSource(Attributes)
          As of Websphere Release 4.0 applications should use DataSourceFactory.getDataSource(java.util.Properties) to create a DataSource 
 

Deprecated Constructors
com.ibm.websphere.ras.Manager()