| Modifier and Type | Method and Description |
|---|---|
com.google.web.bindery.autobean.shared.AutoBean<DataSource> |
CoreBeanFactory.dataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceMetricPresenter.setSelectedDS(DataSource currentSelection,
boolean xa) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadDataSourceCmd.execute(com.google.gwt.user.client.rpc.AsyncCallback<List<DataSource>> listAsyncCallback) |
void |
LoadDataSourceCmd.execute(com.google.gwt.user.client.rpc.AsyncCallback<List<DataSource>> callback,
boolean isXA) |
void |
DataSourceMetrics.setDataSources(List<DataSource> topics) |
void |
DataSourceMetricView.setDatasources(List<DataSource> datasources,
boolean isXA) |
void |
DataSourceMetricPresenter.MyView.setDatasources(List<DataSource> datasources,
boolean isXA) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceTimeoutEditor<T extends DataSource> |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSourceDetails.getCurrentSelection() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.ballroom.client.widgets.tables.DefaultCellTable<DataSource> |
DatasourceTable.getCellTable() |
com.google.gwt.view.client.ListDataProvider<DataSource> |
DatasourceTable.getDataProvider() |
org.jboss.ballroom.client.widgets.forms.Form<DataSource> |
DataSourceConnectionEditor.getForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceStoreInterceptor.createDataSource(DataSource datasource,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseWrapper<Boolean>> callback) |
void |
DataSourceStoreInterceptor.deleteDataSource(DataSource dataSource,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
DataSourceStoreInterceptor.enableDataSource(DataSource dataSource,
boolean doEnable,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseWrapper<Boolean>> callback) |
void |
VerifyConnectionOp.execute(DataSource dataSource,
boolean xa,
boolean existing,
com.google.gwt.user.client.rpc.AsyncCallback<VerifyConnectionOp.VerifyResult> callback) |
void |
DataSourcePresenter.onCreateDatasource(DataSource datasource) |
void |
DataSourcePresenter.onDelete(DataSource entity) |
void |
DataSourcePresenter.onDisable(DataSource entity,
boolean doEnable) |
void |
DataSourcePresenter.verifyConnection(DataSource dataSource,
boolean xa,
boolean existing) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceDetails.bind(com.google.gwt.user.cellview.client.CellTable<DataSource> dataSourceTable) |
void |
DataSourceStoreInterceptor.loadDataSource(String name,
boolean isXA,
com.google.gwt.user.client.rpc.AsyncCallback<DataSource> callback) |
void |
DataSourceStoreInterceptor.loadDataSources(com.google.gwt.user.client.rpc.AsyncCallback<List<DataSource>> callback) |
void |
DatasourceView.updateDataSources(List<DataSource> datasources) |
void |
DataSourcePresenter.MyView.updateDataSources(List<DataSource> datasources) |
void |
DataSourceEditor.updateDataSources(List<DataSource> datasources) |
| Constructor and Description |
|---|
DataSourceConnectionEditor(DataSourcePresenter presenter,
FormToolStrip.FormCallback<DataSource> callback) |
DataSourceSecurityEditor(FormToolStrip.FormCallback<DataSource> callback) |
DataSourceValidationEditor(FormToolStrip.FormCallback<DataSource> callback) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XADataSource |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceStoreImpl.createDataSource(DataSource datasource,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseWrapper<Boolean>> callback) |
void |
DataSourceStore.createDataSource(DataSource datasource,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseWrapper<Boolean>> callback) |
void |
DataSourceStoreImpl.deleteDataSource(DataSource dataSource,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
DataSourceStore.deleteDataSource(DataSource dataSource,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
DataSourceStoreImpl.enableDataSource(DataSource dataSource,
boolean doEnable,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseWrapper<Boolean>> callback) |
void |
DataSourceStore.enableDataSource(DataSource dataSource,
boolean doEnable,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseWrapper<Boolean>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceStoreImpl.loadDataSource(String name,
boolean isXA,
com.google.gwt.user.client.rpc.AsyncCallback<DataSource> callback) |
void |
DataSourceStore.loadDataSource(String name,
boolean isXA,
com.google.gwt.user.client.rpc.AsyncCallback<DataSource> callback) |
void |
DataSourceStoreImpl.loadDataSources(com.google.gwt.user.client.rpc.AsyncCallback<List<DataSource>> callback) |
void |
DataSourceStore.loadDataSources(com.google.gwt.user.client.rpc.AsyncCallback<List<DataSource>> callback) |
| Modifier and Type | Method and Description |
|---|---|
List<DataSource> |
NewDatasourceWizard.getExistingDataSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
NewDatasourceWizard.onConfigureBaseAttributes(DataSource entity) |
void |
NewDatasourceWizard.onConfigureDriver(DataSource entity) |
void |
NewDatasourceWizard.onFinish(DataSource updatedEntity) |
void |
NewDatasourceWizard.onVerifyConnection(DataSource updatedEntity,
boolean xa,
boolean existing) |
| Constructor and Description |
|---|
NewDatasourceWizard(DataSourcePresenter presenter,
List<JDBCDriver> drivers,
List<DataSource> existingDataSources,
ApplicationProperties bootstrap) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.