Long description of Figure 5: All objects using the same service for an instance of an AS400 object are disconnected (rzahh551.gif)

found in IBM® Toolbox for Java™: Managing connections

This figure illustrates how disconnecting a service for a single AS400 object disconnects all objects that are sharing that service for that instance of the AS400 object.

Description

The figure is composed of the same elements as Figure 2:

  • A rectangle on the left represents a Java program
  • A rectangle on the right represents an IBM i server
  • A small circle between the rectangles represents a single AS400 object created by the Java program that connects to the IBM i server

The Java program (the left rectangle) contains several kinds of objects that use the AS400 object (the small circle). Lines from these program objects connect to the AS400 object.

Lines from the AS400 object connect to services contained in the IBM i server (the right rectangle). The services appropriately mirror the program objects. For a specific description of the different program objects, AS400 object, and IBM i services, see the description for Figure 2 .

Two integrated file system program objects use the AS400 objects, which connects to a file server job on the IBM i server. These two program objects, the associated service, and the lines that connect them are highlighted. Disconnecting the service affects only the highlighted elements, in effect disconnecting both program objects. None of the other program objects, services, connections, or the AS400 object itself are affected.