The System Status components in the vaccess package allow you to create GUIs by using the existing AS400Panes. 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 server. The VSystemPool object represents a system pool on the server. The VSystemStatusPane represents a visual pane that displays the system status information.
The VSystemStatus class allows you to get information about the status of a server session within a GUI environment:
In addition to the methods mentioned above, you can also access and change system pool information in a GUI.
You use VSystemStatus with VSystemStatusPane. VSystemPane is the visual display pane where information is shown for both system status and system pool.