| Package | Description |
|---|---|
| org.jscsi.parser.datasegment |
This package provides all main classes which are needed to deserialize and serialize
all the attached data segments of messages defined by the iSCSI Standard (RFC 3720).
|
| Modifier and Type | Method and Description |
|---|---|
static OperationalTextKey |
OperationalTextKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationalTextKey |
OperationalTextKey.valueOfEx(String value)
Returns the constant defined for the given
value. |
static OperationalTextKey[] |
OperationalTextKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<OperationalTextKey,String>> |
SettingsMap.entrySet()
Returns a set of an key-value pair of this
OperationTextKeys object. |
| Modifier and Type | Method and Description |
|---|---|
void |
SettingsMap.add(OperationalTextKey textKey,
String textValue)
Adds a parameter to this
SettingsMap. |
String |
SettingsMap.get(OperationalTextKey textKey)
Returns the value of the given parameter, which is not parsed.
|
String |
SettingsMap.remove(OperationalTextKey textKey)
Removes the given parameter from this
SettingsMap. |
void |
SettingsMap.update(OperationalTextKey textKey,
String newTextValue,
IResultFunction resultFunction)
Update the stored value with the given one.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SettingsMap.equals(Map<OperationalTextKey,String> aMap)
This method compares the text parameters of
this object with
the ones given by a Map object. |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.