| Package | Description |
|---|---|
| org.jscsi.target.scsi.cdb |
This package contains all classes representing Command Descriptor Blocks (CDBs),
which are used by the SCSI initiator to convey commands and parameters to the
SCSI target.
|
| org.jscsi.target.scsi.modeSense |
This package contains all those classes which are most relevant to processing
the
MODE SENSE (6) SCSI command, which is used by the SCSI
initiator to gather information about target devices. |
| Class and Description |
|---|
| ModePageCode
Mode Pages for direct-access block devices, as defined in SBC-3.
|
| PageControl
The page control (PC) field specifies the type of mode parameter values to be
returned in the mode pages.
|
| Class and Description |
|---|
| HeaderType
This enumeration is used to determine which header type a
ModeParameterList should use. |
| LogicalBlockDescriptor
An abstract parent class for LOGICAL BLOCK DESCRIPTORs used by direct-access
block devices as part of
ModeParameterList objects. |
| LongLogicalBlockDescriptor
A class representing the content of LONG LBA MODE PAREMETER LOGICAL BLOCK
DESCRIPTOR fields, which are part of
ModeParameterList objects. |
| ModePage
MODE PAGEs are sent in response to successful
MODE SENSE SCSI
commands. |
| ModePageCode
Mode Pages for direct-access block devices, as defined in SBC-3.
|
| ModeParameterHeader
Instances
ModeParameterHeader are part of ModeParameterList objects and specify the layout
and length of the following non-header fields. |
| ModeParameterList
The mode parameter list contains a header, followed by zero or more block
descriptors, followed by zero or more variable-length mode pages.
|
| ModeParameterListBuilder
A builder object used during the initialization of new
ModeParameterList objects. |
| Page_0FormatModePage
Instances of this class represent MODE PAGEs using the PAGE_0 format.
|
| PageControl
The page control (PC) field specifies the type of mode parameter values to be
returned in the mode pages.
|
| ShortLogicalBlockDescriptor
A class representing the content of SHORT LBA MODE PAREMETER LOGICAL BLOCK
DESCRIPTOR fields, which are part of
ModeParameterList objects. |
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.