public class VDBPresenter extends com.gwtplatform.mvp.client.Presenter<VDBPresenter.MyView,VDBPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
VDBPresenter.MyProxy |
static interface |
VDBPresenter.MyView |
| Constructor and Description |
|---|
VDBPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
VDBPresenter.MyView view,
VDBPresenter.MyProxy proxy,
org.jboss.dmr.client.dispatch.DispatchAsync dispatcher,
org.jboss.as.console.client.widgets.forms.ApplicationMetaData metaData,
org.jboss.as.console.client.shared.subsys.RevealStrategy revealStrategy,
org.jboss.as.console.client.shared.BeanFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRoleName(String vdbName,
int version,
String dataRole,
String mappedRole) |
void |
assignDataSource(String vdbName,
int version,
String modelName,
String sourceName,
String translatorName,
String dataSourceName) |
void |
cancelRequest(Request request) |
void |
changeConnectionType(String vdbName,
int version,
String connType) |
void |
clearCache(String vdbName,
int version,
String cacheType) |
<T> void |
executeQuery(String vdbName,
int version,
String sql,
String clazz) |
void |
getCacheStatistics() |
void |
getEngineStatistics() |
void |
getQueryPlan(Request request) |
void |
getRequests(String vdbName,
int version,
boolean includeSourceQueries) |
void |
getSchema(String vdbName,
int version,
String modelName) |
void |
getSessions(String vdbName,
int version) |
void |
getSourceRequests(Request selection) |
protected void |
onBind() |
protected void |
onReset() |
protected void |
onReveal() |
void |
refresh(boolean paging) |
void |
reloadVDB(String vdbName,
int version) |
void |
removeRoleName(String vdbName,
int version,
String dataRole,
String mappedRole) |
protected void |
revealInParent() |
void |
terminateSession(Session session) |
bind, forceReveal, getProxy, getRevealType, getSlot, prepareFromRequest, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, equals, fireEvent, getEventBus, getView, getWidget, hashCode, isVisible, onHide, registerVisibleHandler, removeFromParentSlot, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlot@Inject
public VDBPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
VDBPresenter.MyView view,
VDBPresenter.MyProxy proxy,
org.jboss.dmr.client.dispatch.DispatchAsync dispatcher,
org.jboss.as.console.client.widgets.forms.ApplicationMetaData metaData,
org.jboss.as.console.client.shared.subsys.RevealStrategy revealStrategy,
org.jboss.as.console.client.shared.BeanFactory factory)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<VDBPresenter.MyView>protected void onReveal()
onReveal in class com.gwtplatform.mvp.client.PresenterWidget<VDBPresenter.MyView>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<VDBPresenter.MyView,VDBPresenter.MyProxy>public void refresh(boolean paging)
public void removeRoleName(String vdbName, int version, String dataRole, String mappedRole)
public void addRoleName(String vdbName, int version, String dataRole, String mappedRole)
public void getRequests(String vdbName, int version, boolean includeSourceQueries)
public void getQueryPlan(Request request)
public void cancelRequest(Request request)
public void getSessions(String vdbName, int version)
public void terminateSession(Session session)
public void assignDataSource(String vdbName, int version, String modelName, String sourceName, String translatorName, String dataSourceName)
public void reloadVDB(String vdbName, int version)
public void getCacheStatistics()
public void getSourceRequests(Request selection)
public void getEngineStatistics()
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.