| Package | Description |
|---|---|
| org.jscsi.target |
This package contains all the core classes to
provide an easy and usable iSCSI (RFC 3720) target.
|
| 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.inquiry |
This package contains all classes that are most pertinent to processing
INQUIRY SCSI commands. |
| Class and Description |
|---|
| DeviceIdentificationVpdPage
The Device Identification VPD page provides the means to retrieve
identification descriptors applying to the logical unit.
|
| Class and Description |
|---|
| PageCode
Using the
INQUIRY SCSI command, the initiator can request the
target to return vital product data (VPD) pages. |
| Class and Description |
|---|
| Association
The ASSOCIATION field is part of DEVICE IDENTIFICATION VPD PAGEs and
IDENTIFICATION DESCRIPTORs.
|
| CodeSet
The CODE SET field indicates the code set used for the IDENTIFIER field.
|
| Identifier
The IDENTIFIER field is part of an IDENTIFICATION DESCRIPTOR and, as its name
implies, contains identifying information about the references entity.
|
| IdentifierType
The IDENTIFIER TYPE field indicates the format and assignment authority for
the IDENTIFIER.
|
| PageCode.VitalProductDataPageName
An enumeration of unique identifiers for Vital Product Data Pages.
|
| ProtocolIdentifier
The PROTOCOL IDENTIFIER field is part of IDENTIFICATION DESCRIPTORS and may
indicate the SCSI transport protocol to which the identification descriptor
applies.
|
| StandardInquiryData
The standard inquiry data, sent as a response to an
ScsiOperationCode.INQUIRY command. |
| SupportedVpdPages
This Vital Product Data page contains a list of the VPD page codes supported
by the logical unit.
|
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.