public class VDBView extends org.jboss.as.console.client.core.SuspendableViewImpl implements VDBPresenter.MyView
| Constructor and Description |
|---|
VDBView(org.jboss.gwt.circuit.Dispatcher circuit) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelSubmitted(Request request) |
void |
connectionTypeChanged(String vdbName,
String version) |
com.google.gwt.user.client.ui.Widget |
createWidget() |
void |
onResume() |
void |
setCacheStatistics(CacheStatistics cache) |
void |
setDataModelFactory(DataModelFactory factory) |
void |
setDeployedVDBs(List<VDB> vdbs) |
void |
setEngineStatistics(EngineStatistics stats) |
void |
setModelSchema(String ddl) |
void |
setPresenter(VDBPresenter presenter) |
void |
setQueryPlan(String plan) |
<T> void |
setQueryResults(List<T> results,
String sql,
String clazz) |
void |
setSourceRequests(Request selection,
List<Request> requests) |
void |
setVDBRequests(List<Request> requests) |
void |
setVDBSessions(String vdbName,
String version,
List<Session> sessions) |
void |
terminateSessionSubmitted(Session session) |
void |
vdbReloaded(String vdbName,
String version) |
addToSlot, initWidget, onAttach, onDetach, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void setDataModelFactory(DataModelFactory factory)
setDataModelFactory in interface VDBPresenter.MyViewpublic void setDeployedVDBs(List<VDB> vdbs)
setDeployedVDBs in interface VDBPresenter.MyViewpublic void setPresenter(VDBPresenter presenter)
setPresenter in interface VDBPresenter.MyViewpublic void setVDBRequests(List<Request> requests)
setVDBRequests in interface VDBPresenter.MyViewpublic void setQueryPlan(String plan)
setQueryPlan in interface VDBPresenter.MyViewpublic void cancelSubmitted(Request request)
cancelSubmitted in interface VDBPresenter.MyViewpublic void setModelSchema(String ddl)
setModelSchema in interface VDBPresenter.MyViewpublic com.google.gwt.user.client.ui.Widget createWidget()
createWidget in interface org.jboss.as.console.client.core.SuspendableViewpublic void onResume()
onResume in interface org.jboss.as.console.client.core.SuspendableViewonResume in class org.jboss.as.console.client.core.SuspendableViewImplpublic void terminateSessionSubmitted(Session session)
terminateSessionSubmitted in interface VDBPresenter.MyViewpublic void setVDBSessions(String vdbName, String version, List<Session> sessions)
setVDBSessions in interface VDBPresenter.MyViewpublic <T> void setQueryResults(List<T> results, String sql, String clazz)
setQueryResults in interface VDBPresenter.MyViewpublic void connectionTypeChanged(String vdbName, String version)
connectionTypeChanged in interface VDBPresenter.MyViewpublic void vdbReloaded(String vdbName, String version)
vdbReloaded in interface VDBPresenter.MyViewpublic void setCacheStatistics(CacheStatistics cache)
setCacheStatistics in interface VDBPresenter.MyViewpublic void setSourceRequests(Request selection, List<Request> requests)
setSourceRequests in interface VDBPresenter.MyViewpublic void setEngineStatistics(EngineStatistics stats)
setEngineStatistics in interface VDBPresenter.MyViewCopyright © 2017 JBoss, a division of Red Hat. All rights reserved.