The System Status graphical user interface (GUI) components allow you to create GUIs by using the exisiting AS/400 Panes. You also have the option to create your own GUIs using the Java Foundation Classes (JFC). The VSystemStatus object represents a system status on the AS/400. The VSystemPool object represents a system pool on the AS/400. The VSystemStatusPane represents a visual pane that displays the system status information.
The VSystemStatus class allows you to get information about the status of an AS/400 session within a graphical user interface (GUI) environment. Some of the possible pieces of information you can get are listed below:
In addition to the methods mentioned above, you can also access and change system pool information in a graphic interface.
You use VSystemStatus with VSystemStatusPane.
VSystemPane is the visual display pane where information is shown for both system status and system pool.