CclTerminal(const char* server = NULL,
const char* devtype = NULL,
const char* netname = NULL)
Creates the CclTerminal object that is used for EPI communication between the client and server.
This constructor does an implicit install terminal. You do not need to start the install method if you construct a terminal object this way.
If the named server is not configured in the CICS Transaction Gateway initialization file, an unknownServer exception is raised.
If invalid values are supplied for server, devtype or netname, a parameter exception is raised.
If a CclEPI object has not been created, an initEPI exception is raised.
If the maximum number of supported terminal connections has been exceeded, a maxRequests exception is raised.