<?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="System status classes" /> <meta name="abstract" content="" /> <meta name="description" content="" /> <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="vsystats" /> <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>System status classes</title> </head> <body id="vsystats"><a name="vsystats"><!-- --></a> <!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script> <h1 class="topictitle1">System status classes</h1> <div><p></p> <div class="section"><p>The System Status components in the vaccess package allow you to create GUIs by using the existing <a href="vpanes.htm#vpanes">AS400Panes</a>. You also have the option to create your own GUIs using the Java™ Foundation Classes (JFC). The <a href="javadoc/com/ibm/as400/vaccess/VSystemStatus.html"> VSystemStatus</a> object represents a system status on the server. The <a href="vsyspool.htm#vsyspool">VSystemPool</a> object represents a system pool on the server. The <a href="vsyspane.htm#vsyspane"> VSystemStatusPane</a> represents a visual pane that displays the system status information.</p> </div> <div class="section"><p>The <a href="javadoc/com/ibm/as400/vaccess/VSystemStatus.html"> VSystemStatus</a> class allows you to get information about the status of a server session within a GUI environment:</p> </div> <div class="section"><ul><li>The <a href="javadoc/com/ibm/as400/vaccess/VSystemStatus.html#GETSYSTEM()"> getSystem()</a> method returns the server where the system status information is contained</li> <li>The <a href="javadoc/com/ibm/as400/vaccess/VSystemStatus.html#GETTEXT()"> getText()</a> method returns the description text</li> <li>The <a href="javadoc/com/ibm/as400/vaccess/VSystemStatus.html#SETSYSTEM(COM.IBM.AS400.ACCESS.AS400)"> setSystem()</a> method sets the server where the system status information is located</li> </ul> </div> <div class="section"><p>In addition to the methods mentioned above, you can also access and change <a href="vsyspool.htm#vsyspool">system pool</a> information in a GUI.</p> </div> <div class="section"><p>You use VSystemStatus with <a href="javadoc/com/ibm/as400/vaccess/VSystemStatusPane.html"> VSystemStatusPane</a>. VSystemPane is the visual display pane where information is shown for both system status and system pool.</p> </div> </div> </body> </html>