| Package | Description |
|---|---|
| org.jscsi.target.connection.stage.fullfeature |
This package contains all classes which represent stages of the Full Feature Phase.
|
| org.jscsi.target.scsi.cdb |
This package contains all classes representing Command Descriptor Blocks (CDBs),
which are used by the SCSI initiator to convey commands and parameters to the
SCSI target.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ProtocolDataUnit |
TargetFullFeatureStage.createFixedFormatErrorPdu(FieldPointerSenseKeySpecificData[] senseKeySpecificData,
AdditionalSenseCodeAndQualifier additionalSenseCodeAndQualifier,
int initiatorTaskTag,
int expectedDataTransferLength)
Creates a PDU with
FixedFormatSenseData that must be sent to the
initiator after receiving a Command Descriptor Block with an illegal
field. |
protected static ProtocolDataUnit |
TargetFullFeatureStage.createFixedFormatErrorPdu(FieldPointerSenseKeySpecificData[] senseKeySpecificData,
int initiatorTaskTag,
int expectedDataTransferLength)
Creates a PDU with
FixedFormatSenseData that must be sent to the
initiator after receiving a Command Descriptor Block with an illegal
field, which requires the the additional sense code
AdditionalSenseCodeAndQualifier.INVALID_FIELD_IN_CDB. |
| Modifier and Type | Method and Description |
|---|---|
FieldPointerSenseKeySpecificData[] |
CommandDescriptorBlock.getIllegalFieldPointers()
Returns
null if there were no illegal fields in the
serialized CDB passed to the constructor, or an array of appropriate
FieldPointerSenseKeySpecificData, that have to be enclosed in the SenseData returned to
the initiator (with sense key SenseKey.ILLEGAL_REQUEST and additional sense code and sense code
qualifier AdditionalSenseCodeAndQualifier.INVALID_FIELD_IN_CDB). |
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.