Class TN3270SNASessionTerminationRoundTripPerformance

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf119.TN3270SNASessionTerminationRoundTripPerformance

public final class TN3270SNASessionTerminationRoundTripPerformance extends SmfData
  • Field Details

    • SMF119TN_NTRDR_Used

      public static final int SMF119TN_NTRDR_Used
      Constant: 0x80 = 128
      See Also:
    • SMF119TN_NTRTM_Used

      public static final int SMF119TN_NTRTM_Used
      Constant: 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). Use smf119tnNtrElapsRndTrpSqAsBigInteger() if this is possible.
    • smf119tnNtrElapsRndTrpSqAsBigInteger

      public BigInteger 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). Use smf119tnNtrElapsIpRtSqAsBigInteger() if this is possible.
    • smf119tnNtrElapsIpRtSqAsBigInteger

      public BigInteger 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). Use smf119tnNtrElapsSnaRtSqAsBigInteger() if this is possible.
    • smf119tnNtrElapsSnaRtSqAsBigInteger

      public BigInteger 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 if SMF119TN_NTRDR_Used bit in smf119tnNtrDR() is set.
      Returns:
      boolean SMF119TN_NTRDR_Used bit is set in smf119tnNtrDR()

      SMF119TN_NTRDR_Used = 0x80

    • smf119tnNtrTMUsed

      public boolean smf119tnNtrTMUsed()
      Return true if SMF119TN_NTRTM_Used bit in smf119tnNtrDR() 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 section
      offset - Offset of this section in the data
      length - length of the section