timerhistory.php

来自「Software Testing Automation Framework (S」· PHP 代码 · 共 132 行

PHP
132
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>  <title>Software Testing Automation Framework (STAF)</title></head><body><?phprequire "top.php";require "navigate.php";?><!-- Insert text for page here --><tr><td><center><h1>Timer Service History</h1></center><PRE>-------------------------------------------------------------------------------History Log for Timer Service  Legend:   - Fixes   + Features   = Internal changes   * Changes required to migrate from one release to another-------------------------------------------------------------------------------Version 3.0.1: 06/27/2005  + Added a LIST SETTINGS request to show the operational settings for the    service (Feature #989754)-------------------------------------------------------------------------------Version 3.0.0: 04/21/2005  - Improved error message provided for RC 25 (Access Denied) for all requests    (Bug #1054858)  + Multiple changes to use new features of STAF 3.0:   (Feature #740150)    - Updated to return a marshalled list as result from LIST TIMERS/WATCHES      requests and changed request syntax to: LIST &lt;TIMERS [LONG]> } WATCHES    - Changed the message being queued to be a marshalled map    - Changed to use standard STAF return codes    - Changed to use an endpoint for the machine so that communication to      machines using different ports will work    - Added a KEY option to REGISTER/UNREGISTER requests    - Changed to not allow updating an existing timer  + Updated queued messages to have type STAF/Service/Timer (Feature #1044711)  - Changed to use STAFUtil's common resolve variable methods (Bug #1151440)  - Changed license from GPL to CPL for all source code (Bug #1149491)      -------------------------------------------------------------------------------Version 3.0.0 Beta 7: 12/10/2004  = Recompiled  -------------------------------------------------------------------------------Version 3.0.0 Beta 6: 11/19/2004  - Fixed typo in Timer Service User's Guide to reference the corrent jar file  -------------------------------------------------------------------------------Version 3.0.0 Beta 5: 10/30/2004  + Changed to return STAFResult from init/term methods (Feature #584049)  + Changed to use new STAFServiceInterfaceLevel30 (Feature #550251)  -------------------------------------------------------------------------------Version 3.0.0 Beta 4: 09/29/2004  + Updated to handle new marshalled result format for a QUEUE GET request    (Feature #740150)    -------------------------------------------------------------------------------Version 3.0.0 Beta 3: 06/28/2004  = Recompiled with STAF V3.0.0 Beta 3.       -------------------------------------------------------------------------------Version 3.0.0 Beta 2: 04/29/2004  + Updated to use STAFServiceInterfaceLevel5, only supported in STAF V3.0.0,    and to use new syntax for the VAR service (Feature #464843)   + Updated to use the new info.writeLocation field so that it now writes the    tlist.ser and wlist.ser files to directory &lt;info.writeLocation>/service/    &lt;serviceName> instead of writing the files to {STAF/Config/STAFRoot}/bin    (Feature #592875)    -------------------------------------------------------------------------------Version 1.1.0: 02/27/2004  = Changed from old STAFServiceInterfaceLevel1 to STAFServiceInterfaceLevel4    (Feature #853620)  + Registered and unregistered help for the Timer service's error codes    (Feature (#853620)  + Instrumented the Timer service's handling of LIST requests to record    diagnostics data to help prepare for the migration to STAF V3.0.    The Timer service requires STAF V2.6.0 or later as a result of this change.    (Feature #853620)  -------------------------------------------------------------------------------Previous History is not available-------------------------------------------------------------------------------</PRE></td></tr><!-- end of text for page --><?phprequire "bottom.php";?></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?