Summary Period: 2003-07-07 to 2004-05-13
/server/src/org/nees/ntcp/server/state/
test (5 files, 932 lines)
Total Lines Of Code:
670 (2004-07-27)
User | Changes | Lines of code | Lines each change |
---|---|---|---|
pearlman | 15 (46.8%) | 585 (78.8%) | 39 |
wilk | 13 (40.6%) | 95 (12.8%) | 7 |
mdarcy | 4 (12.5%) | 62 (8.3%) | 15 |
Sum | 32 (100%) | 742 (100%) | 23 |
wilk 5/13/04 7:54 AM |
Correction to getControlPoint method of NtcpServerImpl class. Small tweaks to reset method of NtcpServerImpl class. |
16 lines of code changed in: server/src/org/nees/ntcp/server/state: NtcpControlPointTable.java (+3), NtcpTransactionTable.java (+4), UnderlyingHashTable.java (+4), UnderlyingTable.java (+5) | |
wilk 5/6/04 1:09 PM |
Changed interfaces for reset method from NtcpServerImpl class. |
18 lines of code changed in: server/src/org/nees/ntcp/server/state: NtcpControlPointTable.java (+4), NtcpTransactionTable.java (+4), UnderlyingHashTable.java (+5), UnderlyingTable.java (+5) | |
wilk 5/5/04 1:03 PM |
Changing NtcpTransaction class to accept only transaction names starting with a letter. Small fixes to make tests pass. |
11 lines of code changed in: server/src/org/nees/ntcp/server/state/NtcpTransaction.java (+11 -1) | |
wilk 4/28/04 11:21 AM |
Undeployment corrections to build process. Extending server state interfaces to allow removing transactions and control points. Implementing reset call in NtcpHelper and NtcpServerImpl. |
50 lines of code changed in: server/src/org/nees/ntcp/server/state: NtcpControlPointTable.java (+13), NtcpTransactionTable.java (+12), UnderlyingHashTable.java (+12 -2), UnderlyingTable.java (+13) | |
pearlman 7/19/03 2:36 AM |
Added markTerminated method (to be called by a plugin if a propose or execute fails). |
9 lines of code changed in: server/src/org/nees/ntcp/server/state/NtcpTransaction.java (+9) | |
mdarcy 7/15/03 12:23 PM |
reverted ControlPluginTransactionHandle and LocalControlPlugin interfaces to use vector return types and vector parameter types modified corresponding server components and test components to reflect this change removed NtcpParameterHelper and moved its functionality into NtcpHelper.java added arrayToVector conversion helper routines for ControlPointType and ParameterType into NtcpHelper.java |
25 lines of code changed in: server/src/org/nees/ntcp/server/state/NtcpTransaction.java (+25 -15) | |
mdarcy 7/14/03 3:34 AM |
integrated state machine code and backend code into server added getParameter and setParameter to server PortType interface and NtcpHelper modified BasicTest so that it would attempt only one propose->exec->cancel sequence added "ntcpBackendFactory" parameter into ntcp server deployment descriptor in server-config.wsdd - this paramter specifies the FQ java class name of the backend factory to use, the server will attempt to locate and load this file at startup changed LocalControlPlugin interfaces to use arrays of stub types rather than vector wrappers added DummyControlFactory class for DummyControlPlugin test |
1 lines of code changed in: server/src/org/nees/ntcp/server/state/NtcpTransaction.java (+1 -1) | |
mdarcy 7/12/03 1:51 AM |
fixed serialization issue for ParameterType complex type - minor gsdl change required - should not impact client(s) or plugins(s) added convenience class for ParameterType fixed up basic test added simple compile-time configurable approach for testing - pretty much just another convenience class |
29 lines of code changed in: server/src/org/nees/ntcp/server/state/NtcpTransaction.java (+29 -28) | |
mdarcy 7/9/03 3:38 AM |
minor schema changes updated NtcpHelper and test cases to reflect schema changes basic test case runs and fails as expected serialization/deserialization of complex types appears to be working in the basic test, but is not thoroughly tested in other places |
7 lines of code changed in: server/src/org/nees/ntcp/server/state/NtcpTransaction.java (+7 -5) | |
pearlman 7/8/03 11:22 PM |
Change getProposeRequestorCredentials to getProposerCredentials. |
1 lines of code changed in: server/src/org/nees/ntcp/server/state/NtcpTransaction.java (+1 -1) | |
Generated by StatCvs v0.1.3