| Package | Description |
|---|---|
| org.jboss.as.console.client.shared | |
| org.jboss.as.console.client.shared.subsys.jca.model | |
| org.jboss.as.console.client.shared.subsys.jca.wizard |
| Modifier and Type | Method and Description |
|---|---|
com.google.web.bindery.autobean.shared.AutoBean<JDBCDriver> |
CoreBeanFactory.jdbcDriver() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneDriverStrategy.refreshDrivers(com.google.gwt.user.client.rpc.AsyncCallback<List<JDBCDriver>> callback) |
void |
ModulesDriverStrategy.refreshDrivers(com.google.gwt.user.client.rpc.AsyncCallback<List<JDBCDriver>> callback) |
void |
DriverStrategy.refreshDrivers(com.google.gwt.user.client.rpc.AsyncCallback<List<JDBCDriver>> callback) |
void |
DomainDriverStrategy.refreshDrivers(com.google.gwt.user.client.rpc.AsyncCallback<List<JDBCDriver>> callback) |
| Modifier and Type | Method and Description |
|---|---|
List<JDBCDriver> |
NewXADatasourceWizard.getDrivers() |
List<JDBCDriver> |
NewDatasourceWizard.getDrivers() |
| Constructor and Description |
|---|
NewDatasourceWizard(DataSourcePresenter presenter,
List<JDBCDriver> drivers,
List<DataSource> existingDataSources,
ApplicationProperties bootstrap) |
NewXADatasourceWizard(DataSourcePresenter presenter,
List<JDBCDriver> drivers,
List<XADataSource> existingXaDataSources,
ApplicationProperties bootstrap) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.