Package com.blackhillsoftware.smf.smf119
Class TN3270SNASessionTerminationRoundTripPerformance
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf119.TN3270SNASessionTerminationRoundTripPerformance
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Constant: 0x80 = 128static final int
Constant: 0x40 = 64 -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.long
SMF119TN_NTRCountIP value.long
SMF119TN_NTRCountTrans value.int
SMF119TN_NTRDR value.boolean
Return true ifSMF119TN_NTRDR_Used
bit insmf119tnNtrDR()
is set.long
SMF119TN_NTRElapsIpRtSq value, throws exception if SMF119TN_NTRElapsIpRtSq overflows 64 bit signed integer.SMF119TN_NTRElapsIpRtSq value as a BigInteger.long
SMF119TN_NTRElapsRndTrpSq value, throws exception if SMF119TN_NTRElapsRndTrpSq overflows 64 bit signed integer.SMF119TN_NTRElapsRndTrpSq value as a BigInteger.long
SMF119TN_NTRElapsSnaRtSq value, throws exception if SMF119TN_NTRElapsSnaRtSq overflows 64 bit signed integer.SMF119TN_NTRElapsSnaRtSq value as a BigInteger.long
SMF119TN_NTRGrpIndex value.long
SMF119TN_NTRIPRts value.long
SMF119TN_NTRRts value.boolean
Return true ifSMF119TN_NTRTM_Used
bit insmf119tnNtrDR()
is set.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF119TN_NTRDR_Used
public static final int SMF119TN_NTRDR_UsedConstant: 0x80 = 128- See Also:
-
SMF119TN_NTRTM_Used
public static final int SMF119TN_NTRTM_UsedConstant: 0x40 = 64- See Also:
-
-
Method Details
-
smf119tnNtrRts
public long smf119tnNtrRts()SMF119TN_NTRRts value.- Returns:
- long SMF119TN_NTRRts value
-
smf119tnNtrIpRts
public long smf119tnNtrIpRts()SMF119TN_NTRIPRts value.- Returns:
- long SMF119TN_NTRIPRts value
-
smf119tnNtrCountTrans
public long smf119tnNtrCountTrans()SMF119TN_NTRCountTrans value.- Returns:
- long SMF119TN_NTRCountTrans value
-
smf119tnNtrCountIp
public long smf119tnNtrCountIp()SMF119TN_NTRCountIP value.- Returns:
- long SMF119TN_NTRCountIP value
-
smf119tnNtrElapsRndTrpSq
public long smf119tnNtrElapsRndTrpSq()SMF119TN_NTRElapsRndTrpSq value, throws exception if SMF119TN_NTRElapsRndTrpSq overflows 64 bit signed integer.- Returns:
- long SMF119TN_NTRElapsRndTrpSq
- Throws:
IllegalArgumentException
- If the value of SMF119TN_NTRElapsRndTrpSq exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF119TN_NTRElapsRndTrpSq). Usesmf119tnNtrElapsRndTrpSqAsBigInteger()
if this is possible.
-
smf119tnNtrElapsRndTrpSqAsBigInteger
SMF119TN_NTRElapsRndTrpSq value as a BigInteger.smf119tnNtrElapsRndTrpSq()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF119TN_NTRElapsRndTrpSq
-
smf119tnNtrElapsIpRtSq
public long smf119tnNtrElapsIpRtSq()SMF119TN_NTRElapsIpRtSq value, throws exception if SMF119TN_NTRElapsIpRtSq overflows 64 bit signed integer.- Returns:
- long SMF119TN_NTRElapsIpRtSq
- Throws:
IllegalArgumentException
- If the value of SMF119TN_NTRElapsIpRtSq exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF119TN_NTRElapsIpRtSq). Usesmf119tnNtrElapsIpRtSqAsBigInteger()
if this is possible.
-
smf119tnNtrElapsIpRtSqAsBigInteger
SMF119TN_NTRElapsIpRtSq value as a BigInteger.smf119tnNtrElapsIpRtSq()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF119TN_NTRElapsIpRtSq
-
smf119tnNtrElapsSnaRtSq
public long smf119tnNtrElapsSnaRtSq()SMF119TN_NTRElapsSnaRtSq value, throws exception if SMF119TN_NTRElapsSnaRtSq overflows 64 bit signed integer.- Returns:
- long SMF119TN_NTRElapsSnaRtSq
- Throws:
IllegalArgumentException
- If the value of SMF119TN_NTRElapsSnaRtSq exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF119TN_NTRElapsSnaRtSq). Usesmf119tnNtrElapsSnaRtSqAsBigInteger()
if this is possible.
-
smf119tnNtrElapsSnaRtSqAsBigInteger
SMF119TN_NTRElapsSnaRtSq value as a BigInteger.smf119tnNtrElapsSnaRtSq()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF119TN_NTRElapsSnaRtSq
-
smf119tnNtrGrpIndex
public long smf119tnNtrGrpIndex()SMF119TN_NTRGrpIndex value.- Returns:
- long SMF119TN_NTRGrpIndex value
-
smf119tnNtrDR
public int smf119tnNtrDR()SMF119TN_NTRDR value.- Returns:
- int SMF119TN_NTRDR value
-
smf119tnNtrDRUsed
public boolean smf119tnNtrDRUsed()Return true ifSMF119TN_NTRDR_Used
bit insmf119tnNtrDR()
is set.- Returns:
- boolean SMF119TN_NTRDR_Used bit is set in smf119tnNtrDR()
SMF119TN_NTRDR_Used = 0x80
-
smf119tnNtrTMUsed
public boolean smf119tnNtrTMUsed()Return true ifSMF119TN_NTRTM_Used
bit insmf119tnNtrDR()
is set.- Returns:
- boolean SMF119TN_NTRTM_Used bit is set in smf119tnNtrDR()
SMF119TN_NTRTM_Used = 0x40
-
create
public static TN3270SNASessionTerminationRoundTripPerformance create(byte[] Data, int offset, int length) 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
-