Resource classes
The com.ibm.as400.resource
package provides a generic framework for working with various AS/400 objects
and lists. This framework provides a consistent programming interface to all
such objects and lists.
The resource package includes the following classes:
- Resource - an object that represents an
AS/400 resource, such as a user, printer, job, message, or file. Concrete
subclasses of resource include:
- RIFSFile
- RJob
- RPrinter
- RQueuedMessage
- RUser
- ResourceList - an object that represents
a list of AS/400 resources, such as a list of users, printers, jobs, messages,
or files. Concrete subclasses of resource include:
- RIFSFileList
- RJobList
- RJobLog
- RMessageQueue
- RPrinterList
- RUserList
- Presentation - an object that allows
you to present information about resource objects, resource lists, attributes,
selections, and sorts to end users