Uses of Class
fr.gouv.vitam.storage.offers.tape.exception.ReadWriteErrorCode
-
-
Uses of ReadWriteErrorCode in fr.gouv.vitam.storage.offers.tape.exception
Methods in fr.gouv.vitam.storage.offers.tape.exception that return ReadWriteErrorCode Modifier and Type Method Description ReadWriteErrorCode
ReadWriteException. getReadWriteErrorCode()
static ReadWriteErrorCode
ReadWriteErrorCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReadWriteErrorCode[]
ReadWriteErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.gouv.vitam.storage.offers.tape.exception with parameters of type ReadWriteErrorCode Constructor Description ReadWriteException(java.lang.String message, ReadWriteErrorCode readWriteErrorCode)
ReadWriteException(java.lang.String message, ReadWriteErrorCode readWriteErrorCode, java.lang.Throwable cause)
ReadWriteException(java.lang.String message, java.lang.Throwable cause, ReadWriteErrorCode readWriteErrorCode)
-
Uses of ReadWriteErrorCode in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Methods in fr.gouv.vitam.storage.offers.tape.impl.readwrite with parameters of type ReadWriteErrorCode Modifier and Type Method Description TapeDriveSpec
TapeLibraryServiceImpl. getDriveStatus(ReadWriteErrorCode readWriteErrorCode)
void
TapeLibraryServiceImpl. goToPosition(TapeCatalog tape, java.lang.Integer position, ReadWriteErrorCode readWriteErrorCode)
-
Uses of ReadWriteErrorCode in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec with parameters of type ReadWriteErrorCode Modifier and Type Method Description TapeDriveSpec
TapeLibraryService. getDriveStatus(ReadWriteErrorCode readWriteErrorCode)
void
TapeLibraryService. goToPosition(TapeCatalog tape, java.lang.Integer position, ReadWriteErrorCode readWriteErrorCode)
-
Uses of ReadWriteErrorCode in fr.gouv.vitam.storage.offers.tape.worker.tasks
Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks that return ReadWriteErrorCode Modifier and Type Method Description ReadWriteErrorCode
ReadWriteResult. getCode()
Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type ReadWriteErrorCode Modifier and Type Method Description void
ReadWriteResult. setCode(ReadWriteErrorCode code)
-