76 lines
5.4 KiB
HTML
76 lines
5.4 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="Example: Implementing user-defined categories" />
|
|
<meta name="abstract" content="Look here for sample programs that illustrate how you can use the provided APIs to integrate customized data collections into Collection Services." />
|
|
<meta name="description" content="Look here for sample programs that illustrate how you can use the provided APIs to integrate customized data collections into Collection Services." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahxcollservuserdef.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahxcolluserdefexdatacoll.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahxcolluserdefexreg.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahxcolluserdefexquery.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzahxcollservuserdefexample" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Example: Implementing user-defined categories</title>
|
|
</head>
|
|
<body id="rzahxcollservuserdefexample"><a name="rzahxcollservuserdefexample"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Example: Implementing user-defined categories</h1>
|
|
<div><p>Look here for sample programs that illustrate how you can use the
|
|
provided APIs to integrate customized data collections into Collection Services.</p>
|
|
<div class="section"><p>IBM<sup>®</sup> grants
|
|
you a nonexclusive copyright license to use all programming code examples
|
|
from which you can generate similar function tailored to your own specific
|
|
needs.</p>
|
|
<p><img src="./delta.gif" alt="Start of change" />SUBJECT TO ANY STATUTORY WARRANTIES WHICH CANNOT BE
|
|
EXCLUDED, IBM,
|
|
ITS PROGRAM DEVELOPERS AND SUPPLIERS MAKE NO WARRANTIES OR CONDITIONS EITHER
|
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OR
|
|
CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT,
|
|
REGARDING THE PROGRAM OR TECHNICAL SUPPORT, IF ANY. <img src="./deltaend.gif" alt="End of change" /></p>
|
|
<p><img src="./delta.gif" alt="Start of change" />UNDER
|
|
NO CIRCUMSTANCES IS IBM, ITS PROGRAM DEVELOPERS OR SUPPLIERS LIABLE FOR ANY
|
|
OF THE FOLLOWING, EVEN IF INFORMED OF THEIR POSSIBILITY: <img src="./deltaend.gif" alt="End of change" /></p>
|
|
<img src="./delta.gif" alt="Start of change" /><ol><li>LOSS OF, OR DAMAGE TO, DATA;</li>
|
|
<li>DIRECT, SPECIAL, INCIDENTAL, OR INDIRECT DAMAGES, OR FOR ANY ECONOMIC
|
|
CONSEQUENTIAL DAMAGES; OR </li>
|
|
<li>LOST PROFITS, BUSINESS, REVENUE, GOODWILL, OR ANTICIPATED SAVINGS.</li>
|
|
</ol><img src="./deltaend.gif" alt="End of change" />
|
|
<p><img src="./delta.gif" alt="Start of change" />SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION
|
|
OF DIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, SO SOME OR ALL OF THE ABOVE
|
|
LIMITATIONS OR EXCLUSIONS MAY NOT APPLY TO YOU.<img src="./deltaend.gif" alt="End of change" /></p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzahxcolluserdefexdatacoll.htm">Example: data collection program</a></strong><br />
|
|
This program example collects some test data and stores it in a data buffer, which Collection Services copy to the collection object.</li>
|
|
<li class="ulchildlink"><strong><a href="rzahxcolluserdefexreg.htm">Example: Program to register the data collection program</a></strong><br />
|
|
This sample program registers the data collection program from the previous example with Collection Services. After running, Collection Services displays the data collection program in the list of data collection categories.</li>
|
|
<li class="ulchildlink"><strong><a href="rzahxcolluserdefexquery.htm">Example: Program to query the collection object</a></strong><br />
|
|
This sample program illustrates how to query the data stored in
|
|
the collection object using the Java™ classes shipped in the ColSrv.jar file
|
|
in QIBM/ProdData/OS400/CollectionServices/lib.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahxcollservuserdef.htm" title="The user-defined categories function in Collection Services enables applications to integrate performance data collection into Collection Services.">User-defined categories in Collection Services</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |