public final class ModeSenseStage extends TargetFullFeatureStage
MODE SENSE (6) SCSI commands.connection, session, settings, targetPhase| Constructor and Description |
|---|
ModeSenseStage(TargetFullFeaturePhase targetFullFeaturePhase) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(ProtocolDataUnit pdu) |
void |
execute(ProtocolDataUnit pdu)
Starts the stage.
|
createFixedFormatErrorPdu, createFixedFormatErrorPdu, createScsiResponsePdu, sendResponsegetConnectionpublic ModeSenseStage(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 valuepublic boolean canHandle(ProtocolDataUnit pdu)
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.