Class CloudhostFixityState

java.lang.Object
org.cdlib.mrt.s3.cloudhost.CloudhostStateAbs
org.cdlib.mrt.s3.cloudhost.CloudhostFixityState
All Implemented Interfaces:
Serializable, org.cdlib.mrt.utility.StateInf

public class CloudhostFixityState extends CloudhostStateAbs implements org.cdlib.mrt.utility.StateInf, Serializable
Author:
dloy
See Also:
  • Field Details

    • NAME

      protected static final String NAME
      See Also:
    • prop

      protected Properties prop
    • bucket

      protected String bucket
    • key

      protected String key
    • error

      protected String error
    • testChecksum

      protected String testChecksum
    • testLength

      protected long testLength
    • dataChecksum

      protected String dataChecksum
    • dataLength

      protected long dataLength
    • ok

      protected boolean ok
    • checksumType

      protected org.cdlib.mrt.utility.MessageDigestType checksumType
  • Constructor Details

    • CloudhostFixityState

      public CloudhostFixityState()
    • CloudhostFixityState

      public CloudhostFixityState(File propFile) throws org.cdlib.mrt.utility.TException
      Throws:
      org.cdlib.mrt.utility.TException
  • Method Details