| 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. |
| Modifier and Type | Method and Description |
|---|---|
ModePageCode |
ModeSense6Cdb.getModePage() |
| Modifier and Type | Method and Description |
|---|---|
static ModePageCode |
ModePageCode.getModePage(int pageCode,
int subpageCode)
Returns the
ModePageCode instance identified by the passed
parameters. |
static ModePageCode |
ModePageCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModePageCode[] |
ModePageCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.