Class ConcurrentCopySessionStatistics

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.subtype4.ConcurrentCopySessionStatistics

public final class ConcurrentCopySessionStatistics extends SmfData
  • Field Details

    • SMF4204C_LEN

      public static final int SMF4204C_LEN
      Constant: 0x40 = 64
      See Also:
  • Method Details

    • s42ccid

      public long s42ccid()
      S42CCID value.
      Returns:
      long S42CCID value
    • s42ccrqs

      public String s42ccrqs()
      S42CCRQS value.
      Returns:
      String S42CCRQS value
    • s42ccts

      public String s42ccts()
      S42CCTS value.
      Returns:
      String S42CCTS value
    • s42ccjnm

      public String s42ccjnm()
      S42CCJNM value.
      Returns:
      String S42CCJNM value
    • s42ccjno

      public String s42ccjno()
      S42CCJNO value.
      Returns:
      String S42CCJNO value
    • s42ccsst

      public ZonedDateTime s42ccsst()
      S42CCSST STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

      Use s42ccsstRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      DateTime S42CCSST STCK converted to ZonedDateTime
      See Also:
    • s42ccsstRawValue

      public BigInteger s42ccsstRawValue()
      S42CCSST STCK value.
      Returns:
      BigInteger S42CCSST STCK value
    • s42cceit

      public ZonedDateTime s42cceit()
      S42CCEIT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

      Use s42cceitRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      DateTime S42CCEIT STCK converted to ZonedDateTime
      See Also:
    • s42cceitRawValue

      public BigInteger s42cceitRawValue()
      S42CCEIT STCK value.
      Returns:
      BigInteger S42CCEIT STCK value
    • s42ccset

      public ZonedDateTime s42ccset()
      S42CCSET STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

      Use s42ccsetRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      DateTime S42CCSET STCK converted to ZonedDateTime
      See Also:
    • s42ccsetRawValue

      public BigInteger s42ccsetRawValue()
      S42CCSET STCK value.
      Returns:
      BigInteger S42CCSET STCK value
    • s42ccsso

      public int s42ccsso()
      S42CCSSO value.
      Returns:
      int S42CCSSO value
    • s42ccssn

      public int s42ccssn()
      S42CCSSN value.
      Returns:
      int S42CCSSN value
    • s42ccssl

      public int s42ccssl()
      S42CCSSL value.
      Returns:
      int S42CCSSL value
    • ConcurrentCopySsidHeaders

      public List<ConcurrentCopySsidHeader> ConcurrentCopySsidHeaders()
      Get a List containing Concurrent Copy SSID headers from the record
      Returns:
      a list of ConcurrentCopySsidHeader (possibly empty)
    • create

      public static ConcurrentCopySessionStatistics 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