75 lines
4.5 KiB
HTML
75 lines
4.5 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="Long description of Figure 1: Java program creating multiple AS400 objects and socket connections for the same iSeries server (rzahh549.gif)" />
|
|
<meta name="DC.Relation" scheme="URI" content="mngcon.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzahh549" />
|
|
<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>Long description of Figure 1: Java program creating multiple AS400 objects
|
|
and socket connections for the same iSeries server (rzahh549.gif)</title>
|
|
</head>
|
|
<body id="rzahh549"><a name="rzahh549"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Long description of Figure 1: Java program creating multiple AS400 objects
|
|
and socket connections for the same iSeries server (rzahh549.gif)</h1>
|
|
<div><div class="section"><p><strong>found in IBM<sup>®</sup> Toolbox for Java™: Managing connections</strong></p>
|
|
<p>This
|
|
figure illustrates how a Java program can create multiple AS400 objects,
|
|
each of which has a separate socket connection to the same iSeries™ server.
|
|
Creating multiple connections increases the amount of resource used on the
|
|
system.</p>
|
|
</div>
|
|
<div class="section"></div>
|
|
<div class="section"><h4 class="sectiontitle">Description</h4><p> The figure is composed of the following:</p>
|
|
<ul><li>A rectangle on the left represents a Java program</li>
|
|
<li>A rectangle on the right represents an iSeries server</li>
|
|
<li>Three vertically aligned small circles between the rectangles represent
|
|
AS400 objects created by the Java program that connect to the iSeries server</li>
|
|
</ul>
|
|
<p>The Java program (the left rectangle) contains several kinds
|
|
of objects that use the AS400 objects (the three small circles). Lines from
|
|
these program objects connect to the AS400 objects. Each program object requires
|
|
only one AS400 object to use. However, several program objects of various
|
|
types can use a single AS400 object to connect to the iSeries.</p>
|
|
<p id="rzahh549__mirror549"><a name="rzahh549__mirror549"><!-- --></a>Lines from
|
|
the AS400 objects connect to services contained in the iSeries server
|
|
(the right rectangle). The services appropriately mirror the program objects.
|
|
The following list describes how the multiple program objects, three AS400
|
|
objects, and iSeries server
|
|
services connect to each other:</p>
|
|
<ul><li>An integrated file system program object connects to the first AS400 object,
|
|
which connects to a file server job</li>
|
|
<li>Another integrated file system program object connects to the second AS400
|
|
object, which connects to a second file server job</li>
|
|
<li>The third AS400 objects has multiple program objects connected to it:
|
|
a third integrated file system object, two data queue objects, and a command
|
|
call object. The AS400 object then connects to the following services on the iSeries server:
|
|
a third file server job (for the integrated file system object), a data queue
|
|
server job (for the data queue objects) and a command call server job (for
|
|
the command call object).</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="mngcon.htm" title="It is important to be able to create, start, and end connections to your server. The following discussion explains concepts central to managing connections to your server and also offers some code examples.">Managing connections</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |