Class TransactionResourceRecord
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.monitoring.TransactionResourceRecord
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x40 = 64static final int
Constant: 0x4F = 79static final int
Constant: 0x01 = 1 -
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionResourceRecord
create
(byte[] Data, int offset, int length) create is intended for internal use only.Get a List containing DPL Entries from the recordGet a List containing File Entries from the recordGet a List containing Identification Data Entries from the recordint
MNR_DSECT_VERS value.int
mnrDsl()
MNR_DSL value.int
mnrDsn()
MNR_DSN value.int
mnrDso()
MNR_DSO value.int
mnrFsl()
MNR_FSL value.int
mnrFsn()
MNR_FSN value.int
mnrFso()
MNR_FSO value.int
MNR_HDRLEN value.int
mnrId()
MNR_ID value.int
mnrIsl()
MNR_ISL value.int
mnrIsn()
MNR_ISN value.int
mnrIso()
MNR_ISO value.int
MNR_LENGTH value.int
mnrTrn()
MNR_TRN value.int
mnrTsl()
MNR_TSL value.int
mnrTsn()
MNR_TSN value.int
mnrTso()
MNR_TSO value.int
mnrUsl()
MNR_USL value.int
mnrUsn()
MNR_USN value.int
mnrUso()
MNR_USO value.Get a List containing Web Service Entries from the recordint
mnrWsl()
MNR_WSL value.int
mnrWsn()
MNR_WSN value.int
mnrWso()
MNR_WSO value.Get a List containing TS Queue Entries from the recordGet a List containing URI Map Entries from the recordMethods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
MNR_ID_EQUATE
public static final int MNR_ID_EQUATEConstant: 0x4F = 79- See Also:
-
MNR_VERSION
public static final int MNR_VERSIONConstant: 0x01 = 1- See Also:
-
MNR_HDR_LENGTH
public static final int MNR_HDR_LENGTHConstant: 0x40 = 64- See Also:
-
-
Method Details
-
identificationData
Get a List containing Identification Data Entries from the record- Returns:
- a list of MnrIdentificationData (possibly empty)
-
fileEntries
Get a List containing File Entries from the record- Returns:
- a list of MnrFileEntry (possibly empty)
-
tsqEntries
Get a List containing TS Queue Entries from the record- Returns:
- a list of MnrTsqEntry (possibly empty)
-
dplEntries
Get a List containing DPL Entries from the record- Returns:
- a list of MnrDplEntry (possibly empty)
-
uriMapEntries
Get a List containing URI Map Entries from the record- Returns:
- a list of MnrUriMapEntry (possibly empty)
-
MnrWebSvcEntries
Get a List containing Web Service Entries from the record- Returns:
- a list of MnrWebSvcEntry (possibly empty)
-
mnrLength
public int mnrLength()MNR_LENGTH value.- Returns:
- int MNR_LENGTH value
-
mnrId
public int mnrId()MNR_ID value.- Returns:
- int MNR_ID value
-
mnrDsectVers
public int mnrDsectVers()MNR_DSECT_VERS value.- Returns:
- int MNR_DSECT_VERS value
-
mnrHdrlen
public int mnrHdrlen()MNR_HDRLEN value.- Returns:
- int MNR_HDRLEN value
-
mnrTrn
public int mnrTrn()MNR_TRN value.- Returns:
- int MNR_TRN value
-
mnrIso
public int mnrIso()MNR_ISO value.- Returns:
- int MNR_ISO value
-
mnrIsl
public int mnrIsl()MNR_ISL value.- Returns:
- int MNR_ISL value
-
mnrIsn
public int mnrIsn()MNR_ISN value.- Returns:
- int MNR_ISN value
-
mnrFso
public int mnrFso()MNR_FSO value.- Returns:
- int MNR_FSO value
-
mnrFsl
public int mnrFsl()MNR_FSL value.- Returns:
- int MNR_FSL value
-
mnrFsn
public int mnrFsn()MNR_FSN value.- Returns:
- int MNR_FSN value
-
mnrTso
public int mnrTso()MNR_TSO value.- Returns:
- int MNR_TSO value
-
mnrTsl
public int mnrTsl()MNR_TSL value.- Returns:
- int MNR_TSL value
-
mnrTsn
public int mnrTsn()MNR_TSN value.- Returns:
- int MNR_TSN value
-
mnrDso
public int mnrDso()MNR_DSO value.- Returns:
- int MNR_DSO value
-
mnrDsl
public int mnrDsl()MNR_DSL value.- Returns:
- int MNR_DSL value
-
mnrDsn
public int mnrDsn()MNR_DSN value.- Returns:
- int MNR_DSN value
-
mnrUso
public int mnrUso()MNR_USO value.- Returns:
- int MNR_USO value
-
mnrUsl
public int mnrUsl()MNR_USL value.- Returns:
- int MNR_USL value
-
mnrUsn
public int mnrUsn()MNR_USN value.- Returns:
- int MNR_USN value
-
mnrWso
public int mnrWso()MNR_WSO value.- Returns:
- int MNR_WSO value
-
mnrWsl
public int mnrWsl()MNR_WSL value.- Returns:
- int MNR_WSL value
-
mnrWsn
public int mnrWsn()MNR_WSN value.- Returns:
- int MNR_WSN 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
-