The Connect COM class is used to maintain and represent an ECI connection between a client and a named server. Access to the server is optionally controlled by a user ID and password. It can call a program in the server or get information on the state of the connection.
Before the Connect COM class can be used to make calls to CICS®, it must be initialized using the Details method and, optionally, the TranDetails method.
Any interaction between client and server requires a CclOFlow object and a CclOConnect object.