See: Description
| Class | Description | 
|---|---|
| AspListItem | Contains ASPs information that was generated by  AspOpenList. | 
| AspOpenList | An  OpenListimplementation that generates lists ofAspListItemobjects. | 
| OpenList | Abstract base class that wraps a list of resources on the system. | 
| SpooledFileListItem | Contains spooled file information that was generated by  SpooledFileOpenList. | 
| SpooledFileOpenList | An  OpenListimplementation that generates lists ofSpooledFileListItemobjects. | 
| Exception | Description | 
|---|---|
| OpenListException | Represents an exception that indicates an error has occurred processing an Open List API call on the system. | 
Classes in this package are wrappers around the IBM i "Open List" (QGY) system APIs. A list of resources is compiled on the system to satisfy certain filter criteria. The list can then be accessed sequentially or randomly by the client.
Users can implement their own Open List API wrappers by extending the com.ibm.as400.access.list.OpenList class.