12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <HTML>
- <HEAD>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: DOCS
- (C) Copyright IBM Corp. 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
- IBM Corp.
- -->
- <TITLE>IBM Cognos Java QueryServiceUI Program Sample</TITLE>
- <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
- </HEAD>
- <BODY>
- <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif"> IBM Cognos Sample Programs</p>
- <p class="FormLabel">QueryServiceUI.java - Perform Query Service operations.</p>
- <p class="formText">The Java QueryServiceUI sample program allows the user to perform various operations on a ROLAP cube.</p>
- <br>
- <!-- * * * * * * * * * -->
- <!-- -->
- <!-- Dependent Files -->
- <!-- -->
- <!-- * * * * * * * * * -->
- <p class="FormLabel">Dependent Files</p>
- <p class="formText">Associated files are contained under the java sample folder.<br>
- Additional files required for running are identified in the CLASSPATH definitions in run.bat or run.sh file.</p>
- <!-- * * * * * * * * * -->
- <!-- -->
- <!-- How To Run -->
- <!-- -->
- <!-- * * * * * * * * * -->
- <p class="FormLabel">How To Run The Sample Program</p>
- <p class="formText">Double click on the file run.bat for WINDOWS or run.sh for UNIX.<br><br>
- A window will be opened containing:<br>
- - Cube dropdown box with a list of available cubes<br>
- - Query Service options dropdown box<br>
- - Run Option command button<br>
- - Server URL text box<br>
- - Output Pane<br>
- <br>
- Select a cube and a Query Service option, then click on the 'Run Option' button to run the sample program.</p>
- <!-- * * * * * * * * * -->
- <!-- -->
- <!-- Expected Results -->
- <!-- -->
- <!-- * * * * * * * * * -->
- <p class="FormLabel">Expected Results</p>
- <p class="formText">The 'Get Cube State' option will display the current cube state.<br>
- The 'Start Cube' option will send a request to start the cube.<br>
- The 'Stop Cube When Not In Use' option will send a request to stop the cube as soon as it is not in use.<br>
- The 'Stop Cube Immediately' option will send a request to stop the cube whether it is in use or not.<br>
- The 'Restart Cube' option will send a request to restart the cube.<br>
- The 'Refresh Data Cache' option will send a request to refresh the data cache for the cube.<br>
- The 'Refresh Member Cache' option will send a request to refresh the member cache for the cube.<br>
- The 'Refresh Cube Security' option will send a request to refesh the cube security.</p>
- <!-- * * * * * * * * * -->
- <!-- -->
- <!-- Documentation -->
- <!-- -->
- <!-- * * * * * * * * * -->
- <p class="FormLabel">Documentation</p>
- <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>
- <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>
- </BODY>
- </HTML>
|