public class NewDatasourceWizard extends Object
| Constructor and Description |
|---|
NewDatasourceWizard(DataSourcePresenter presenter,
List<JDBCDriver> drivers,
List<DataSource> existingDataSources,
ApplicationProperties bootstrap) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
List<JDBCDriver> |
getDrivers() |
List<DataSource> |
getExistingDataSources() |
DataSourcePresenter |
getPresenter() |
void |
onConfigureBaseAttributes(DataSource entity) |
void |
onConfigureDriver(DataSource entity) |
void |
onFinish(DataSource updatedEntity) |
void |
onVerifyConnection(DataSource updatedEntity,
boolean xa,
boolean existing) |
public NewDatasourceWizard(DataSourcePresenter presenter, List<JDBCDriver> drivers, List<DataSource> existingDataSources, ApplicationProperties bootstrap)
public List<JDBCDriver> getDrivers()
public List<DataSource> getExistingDataSources()
public com.google.gwt.user.client.ui.Widget asWidget()
public DataSourcePresenter getPresenter()
public void onConfigureBaseAttributes(DataSource entity)
public void onConfigureDriver(DataSource entity)
public void onFinish(DataSource updatedEntity)
public void onVerifyConnection(DataSource updatedEntity, boolean xa, boolean existing)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.