Java_DispatcherUI_Explain.html 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <HTML>
  2. <HEAD>
  3. <!--
  4. Licensed Materials - Property of IBM
  5. IBM Cognos Products: DOCS
  6. (C) Copyright IBM Corp. 2005, 2008
  7. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  8. IBM Corp.
  9. -->
  10. <TITLE>IBM Cognos Java DispatcherUI Program Sample</TITLE>
  11. <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
  12. </HEAD>
  13. <BODY>
  14. <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif">&nbsp;IBM Cognos Sample Programs</p>
  15. <p class="FormLabel">DispatcherUI.java - View and set dispatcher setting.</p>
  16. <p class="formText">The Java DispatcherUI sample program will display dispatcher properties and also set diapatcher settings.</p>
  17. <br>
  18. <!-- * * * * * * * * * -->
  19. <!-- -->
  20. <!-- Dependent Files -->
  21. <!-- -->
  22. <!-- * * * * * * * * * -->
  23. <p class="FormLabel">Dependent Files</p>
  24. <p class="formText">Associated files are contained under the java sample folder.<br>
  25. Additional files required for running are identified in the CLASSPATH definitions in run.bat or run.sh file.</p>
  26. <!-- * * * * * * * * * -->
  27. <!-- -->
  28. <!-- How To Run -->
  29. <!-- -->
  30. <!-- * * * * * * * * * -->
  31. <p class="FormLabel">How To Run The Sample Program</p>
  32. <p class="formText">Double click on the file run.bat for WINDOWS or run.sh for UNIX.<br><br>
  33. A window will be opened containing:<br>
  34. &nbsp;&nbsp;&nbsp;&nbsp;- Dispatcher Options dropdown box<br>
  35. &nbsp;&nbsp;&nbsp;&nbsp;- Dispatcher Search Path dropdown box<br>
  36. &nbsp;&nbsp;&nbsp;&nbsp;- Run Option command button<br>
  37. &nbsp;&nbsp;&nbsp;&nbsp;- URL text box<br>
  38. &nbsp;&nbsp;&nbsp;&nbsp;- Output Pane<br>
  39. <br>
  40. Select a Samples Option and click on the 'Run Option' button to run the sample program.</p>
  41. <!-- * * * * * * * * * -->
  42. <!-- -->
  43. <!-- Expected Results -->
  44. <!-- -->
  45. <!-- * * * * * * * * * -->
  46. <p class="FormLabel">Expected Results</p>
  47. <p class="formText">The 'Ping Dispatcher' option will display the dispatcher version.<br>
  48. The 'Dispatcher Properties' option will display several dispatcher properties.<br>
  49. The 'Start Service' option will start a Service identified in the service name combo box<br>
  50. The 'Stop Service' option will stop a Service identified in the service name combo box<br>
  51. The 'Set Logging Level' option will set a Service logging level to the value that is identified in the logging level combo box.<br>
  52. The 'Set Maximum Processes' option will set a Service maximum number of processes to the value that is identified in the maximum processes value combo box.</p>
  53. <!-- * * * * * * * * * -->
  54. <!-- -->
  55. <!-- Documentation -->
  56. <!-- -->
  57. <!-- * * * * * * * * * -->
  58. <p class="FormLabel">Documentation</p>
  59. <p class="formText">The IBM Cognos Software Development Kit Developer Guide contains additional information about the samples. See the chapter titled 'Methods' and the appendix titled 'Code Samples and Language-Specific Coding Practices'.</p>
  60. <p class="formText">Please note that the samples are not intended to be treated as end-user applications. Refer to the sample code for examples of how to use the API when developing your own applications.</p>
  61. </BODY>
  62. </HTML>