| Package | Description |
|---|---|
| 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 |
|---|---|
SCSICommandParser.TaskAttributes |
SCSICommandParser.getTaskAttributes() |
static SCSICommandParser.TaskAttributes |
SCSICommandParser.TaskAttributes.valueOf(byte value)
Returns the constant defined for the given
value. |
static SCSICommandParser.TaskAttributes |
SCSICommandParser.TaskAttributes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCSICommandParser.TaskAttributes[] |
SCSICommandParser.TaskAttributes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCSICommandParser.setTaskAttributes(SCSICommandParser.TaskAttributes newTaskAttributes) |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.