| Package | Description |
|---|---|
| org.jscsi.parser.tmf |
This package provides all classes which are needed to deserialize and serialize the
task management function request and response messages defined by the iSCSI Standard
(RFC 3720).
|
| Modifier and Type | Method and Description |
|---|---|
TaskManagementFunctionRequestParser.FunctionCode |
TaskManagementFunctionRequestParser.getFunction()
The Task Management functions provide an initiator with a way to
explicitly control the execution of one or more Tasks (SCSI and iSCSI
tasks).
|
static TaskManagementFunctionRequestParser.FunctionCode |
TaskManagementFunctionRequestParser.FunctionCode.valueOf(byte value)
Returns the constant defined for the given
value. |
static TaskManagementFunctionRequestParser.FunctionCode |
TaskManagementFunctionRequestParser.FunctionCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskManagementFunctionRequestParser.FunctionCode[] |
TaskManagementFunctionRequestParser.FunctionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.