| Package | Description |
|---|---|
| org.jscsi.parser.asynchronous |
This package provides all classes which are needed to deserialize and serializes the
asynchronous message defined by the iSCSI Standard (RFC 3720).
|
| Modifier and Type | Method and Description |
|---|---|
AsynchronousMessageParser.AsyncEventCodes |
AsynchronousMessageParser.getAsyncEvent()
Returns the asynchronous event code of this
AsynchronousMessageParser object. |
static AsynchronousMessageParser.AsyncEventCodes |
AsynchronousMessageParser.AsyncEventCodes.valueOf(byte value)
Returns the constant defined for the given
value. |
static AsynchronousMessageParser.AsyncEventCodes |
AsynchronousMessageParser.AsyncEventCodes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsynchronousMessageParser.AsyncEventCodes[] |
AsynchronousMessageParser.AsyncEventCodes.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.