| Package | Description |
|---|---|
| org.jscsi.parser.data |
This package provides all classes which are needed to deserialize and serializes the
data in and out messages defined by the iSCSI Standard (RFC 3720).
|
| org.jscsi.parser.scsi |
This package provides all classes which are needed to deserialize and serialize
the SCSI Command and SCSI Response messages defined by the iSCSI Standard
(RFC 3720).
|
| Modifier and Type | Method and Description |
|---|---|
SCSIStatus |
DataInParser.getStatus()
The Status field is used to report the SCSI status of the command (as
specified in [SAM2]) and is only valid if the Response Code is Command
Completed at target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataInParser.setStatus(SCSIStatus status) |
| Modifier and Type | Method and Description |
|---|---|
SCSIStatus |
SCSIResponseParser.getStatus()
The Status field is used to report the SCSI status of the command (as
specified in [SAM2]) and is only valid if the Response Code is Command
Completed at target.
|
static SCSIStatus |
SCSIStatus.valueOf(byte value)
Returns the constant defined for the given
value. |
static SCSIStatus |
SCSIStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCSIStatus[] |
SCSIStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCSIResponseParser.setStatus(SCSIStatus status) |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.