Class ExceptionData
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.monitoring.ExceptionData
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionData
create
(byte[] Data, int offset, int length) create is intended for internal use only.excmnbtr()
EXCMNBTR value.excmncpn()
EXCMNCPN value.long
excmnexn()
EXCMNEXN value.excmnfcn()
EXCMNFCN value.excmnlun()
EXCMNLUN value.excmnnid()
EXCMNNID value.excmnnpx()
EXCMNNPX value.excmnnsx()
EXCMNNSX value.excmnrid()
EXCMNRID value.int
excmnril()
EXCMNRIL value.excmnrix()
EXCMNRIX value.excmnrlu()
EXCMNRLU value.excmnrpt()
EXCMNRPT value.excmnrty()
EXCMNRTY value.excmnsrv()
EXCMNSRV value.excmnsta()
EXCMNSTA STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).EXCMNSTA STCK value.excmnsto()
EXCMNSTO STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).EXCMNSTO STCK value.excmntcn()
EXCMNTCN value.long
excmnter()
EXCMNTER value.int
excmntno()
EXCMNTNO value.long
excmntpr()
EXCMNTPR value.excmntrf()
EXCMNTRF value.excmntrn()
EXCMNTRN value.excmntst()
EXCMNTST value.excmntyp()
EXCMNTYP as a ExceptionType.int
EXCMNTYP raw value.excmnuri()
EXCMNURI value.excmnusr()
EXCMNUSR value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
excmntrn
EXCMNTRN value.- Returns:
- String EXCMNTRN value
-
excmnter
public long excmnter()EXCMNTER value.- Returns:
- long EXCMNTER value
-
excmnusr
EXCMNUSR value.- Returns:
- String EXCMNUSR value
-
excmntst
EXCMNTST value.- Returns:
- String EXCMNTST value
-
excmnsta
EXCMNSTA STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
excmnstaRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime EXCMNSTA STCK converted to ZonedDateTime
- See Also:
-
excmnstaRawValue
EXCMNSTA STCK value.- Returns:
- BigInteger EXCMNSTA STCK value
-
excmnsto
EXCMNSTO STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
excmnstoRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime EXCMNSTO STCK converted to ZonedDateTime
- See Also:
-
excmnstoRawValue
EXCMNSTO STCK value.- Returns:
- BigInteger EXCMNSTO STCK value
-
excmntno
public int excmntno()EXCMNTNO value.- Returns:
- int EXCMNTNO value
-
excmntpr
public long excmntpr()EXCMNTPR value.- Returns:
- long EXCMNTPR value
-
excmnlun
EXCMNLUN value.- Returns:
- String EXCMNLUN value
-
excmnexn
public long excmnexn()EXCMNEXN value.- Returns:
- long EXCMNEXN value
-
excmnrty
EXCMNRTY value.- Returns:
- String EXCMNRTY value
-
excmnrid
EXCMNRID value.- Returns:
- String EXCMNRID value
-
excmntyp
EXCMNTYP as a ExceptionType.- Returns:
- ExceptionType EXCMNTYP
-
excmntypRawValue
public int excmntypRawValue()EXCMNTYP raw value.- Returns:
- int EXCMNTYP value
-
excmntcn
EXCMNTCN value.- Returns:
- String EXCMNTCN value
-
excmnsrv
EXCMNSRV value.- Returns:
- String EXCMNSRV value
-
excmnrpt
EXCMNRPT value.- Returns:
- String EXCMNRPT value
-
excmnnpx
EXCMNNPX value.- Returns:
- String EXCMNNPX value
-
excmnnsx
EXCMNNSX value.- Returns:
- BigInteger EXCMNNSX value
-
excmntrf
EXCMNTRF value.- Returns:
- BigInteger EXCMNTRF value
-
excmnfcn
EXCMNFCN value.- Returns:
- String EXCMNFCN value
-
excmncpn
EXCMNCPN value.- Returns:
- String EXCMNCPN value
-
excmnbtr
EXCMNBTR value.- Returns:
- String EXCMNBTR value
-
excmnuri
EXCMNURI value.- Returns:
- BigInteger EXCMNURI value
-
excmnril
public int excmnril()EXCMNRIL value.- Returns:
- int EXCMNRIL value
-
excmnrix
EXCMNRIX value.- Returns:
- String EXCMNRIX value
-
excmnnid
EXCMNNID value.- Returns:
- String EXCMNNID value
-
excmnrlu
EXCMNRLU value.- Returns:
- String EXCMNRLU value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-