AS400 class

The AS400 class manages the following:

  • A set of socket connections to the server jobs on the AS/400.

  • Sign-on behavior for the AS/400. This includes prompting the user for sign-on information, password caching, and default user management.

The Java program must provide an AS400 object when the Java program uses an instance of a class that accesses the AS/400. For example, the CommandCall object requires an AS400 object before it can send commands to the AS/400.

The AS400 object handles connections, user IDs, and passwords differently when it is running in the AS/400 Java Virtual Machine. For more information, see AS/400 Java Virtual Machine.

See managing connections for information on managing connections to the AS/400 through the AS400 object.

AS400 class provides the following sign-on functions:


[ Legal | AS/400 Glossary ]