Many methods have the same parameter, opt, which is described under the abendCode method inabendCode.
Returns an enumeration that indicates what the subclass type is. For example, for an IccTempStore object, the class type is 'cTempStore'. The possible values are listed under ClassType on page ClassType.
Returns the name of the class. For example, an IccTempStore object returns "IccTempStore".
Suppose a class MyDataQueue inherits from IccDataQueue. If MyDataQueue calls setClassName("MyDataQueue"), MyDataQueue::className(IccBase::customName) returns "MyDataQueue" and MyDataQueue::className(IccBase::baseName) returns "IccDataQueue". An IccDataQueue object returns "IccDataQueue" for both opt values.
Returns the number that an application designer has associated with a subclass that he or she has designed.
Destroys an object in an orderly manner.
Creates a new object of given size. This operator enables the Foundation Classes to use CICS® storage allocation (see initializeEnvironment).