public class TabularDataServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements TabularDataService
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TabularDataServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeCurrentTable(int tdSessionId,
boolean silent) |
void |
closeTable(int tdSessionId) |
TableDefinition |
getCurrentTableDefinition(int tdSessionId) |
protected DataSource |
getDataSource(int tdSessionId) |
TableDefinition |
getTableDefinition(TableId id) |
TableDefinition |
openTable(int tdSessionId,
TableId tableId) |
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected DataSource getDataSource(int tdSessionId)
public TableDefinition openTable(int tdSessionId, TableId tableId) throws TabularDataServiceException
openTable in interface TabularDataServiceTabularDataServiceExceptionpublic TableDefinition getCurrentTableDefinition(int tdSessionId) throws TabularDataServiceException
getCurrentTableDefinition in interface TabularDataServiceTabularDataServiceExceptionpublic TableDefinition getTableDefinition(TableId id) throws TabularDataServiceException
getTableDefinition in interface TabularDataServiceTabularDataServiceExceptionpublic void closeTable(int tdSessionId)
throws TabularDataServiceException
closeTable in interface TabularDataServiceTabularDataServiceExceptionprotected void closeCurrentTable(int tdSessionId,
boolean silent)
throws DataSourceException
DataSourceExceptionCopyright © 2015. All Rights Reserved.