A table that summarizes the classes provided for programming using the C++ interface.
Object | Classname | Description |
---|---|---|
Global | Ccl | Contains global enumerations |
Buffer | CclBuf | Used for exchanging data with a server |
Connection | CclConn | Models the connection to a server |
ECI | CclECI | Controls and lists access to CICS® servers |
Exception | CclException | Encapsulates exception information |
Flow | CclFlow | Handles a single client/server interaction |
SecAttr | CclSecAttr | Provides information about security attributes (passwords) |
SecTime | CclSecTime | Provides date and time information |
UOW | CclUOW | Corresponds with a Unit of Work in the server—used for managing updates to recoverable resources. |