See: Description
| Class | Description |
|---|---|
| FormatUnitStage |
A stage for processing
FORMAT UNIT SCSI commands. |
| InquiryStage |
A stage for processing
INQUIRY SCSI commands. |
| LogoutStage |
A stage for processing logout requests.
|
| ModeSenseStage |
A stage for processing
MODE SENSE (6) SCSI commands. |
| PingStage |
A stage for processing NOP-Out PDUs, which are used by the initiator for
pinging the target, making sure that the connection is still up.
|
| ReadCapacityStage | |
| ReadOrWriteStage |
This is an abstract superclass for stages that handle PDUs with command
descriptor blocks of the
ReadOrWriteCdb class. |
| ReadStage |
A stage for processing
READ (6) and READ (10) SCSI
commands. |
| ReportLunsStage |
A stage for processing
REPORT LUNS SCSI commands. |
| RequestSenseStage |
A stage for processing
REQUEST SENSE SCSI commands. |
| SendDiagnosticStage |
A stage for processing
SEND DIAGNOSTIC SCSI commands. |
| TargetFullFeatureStage |
This class is an abstract super-class for stages of the
TargetFullFeaturePhase. |
| TestUnitReadyStage |
A stage for processing
TEST UNIT READY SCSI commands. |
| TextNegotiationStage |
A stage for processing requests by the initiator for a list of all targets
available through the iSCSI portal and for negotiating connection parameters
in the full feature phase.
|
| UnsupportedOpCodeStage |
Unlike the other subclasses of
TargetFullFeatureStage, this class is
not associated with a single ScsiOperationCode. |
| WriteStage |
A stage for processing
WRITE (6) and WRITE (10) SCSI commands. |
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.