Summary Period: 2003-07-02 to 2004-03-09
/server/src/org/nees/ntcp/server/backend/test/
Total Lines Of Code:
469 (2004-07-27)
User | Changes | Lines of code | Lines each change |
---|---|---|---|
pearlman | 6 (40.0%) | 242 (48.2%) | 40 |
mdarcy | 7 (46.6%) | 213 (42.4%) | 30 |
pawel | 2 (13.3%) | 47 (9.3%) | 23 |
Sum | 15 (100%) | 502 (100%) | 33 |
pearlman 3/9/04 10:41 PM |
Actually do some calculations. |
38 lines of code changed in: server/src/org/nees/ntcp/server/backend/test: DummyControlPlugin.java (+4), PerfTestControlPlugin.java (+34 -1) | |
pearlman 3/9/04 5:47 PM |
Performance testing. |
167 lines of code changed in: server/src/org/nees/ntcp/server/backend/test: PerfTestControlFactory.java (new 57), PerfTestControlPlugin.java (new 110) | |
pearlman 2/18/04 12:40 PM |
Reject some proposals. |
7 lines of code changed in: server/src/org/nees/ntcp/server/backend/test/DummyControlPlugin.java (+7 -1) | |
mdarcy 8/28/03 9:37 PM |
1. Added basic support for LocalPolicyPlugin - not fully implemented yet - plugins will get loaded, but no calls are made into plugin 2. Added performance profiling to all notable methods - set "isProfiling" to "true" in server-config.wsdd descriptor to enable 3. Exposed socket connect and read/write timeout variables as public members in NTCPHelper so that clients using the API can adjust the values 4. Some minor cleanups to ServiceData handling |
71 lines of code changed in: server/src/org/nees/ntcp/server/backend/test/DummyLocalPolicyPlugin.java (new 71) | |
pearlman 7/25/03 4:02 AM |
Added getControlPoint. Also a GetControlPointTest, which is commented out and will only pass for plugins that provide a "dummy" control point (which DummyControlPlugin now does). |
30 lines of code changed in: server/src/org/nees/ntcp/server/backend/test/DummyControlPlugin.java (+30 -4) | |
mdarcy 7/22/03 2:15 AM |
added some more code to server to guard against nulls when parsing config added Thread.sleep() to many DummyControlPlugin methods to simulate method invokation and timeouts modified BasicTest to be a single test so that all methods are called in the proper order |
32 lines of code changed in: server/src/org/nees/ntcp/server/backend/test/DummyControlPlugin.java (+32 -3) | |
mdarcy 7/22/03 12:07 AM |
added getConfigPropertyNames() method to ControlPluginFactory so that plugins can specify plugin specific properties for the server to look up in server-config.wsdd - any property name returned by the plugin in this call which matches an existing property in the server-config will be placed in the properties map parameter that is passed to the plugin factory's createInstance call modified the server impl to lookup the additional config params now specified by the plugin added mechanism in basic test so that a test config can specify which parameters to use for the get/set parameter tests - modified BasicTest to use the stiffness matrix parameter "K" as the sample parameter to use for get/set param tests |
10 lines of code changed in: server/src/org/nees/ntcp/server/backend/test/DummyControlFactory.java (+10 -1) | |
mdarcy 7/16/03 11:50 AM |
added properties parameter to ControlPluginFactory |
5 lines of code changed in: server/src/org/nees/ntcp/server/backend/test/DummyControlFactory.java (+5 -2) | |
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 |
5 lines of code changed in: server/src/org/nees/ntcp/server/backend/test/DummyControlPlugin.java (+5 -4) | |
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 |
90 lines of code changed in: server/src/org/nees/ntcp/server/backend/test: DummyControlFactory.java (new 45), DummyControlPlugin.java (+45 -15) | |
Generated by StatCvs v0.1.3