A second round of fixes to simplify the web application setup code and provide for a connection context accessible by the application when handling web requests.

This commit is contained in:
wcrisman
2014-07-11 12:32:03 -07:00
parent 07b8c2ff8d
commit 2b035e092c
13 changed files with 381 additions and 374 deletions

View File

@@ -1,6 +1,6 @@
Method #0 = com.foundation.tcv.controller.IServerSessionController.processMessages(long;long;com.common.util.IList;boolean;
Method #1 = com.foundation.tcv.controller.IServerSessionController.requestInitialView
Method #2 = com.foundation.tcv.controller.IServerSessionController.requestResourceGroupData(com.common.util.IList;
Method #3 = com.foundation.tcv.controller.IServerSessionController.requestResourceData(com.common.util.IList;
Method #0 = com.foundation.tcv.controller.IServerSessionController.closeSession
Method #1 = com.foundation.tcv.controller.IServerSessionController.requestResourceGroupData(com.common.util.IList;
Method #2 = com.foundation.tcv.controller.IServerSessionController.requestResourceData(com.common.util.IList;
Method #3 = com.foundation.tcv.controller.IServerSessionController.requestInitialView
Method #4 = com.foundation.tcv.controller.IServerSessionController.requestCodeData([Ljava.lang.String;;
Method #5 = com.foundation.tcv.controller.IServerSessionController.closeSession
Method #5 = com.foundation.tcv.controller.IServerSessionController.processMessages(long;long;com.common.util.IList;boolean;

View File

@@ -1,3 +1,3 @@
Method #0 = com.foundation.tcv.controller.IThinServerController.getClientDownloadSize(java.lang.String;
Method #1 = com.foundation.tcv.controller.IThinServerController.registerClient(com.common.util.IHashMap;
Method #2 = com.foundation.tcv.controller.IThinServerController.getClientDownloadChunk(java.lang.String;int;
Method #1 = com.foundation.tcv.controller.IThinServerController.getClientDownloadChunk(java.lang.String;int;
Method #2 = com.foundation.tcv.controller.IThinServerController.registerClient(com.common.util.IHashMap;