| 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.
|
| Constructor and Description |
|---|
DescriptorFormatSenseData(ErrorType errorType,
SenseKey senseKey,
AdditionalSenseCodeAndQualifier additionalSenseCodeAndQualifier,
SenseDataDescriptor... senseDataDescriptors)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandSpecificSenseDataDescriptor
The command-specific information sense data descriptor provides information
that depends on the command on which the exception condition occurred.
|
class |
InformationSenseDataDescriptor
The information sense data descriptor provides information that is
device-type or command specific and is defined in a command standard.
|
class |
SenseKeySpecificSenseDataDescriptor
The sense key specific sense data descriptor provides additional information
about the exception condition.
|
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.