Uses of Interface
org.openxava.util.IConnectionProvider

Packages that use IConnectionProvider
org.openxava.actions   
org.openxava.calculators   
org.openxava.ejbx   
org.openxava.tab.impl   
org.openxava.util   
 

Uses of IConnectionProvider in org.openxava.actions
 

Methods in org.openxava.actions with parameters of type IConnectionProvider
 void IJDBCAction.setConnectionProvider(IConnectionProvider provider)
          This method is call from the system to provide a JDBC connection provider.
 

Uses of IConnectionProvider in org.openxava.calculators
 

Methods in org.openxava.calculators with parameters of type IConnectionProvider
 void IJDBCCalculator.setConnectionProvider(IConnectionProvider provider)
          This method is call from the system to provide a JDBC connection provider.
 void NextIntegerCalculator.setConnectionProvider(IConnectionProvider provider)
           
 void NextLongCalculator.setConnectionProvider(IConnectionProvider provider)
           
 

Uses of IConnectionProvider in org.openxava.ejbx
 

Subinterfaces of IConnectionProvider in org.openxava.ejbx
 interface IEJBContext
          Find typical resources to implement a EJB.
 interface IEJBContextInit
          Add the possibility of init to IEJBContext.
 

Classes in org.openxava.ejbx that implement IConnectionProvider
 class EJB11Context
          Implementation of IEJBContext for a EJB 1.1 server.
 

Uses of IConnectionProvider in org.openxava.tab.impl
 

Methods in org.openxava.tab.impl that return IConnectionProvider
 IConnectionProvider EntityTabDataProvider.getConnectionProvider()
           
 

Uses of IConnectionProvider in org.openxava.util
 

Classes in org.openxava.util that implement IConnectionProvider
 class DataSourceConnectionProvider
          Adapter from JNDI DataSource interface to IConnectionProvider interface.
 

Methods in org.openxava.util that return IConnectionProvider
static IConnectionProvider DataSourceConnectionProvider.createByComponent(java.lang.String componentName)
           
static IConnectionProvider DataSourceConnectionProvider.getByComponent(java.lang.String componentName)