| Package | Description |
|---|---|
| org.jscsi.target.connection |
This package contains all classes representing the phase of a connection.
|
| org.jscsi.target.scsi |
This package and its sub-packages contain all classes which represent SCSI byte
structures, elements consisting of one or more fields, which are used by SCSI
devices to exchange information.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtocolDataUnit |
TargetPduFactory.createSCSIResponsePdu(boolean bidirectionalReadResidualOverflow,
boolean bidirectionalReadResidualUnderflow,
boolean residualOverflow,
boolean residualUnderflow,
SCSIResponseParser.ServiceResponse response,
SCSIStatus status,
int initiatorTaskTag,
int snackTag,
int expectedDataSequenceNumber,
int bidirectionalReadResidualCount,
int residualCount,
ScsiResponseDataSegment scsiResponseDataSegment) |
| Modifier and Type | Field and Description |
|---|---|
static ScsiResponseDataSegment |
ScsiResponseDataSegment.EMPTY_DATA_SEGMENT
A
ScsiResponseDataSegment of length zero. |
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.