Uses of Class
org.jboss.hal.core.datasource.DataSource
-
-
Uses of DataSource in org.jboss.hal.client.configuration.subsystem.datasource
Methods in org.jboss.hal.client.configuration.subsystem.datasource that return DataSource Modifier and Type Method Description DataSourceDataSourceTemplate. getDataSource()Methods in org.jboss.hal.client.configuration.subsystem.datasource with parameters of type DataSource Modifier and Type Method Description voidDataSourcePresenter.MyView. update(DataSource dataSource)voidDataSourceView. update(DataSource dataSource) -
Uses of DataSource in org.jboss.hal.client.configuration.subsystem.datasource.wizard
Constructor parameters in org.jboss.hal.client.configuration.subsystem.datasource.wizard with type arguments of type DataSource Constructor Description DataSourceWizard(DataSourceColumn column, MetadataRegistry metadataRegistry, Dispatcher dispatcher, com.google.web.bindery.event.shared.EventBus eventBus, StatementContext statementContext, Environment environment, javax.inject.Provider<Progress> progress, Resources resources, DataSourceTemplates templates, List<DataSource> dataSources, List<JdbcDriver> drivers, boolean xa) -
Uses of DataSource in org.jboss.hal.client.runtime.subsystem.datasource
Methods in org.jboss.hal.client.runtime.subsystem.datasource with parameters of type DataSource Modifier and Type Method Description voidDataSourcePresenter.MyView. update(DataSource dataSource)voidDataSourceView. update(DataSource dataSource)voidDataSourceXAPresenter.MyView. update(DataSource dataSource)voidDataSourceXAView. update(DataSource dataSource)
-