| Modifier and Type | Method and Description |
|---|---|
com.google.web.bindery.autobean.shared.AutoBean<XADataSource> |
CoreBeanFactory.xaDataSource() |
| Modifier and Type | Method and Description |
|---|---|
XADataSource |
XADataSourceDetails.getCurrentSelection() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.ballroom.client.widgets.forms.Form<XADataSource> |
XADataSourceDetails.getForm() |
org.jboss.ballroom.client.widgets.forms.Form<XADataSource> |
XADataSourceConnection.getForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceStoreInterceptor.createXADataSource(XADataSource datasource,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseWrapper<Boolean>> callback) |
void |
DataSourceStoreInterceptor.deleteXADataSource(XADataSource entity,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
DataSourceStoreInterceptor.enableXADataSource(XADataSource entity,
boolean doEnable,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseWrapper<Boolean>> callback) |
void |
DataSourcePresenter.onCreateXADatasource(XADataSource updatedEntity) |
void |
DataSourcePresenter.onDeleteXA(XADataSource entity) |
void |
DataSourcePresenter.onDisableXA(XADataSource entity,
boolean doEnable) |
void |
XADataSourceDetails.setSelectedRecord(XADataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceStoreInterceptor.loadXADataSources(com.google.gwt.user.client.rpc.AsyncCallback<List<XADataSource>> callback) |
void |
XADataSourceEditor.updateDataSources(List<XADataSource> datasources) |
void |
DatasourceView.updateXADataSources(List<XADataSource> result) |
void |
DataSourcePresenter.MyView.updateXADataSources(List<XADataSource> result) |
| Constructor and Description |
|---|
XADataSourceConnection(DataSourcePresenter presenter,
FormToolStrip.FormCallback<XADataSource> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceStoreImpl.createXADataSource(XADataSource datasource,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseWrapper<Boolean>> callback) |
void |
DataSourceStore.createXADataSource(XADataSource datasource,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseWrapper<Boolean>> callback) |
void |
DataSourceStoreImpl.deleteXADataSource(XADataSource dataSource,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
DataSourceStore.deleteXADataSource(XADataSource entity,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
DataSourceStoreImpl.enableXADataSource(XADataSource dataSource,
boolean doEnable,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseWrapper<Boolean>> callback) |
void |
DataSourceStore.enableXADataSource(XADataSource entity,
boolean doEnable,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseWrapper<Boolean>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceStoreImpl.loadXADataSources(com.google.gwt.user.client.rpc.AsyncCallback<List<XADataSource>> callback) |
void |
DataSourceStore.loadXADataSources(com.google.gwt.user.client.rpc.AsyncCallback<List<XADataSource>> callback) |
| Modifier and Type | Method and Description |
|---|---|
List<XADataSource> |
NewXADatasourceWizard.getExistingXaDataSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
NewXADatasourceWizard.onConfigureBaseAttributes(XADataSource entity) |
void |
NewXADatasourceWizard.onConfigureDriver(XADataSource entity) |
void |
NewXADatasourceWizard.onFinish(XADataSource updatedEntity) |
void |
NewXADatasourceWizard.onVerifyConnection(XADataSource updatedEntity,
boolean xa,
boolean existing) |
| Constructor and Description |
|---|
NewXADatasourceWizard(DataSourcePresenter presenter,
List<JDBCDriver> drivers,
List<XADataSource> existingXaDataSources,
ApplicationProperties bootstrap) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.