| Package | Description |
|---|---|
| org.jscsi.target |
This package contains all the core classes to provide an easy and usable iSCSI (RFC 3720) target.
|
| org.jscsi.target.connection |
This package contains all classes representing the phase of a connection.
|
| org.jscsi.target.scsi.inquiry |
This package contains all classes that are most pertinent to processing
INQUIRY SCSI commands. |
| org.jscsi.target.settings |
This package contains those classes which are key to negotiating, declaring, storing, and providing access to
connection and session parameters subject to text negotiation.
|
| org.jscsi.target.settings.entry |
This package contains those classes which are entries of all settings.
|
| Class and Description |
|---|
| Configuration
Instances of
Configuration provides access target-wide parameters, variables that are the same across all
sessions and connections that do not change after initialization and which play a role during text parameter
negotiation. |
| Target
One Target exists per iSCSI named target.
|
| Class and Description |
|---|
| Target
One Target exists per iSCSI named target.
|
| TargetServer
The central class of the jSCSI Target, which keeps track of all active
TargetSessions, stores target-wide
parameters and variables, and which contains the TargetServer.main(String[]) method for starting the program. |
| Class and Description |
|---|
| TargetServer
The central class of the jSCSI Target, which keeps track of all active
TargetSessions, stores target-wide
parameters and variables, and which contains the TargetServer.main(String[]) method for starting the program. |
| Class and Description |
|---|
| TargetServer
The central class of the jSCSI Target, which keeps track of all active
TargetSessions, stores target-wide
parameters and variables, and which contains the TargetServer.main(String[]) method for starting the program. |
| Class and Description |
|---|
| TargetServer
The central class of the jSCSI Target, which keeps track of all active
TargetSessions, stores target-wide
parameters and variables, and which contains the TargetServer.main(String[]) method for starting the program. |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.