Public methods

className

const char* className() const

Returns the name of the class responsible for this event.

classType

IccBase::ClassType classType() const

Returns an enumeration, described under classType on page classType in IccBase class, that indicates the type of class that is responsible for this event.

condition

IccCondition::Codes condition(IccResource::ConditionType type =
                                   IccResource::majorCode) const

type
An enumeration that indicates whether a major code or minor code is being requested. Possible values are 'majorCode' or 'minorCode'. 'majorCode' is the default value.

Returns an enumerated type that indicates the condition returned from this CICS® event. The possible values are described under the Codes type in the IccCondition structure.

conditionText

const char* conditionText() const

Returns the text of the CICS condition code, such as "NORMAL" or "LENGERR".

methodName

const char* methodName() const

Returns the name of the method responsible for this event.

summary

const char* summary()

Returns a summary of the CICS event in the form:

CICS event summary: IccDataQueue::readItem condition=23 (QZERO) minor=0
[[ Contents Previous Page | Next Page Index ]]