com.ibm.as400.access.list.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jt400 Show documentation
Show all versions of jt400 Show documentation
The Open Source version of the IBM Toolbox for Java
The newest version!
/**
* Provides classes that efficiently access lists of resources on an IBM i
* 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.
*
*/
package com.ibm.as400.access.list;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy