| Package | Description |
|---|---|
| org.jscsi.target.scsi.sense |
This package contains all classes which represent SCSI sense data - data which
gives a detailed account of current or deferred SCSI errors.
|
| org.jscsi.target.scsi.sense.senseDataDescriptor |
This package contains all classes that represent sense data descriptors, elements
of sense data used to provide more specific error information.
|
| org.jscsi.target.scsi.sense.senseDataDescriptor.senseKeySpecific |
This package contains all classes representing sense-key specific data,
which is a part of sense-key specific sense data descriptors.
|
| Constructor and Description |
|---|
FixedFormatSenseData(boolean valid,
ErrorType errorType,
boolean fileMark,
boolean endOfMedium,
boolean incorrectLengthIndicator,
SenseKey senseKey,
FourByteInformation information,
FourByteInformation commandSpecificInformation,
AdditionalSenseCodeAndQualifier additionalSenseCodeAndQualifier,
byte fieldReplaceableUnitCode,
SenseKeySpecificData senseKeySpecificData,
AdditionalSenseBytes additionalSenseBytes)
The constructor.
|
| Constructor and Description |
|---|
SenseKeySpecificSenseDataDescriptor(SenseKeySpecificData senseKeySpecificData)
The constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActualRetryCountSenseKeySpecificData
Actual retry count sense-key-specific data is used to communicate the number
of retries of the recovery algorithm used in attempting to recover an error
or exception condition.
|
class |
FieldPointerSenseKeySpecificData
Field pointer sense-key-specific data is used to indicate that a certain
field of a received command descriptor block contained an illegal value.
|
class |
InvalidSenseKeySpecificData
This kind of sense-key-specific data can be used instead of all the other
SenseKeySpecificData
subclasses, if no valid sense-key-specific data
is to be transmitted to the SCSI initiator. |
class |
ProgressIndicationSenseKeySpecificData
Progress indication sense-key-specific data is used to communicate the
progress of a previously issued SCSI command (e.g.
|
class |
SegmentPointerSenseKeySpecificData
Segment pointer sense-key-specific data is to be used, when the sense key of
the enclosing
SenseData has the value SenseKey.COPY_ABORTED. |
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.