| Package | Description |
|---|---|
| org.jscsi.target.connection.stage.fullfeature |
This package contains all classes which represent stages of the Full Feature Phase.
|
| org.jscsi.target.connection.stage.login |
This package contains all classes which represent stages of the Login Phase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormatUnitStage
A stage for processing
FORMAT UNIT SCSI commands. |
class |
InquiryStage
A stage for processing
INQUIRY SCSI commands. |
class |
LogoutStage
A stage for processing logout requests.
|
class |
ModeSenseStage
A stage for processing
MODE SENSE (6) SCSI commands. |
class |
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.
|
class |
ReadCapacityStage |
class |
ReadOrWriteStage
This is an abstract superclass for stages that handle PDUs with command
descriptor blocks of the
ReadOrWriteCdb class. |
class |
ReadStage
A stage for processing
READ (6) and READ (10) SCSI
commands. |
class |
ReportLunsStage
A stage for processing
REPORT LUNS SCSI commands. |
class |
RequestSenseStage
A stage for processing
REQUEST SENSE SCSI commands. |
class |
SendDiagnosticStage
A stage for processing
SEND DIAGNOSTIC SCSI commands. |
class |
TargetFullFeatureStage
This class is an abstract super-class for stages of the
TargetFullFeaturePhase. |
class |
TestUnitReadyStage
A stage for processing
TEST UNIT READY SCSI commands. |
class |
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.
|
class |
UnsupportedOpCodeStage
Unlike the other subclasses of
TargetFullFeatureStage, this class is
not associated with a single ScsiOperationCode. |
class |
WriteStage
A stage for processing
WRITE (6) and WRITE (10) SCSI commands. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginOperationalParameterNegotiationStage
A
TargetLoginStage sub-class representing Login Operational
(Parameter) Negotiation Stages. |
class |
SecurityNegotiationStage
A
TargetLoginStage sub-class representing Security Negotiation
Stages. |
class |
TargetLoginStage
This class is an abstract super-class for stages of the
TargetLoginPhase (see
TargetConnection for a description of
the relationship between sessions, connections, phases and sessions), namely
the LoginOperationalParameterNegotiationStage and the SecurityNegotiationStage. |
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.