The VSystemStatusPane class allows a Java™ program to display system status and system pool information.
VSystemStatusPane includes the following methods:
The following example shows you how to use the VSystemStatusPane class:
// Create an as400 object.
AS400 mySystem = new AS400("mySystem.myCompany.com");
// Create a VSystemStatusPane
VSystemStatusPane myPane = new VSystemStatusPane(mySystem);
// Set the value to allow pools to be modified
myPane.setAllowModifyAllPools(true);
//Load the information
myPane.load();