public class VDBView extends org.jboss.as.console.client.core.SuspendableViewImpl implements VDBPresenter.MyView
| Constructor and Description |
|---|
VDBView() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelSubmitted(Request request) |
void |
connectionTypeChanged(String vdbName,
int 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 clazz) |
void |
setSourceRequests(Request selection,
List<Request> requests) |
void |
setVDBRequests(List<Request> requests) |
void |
setVDBSessions(String vdbName,
int version,
List<Session> sessions) |
void |
terminateSessionSubmitted(Session session) |
void |
vdbReloaded(String vdbName,
int 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, int version, List<Session> sessions)
setVDBSessions in interface VDBPresenter.MyViewpublic <T> void setQueryResults(List<T> results, String clazz)
setQueryResults in interface VDBPresenter.MyViewpublic void connectionTypeChanged(String vdbName, int version)
connectionTypeChanged in interface VDBPresenter.MyViewpublic void vdbReloaded(String vdbName, int 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 © 2016 JBoss, a division of Red Hat. All rights reserved.