public class SendDiagnosticStage extends TargetFullFeatureStage
SEND DIAGNOSTIC SCSI commands.
Only support for the default self-test feature, as required by SPC-3, is implemented. Request for other types of self-test operations will be declined.
connection, session, settings, targetPhase| Constructor and Description |
|---|
SendDiagnosticStage(TargetFullFeaturePhase targetFullFeaturePhase) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ProtocolDataUnit pdu)
Starts the stage.
|
createFixedFormatErrorPdu, createFixedFormatErrorPdu, createScsiResponsePdu, sendResponsegetConnectionpublic SendDiagnosticStage(TargetFullFeaturePhase targetFullFeaturePhase)
public void execute(ProtocolDataUnit pdu) throws IOException, InterruptedException, InternetSCSIException, DigestException, SettingsException
TargetStageexecute in class TargetStagepdu - the first ProtocolDataUnit to be processed in the
stageIOException - if the connection was closed unexpectedlyInterruptedExceptionInternetSCSIException - if a PDU has violated the iSCSI standardDigestException - if a digest error was detectedSettingsException - if the program has attempted to access a value from settings
which has not been negotiated and which does not have a
default valueCopyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.