73 lines
3.2 KiB
HTML
73 lines
3.2 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
||
|
<title>Alert APIs</title>
|
||
|
<!-- Begin Header Records ========================================= -->
|
||
|
<!-- 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. -->
|
||
|
<!-- Change History: -->
|
||
|
<!-- YYMMDD USERID Change description -->
|
||
|
<!-- NETMG2 SCRIPT A converted by B2H R4.1 (346) (CMS) by HOLTJM at -->
|
||
|
<!-- RCHVMW2 on 29 Jan 1999 at 10:01:37 -->
|
||
|
<!-- End Header Records -->
|
||
|
<!-- File restructured for V5R2 -->
|
||
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- Java sync-link -->
|
||
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
||
|
</script>
|
||
|
|
||
|
|
||
|
|
||
|
<h2>Alert APIs</h2>
|
||
|
|
||
|
<p>The alert APIs let your application create alerts, notify the i5/OS<SUP>(TM)</SUP> alert
|
||
|
manager of alerts that need to be handled, and allow you to retrieve alerts and
|
||
|
alert data. The generate and send APIs differ from ordinary i5/OS alert
|
||
|
processing in that they let your application create an alert at any time
|
||
|
without sending an alertable message to an alertable message queue. (An
|
||
|
alertable message queue is a message queue that has been created or changed
|
||
|
with the allow alerts (ALWALR) parameter specified as yes.) The retrieve API
|
||
|
allows your application, in conjunction with alert filtering, to perform
|
||
|
user-defined actions based on the contents of the alert.</p>
|
||
|
|
||
|
<p>For more information on creating and sending i5/OS alerts, see the <a href=
|
||
|
"../bookssc415413.pdf" target="_blank">Alerts Support</a><img src=
|
||
|
"wbpdf.gif" alt="Link to PDF"> book.
|
||
|
</p>
|
||
|
|
||
|
<p>The alert APIs are:</p>
|
||
|
|
||
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
||
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
||
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
||
|
<!--***************API BEGIN PASTE***************-->
|
||
|
<ul>
|
||
|
<li><A HREF="QALGENA.htm">Generate Alert</A> (QALGENA) creates an alert for a particular message ID.</li>
|
||
|
<li><A HREF="QALRTVA.htm">Retrieve Alert</A> (QALRTVA) retrieves an alert from the alert database.</li>
|
||
|
<li><A HREF="QALSNDA.htm">Send Alert</A> (QALSNDA) sends an alert to the i5/OS alert manager for processing.</li>
|
||
|
</ul>
|
||
|
<!--***************API END PASTE***************-->
|
||
|
|
||
|
<hr>
|
||
|
<center>
|
||
|
<table cellpadding="2" cellspacing="2">
|
||
|
<tr align="center">
|
||
|
<td valign="middle" align="center">
|
||
|
<a href="#Top_Of_Page">Top</a> |
|
||
|
<a href="netmg.htm">Network Management APIs</a> |
|
||
|
<a href="aplist.htm">APIs by category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|
||
|
|