public class TabularDataXServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements TabularDataXService
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TabularDataXServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeCurrentTable(int tdSessionId,
boolean silent) |
void |
closeTable(int tdSessionId) |
TableDefinition |
getCurrentTableDefinition(int tdSessionId) |
protected DataSourceX |
getDataSource(int tdSessionId) |
TableDefinition |
getTableDefinition(TableId id) |
TableDefinition |
openTable(int tdSessionId,
TableId tableId) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected DataSourceX getDataSource(int tdSessionId)
public TableDefinition openTable(int tdSessionId, TableId tableId) throws TabularDataXServiceException
openTable in interface TabularDataXServiceTabularDataXServiceExceptionpublic TableDefinition getCurrentTableDefinition(int tdSessionId) throws TabularDataXServiceException
getCurrentTableDefinition in interface TabularDataXServiceTabularDataXServiceExceptionpublic TableDefinition getTableDefinition(TableId id) throws TabularDataXServiceException
getTableDefinition in interface TabularDataXServiceTabularDataXServiceExceptionpublic void closeTable(int tdSessionId)
throws TabularDataXServiceException
closeTable in interface TabularDataXServiceTabularDataXServiceExceptionprotected void closeCurrentTable(int tdSessionId,
boolean silent)
throws DataSourceXException
DataSourceXExceptionCopyright © 2014. All Rights Reserved.