Uses of Interface
com.collation.platform.model.topology.app.j2ee.websphere.WebSphereJDBCDataSource

Packages that use WebSphereJDBCDataSource
com.collation.platform.model.topology.app.j2ee.websphere   
 

Uses of WebSphereJDBCDataSource in com.collation.platform.model.topology.app.j2ee.websphere
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return WebSphereJDBCDataSource
 WebSphereJDBCDataSource WebSphereJDBCConnectionPool.getDataSource()
           
 WebSphereJDBCDataSource[] WebSphereJDBCProvider.getDataSources()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type WebSphereJDBCDataSource
 void WebSphereJDBCConnectionPool.setDataSource(WebSphereJDBCDataSource ds)
           
 void WebSphereJDBCProvider.setDataSources(WebSphereJDBCDataSource[] dataSources)