Class TransactionResourceRecord
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.monitoring.TransactionResourceRecord
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x40 = 64static final intConstant: 0x4F = 79static final intConstant: 0x01 = 1 - 
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionResourceRecordcreate(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 recordintMNR_DSECT_VERS value.intmnrDsl()MNR_DSL value.intmnrDsn()MNR_DSN value.intmnrDso()MNR_DSO value.intmnrFsl()MNR_FSL value.intmnrFsn()MNR_FSN value.intmnrFso()MNR_FSO value.intMNR_HDRLEN value.intmnrId()MNR_ID value.intmnrIsl()MNR_ISL value.intmnrIsn()MNR_ISN value.intmnrIso()MNR_ISO value.intMNR_LENGTH value.intmnrTrn()MNR_TRN value.intmnrTsl()MNR_TSL value.intmnrTsn()MNR_TSN value.intmnrTso()MNR_TSO value.intmnrUsl()MNR_USL value.intmnrUsn()MNR_USN value.intmnrUso()MNR_USO value.Get a List containing Web Service Entries from the recordintmnrWsl()MNR_WSL value.intmnrWsn()MNR_WSN value.intmnrWso()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
 
 -