Package  Class  Tree  Index  Help 
 PREV   NEXT FRAMES    NO FRAMES  


 

 

Uses of Interface
jve.generated.IDataSource

Uses of IDataSource in jve.generated
 

Classes in jve.generated that implement IDataSource
 class EJBDataSource
          This data source provides access to an EJB service via a session bean.
 class JavaBeanDataSource
          This DataSource uses a null constructor to instantiate a Java bean.
 class WebServiceDataSource
          Provide access to a Web Service proxy as a data source.
 

Fields in jve.generated declared as IDataSource
protected  IDataSource DataSourceService.dataSource
           
 

Methods in jve.generated that return IDataSource
 IDataSource SwingDataServiceAction.getDataSource()
           
 IDataSource DataSourceDataRows.getDataSource()
           
 IDataSource IDataSourceService.getDataSource()
          Get the Data Source associated with this action.
 IDataSource DataSourceService.getDataSource()
           
 IDataSource DataSourceDataObject.getDataSource()
          Get the data source against which the service call will be performed.
 

Methods in jve.generated with parameters of type IDataSource
 void SwingDataServiceAction.setDataSource(IDataSource datasource)
           
 void DataSourceDataRows.setDataSource(IDataSource source)
           
 void IDataSourceService.setDataSource(IDataSource source)
          Set the Data Source associated with this action.
 void DataSourceService.setDataSource(IDataSource source)
           
 void DataSourceDataObject.setDataSource(IDataSource source)
          Set the data source against which the service call will be performed.
 


Package  Class  Tree  Index  Help 
 PREV   NEXT FRAMES    NO FRAMES