ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzakx_5.4.0.1/rzakxjavadiroffiles.htm

224 lines
14 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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="copyright" content="(C) Copyright IBM Corporation 2005" />
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
<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="concept" />
<meta name="DC.Title" content="Sample Java plug-in directory of files" />
<meta name="DC.Relation" scheme="URI" content="rzakxinstrunsmpjava.htm" />
<meta name="DC.Relation" scheme="URI" content="rzakxinstrunsmpjava.htm" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzakxjavadiroffiles" />
<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>Sample Java plug-in directory of files</title>
</head>
<body id="rzakxjavadiroffiles"><a name="rzakxjavadiroffiles"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Sample Java plug-in directory of files</h1>
<div><p>The following tables describe all of the files included with the sample Java™ plug-ins.
For more information, read the plug-in's javadoc documentation. These were
installed in your jvopnav\com\ibm\as400\opnav\MsgQueueSample1\docs directory.
Start with the file Package-com.ibm.as400.opnav.MsgQueueSample1.html.The sample's
package name is com.ibm.as400.opnav.MsgQueueSample1. All class names are prefixed
with "Mq" to differentiate them from like-named classes in other packages.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="33.33333333333333%" id="d0e21">Java source code files; first sample plug-in</th>
<th valign="top" width="66.66666666666666%" id="d0e25">Description</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="33.33333333333333%" headers="d0e21 ">MqMessagesListManager.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e25 ">The ListManager for lists of messages.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e21 ">MqActionsManager.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e25 ">The ActionsManager implementation which handles all context menus for
the plug-in.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e21 ">MqMessageQueue.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e25 ">A collection of iSeries™ server message objects on a message queue.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e21 ">MqMessage.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e25 ">An object representing an iSeries server message.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e21 ">MqNewMessageBean.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e25 ">The UI DataBean implementation for the "New Message" dialog.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e21 ">MqDeleteMessageBean.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e25 ">The UI DataBean implemetation for the "Confirm Delete" dialog.</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="33.33333333333333%" id="d0e70">Java source code files; second sample plug-in</th>
<th valign="top" width="66.66666666666666%" id="d0e74">Description</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="33.33333333333333%" headers="d0e70 ">MqListManager.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e74 ">The master ListManager implementation for the plug-in.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e70 ">MqMessageQueuesListManager.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e74 ">A slave ListManager for lists of message queues.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e70 ">MqMessagesListManager.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e74 ">A slave ListManager for lists of messages.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e70 ">MqActionsManager.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e74 ">The ActionsManager implementation which handles all context menus for
the plug-in.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e70 ">MqMessageQueueList.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e74 ">A collection of iSeries server message queues.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e70 ">MqMessageQueue.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e74 ">A collection of iSeries server message objects on a particular queue.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e70 ">MqMessage.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e74 ">An object representing an iSeries server message.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e70 ">MqNewMessageBean.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e74 ">The UI DataBean implementation for the "New Message" dialog.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e70 ">MqDeleteMessageBean.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e74 ">The UI DataBean implemetation for the "Confirm Delete" dialog.</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="33.33333333333333%" id="d0e137">Java source code files; third sample plug-in</th>
<th valign="top" width="66.66666666666666%" id="d0e141">Description</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="33.33333333333333%" headers="d0e137 ">MqListManager.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e141 ">The master ListManager implementation for the plug-in.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e137 ">MqMessageQueuesListManager.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e141 ">A slave ListManager for lists of message queues.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e137 ">MqMessagesListManager.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e141 ">A slave ListManager for lists of messages.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e137 ">MqActionsManager.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e141 ">The ActionsManager implementation which handles all context menus for
the plug-in.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e137 ">MqDropTargetManager.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e141 ">The DropTargetManager implementation which handles drag/drop for the
plug-in.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e137 ">MqMessageQueueList.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e141 ">A collection of iSeries server message queues.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e137 ">MqMessageQueue.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e141 ">A collection of iSeries server message objects on a particular queue.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e137 ">MqMessage.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e141 ">An object representing an iSeries server message.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e137 ">MqNewMessageBean.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e141 ">The UI DataBean implementation for the "New Message" dialog.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e137 ">MqDeleteMessageBean.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e141 ">The UI DataBean implemetation for the "Confirm Delete" dialog.</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="33.33333333333333%" id="d0e209">PDML files</th>
<th valign="top" width="66.66666666666666%" id="d0e211">Description</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="33.33333333333333%" headers="d0e209 ">MessageQueueGUI.pdml</td>
<td valign="top" width="66.66666666666666%" headers="d0e211 ">Contains all Java UI panel definitions for the plug-in.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e209 ">MessageQueueGUI.java</td>
<td valign="top" width="66.66666666666666%" headers="d0e211 ">The associated Java resource bundle (subclasses java.util.ListResourceBundle).</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="38.46153846153847%" id="d0e236">Online help files</th>
<th valign="top" width="61.53846153846154%" id="d0e238">Description</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="38.46153846153847%" headers="d0e236 ">IDD_MSGQ_ADD.html</td>
<td valign="top" width="61.53846153846154%" headers="d0e238 ">Online help skeleton for the "New Message" dialog.</td>
</tr>
<tr><td valign="top" width="38.46153846153847%" headers="d0e236 ">IDD_MSGQ_CONFIRM_DELETE.html</td>
<td valign="top" width="61.53846153846154%" headers="d0e238 ">Online help skeleton for the "Confirm Delete" dialog.</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="38.46153846153847%" id="d0e257">Serialized files</th>
<th valign="top" width="61.53846153846154%" id="d0e259">Description</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="38.46153846153847%" headers="d0e257 ">IDD_MSGQ_ADD.pdml.ser</td>
<td valign="top" width="61.53846153846154%" headers="d0e259 ">Serialized panel definition for the "New Message" dialog.</td>
</tr>
<tr><td valign="top" width="38.46153846153847%" headers="d0e257 ">IDD_MSGQ_CONFIRM_DELETE.pdml.ser</td>
<td valign="top" width="61.53846153846154%" headers="d0e259 "> <p>Serialized panel definition for the "Confirm Delete" dialog.</p>
<div class="note"><span class="notetitle">Note:</span> If
you make changes to MessageQueueGUI.pdml, rename these files. Otherwise your
changes will not be reflected in the panels.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="33.33333333333333%" id="d0e283">Registry entries</th>
<th valign="top" width="66.66666666666666%" id="d0e285">Description</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="33.33333333333333%" headers="d0e283 "><p>MsgQueueSample1.reg<br />
MsgQueueSample2.reg<br />
MsgQueueSample3.reg</p>
</td>
<td valign="top" width="66.66666666666666%" headers="d0e285 ">Windows<sup>®</sup> registry entries that tell iSeries Navigator
that this plug-in exists, and identifies its Java interface implementation classes.</td>
</tr>
<tr><td valign="top" width="33.33333333333333%" headers="d0e283 "><p>MsgQueueSample1install.reg<br />
MsgQueueSample2install.reg<br />
MsgQueueSample3install.reg</p>
</td>
<td valign="top" width="66.66666666666666%" headers="d0e285 ">The registry file for distribution with the retail version of your
plug-in. This version of the registry file cannot be read directly by Windows.
It contains substitution variables that represent the directory path of the iSeries Access
for Windows installation
directory. When the user invokes the iSeries Access for Windows Selective
Setup program to install your plug-in from the iSeries server, Selective Setup reads
this registry file, fills in the correct directory paths, and writes the entries
to the registry on the user's machine. The entries in this file should therefore
be kept in sync with the registry file used in development.</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakxinstrunsmpjava.htm" title="The sample Java plug-in works with message queues in QUSRSYS on a given iSeries server.">Setting up the sample Java plug-in</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rzakxinstrunsmpjava.htm" title="The sample Java plug-in works with message queues in QUSRSYS on a given iSeries server.">Setting up the sample Java plug-in</a></div>
</div>
</div>
</body>
</html>