Package com.ibm.as400.resource

Provides classes that represent iSeries or AS/400 resources using a generic list-based scheme.

See:
          Description

Interface Summary
ActiveStatusListener The ActiveStatusListener represents a listener for ActiveStatusEvents.
ResourceListener The ResourceListener represents a listener for ResourceEvents.
ResourceListListener The ResourceListListener represents a listener for ResourceListEvents.
ValueMap The ValueMap interface represents a mapping between physical and logical values.
 

Class Summary
AbstractValueMap The AbstractValueMap class is a default implementation for a ValueMap.
ActiveStatusEvent The ActiveStatusEvent class represents an active status event.
ArrayResourceList The ArrayResourceList class represents a subclass of the ResourceList class which manages a list of resources predefined as an array of Resource objects.
BooleanValueMap The BooleanValueMap class maps between a logical Boolean value and specified physical values.
BufferedResourceList The BufferedResourceList class represents a subclass of the ResourceList class which manages a list of resources and buffers them efficiently.
ChangeableResource The ChangeableResource represents an AS/400 resource.
IntegerValueMap The IntegerValueMap class maps between a logical Integer value and a physical String value.
Presentation The Presentation class represents presentation information that describes an object.
PresentationLoader The PresentationLoader class is a convenience class for creating Presentation objects using a resource bundle.
ProgramAttributeGetter The ProgramAttributeGetter class gets attribute values by calling an AS/400 program.
ProgramAttributeSetter The ProgramAttributeSetter class sets attribute values by calling an AS/400 program.
ProgramMap The ProgramMap class represents a map between logical values such as Resource attribute values and data in a PCML document.
Resource The Resource class represents an AS/400 resource.
ResourceAdapter The ResourceAdapter class is a default implementation of the ResourceListener interface.
ResourceBeanInfo The ResourceBeanInfo class represents the bean information for Resource objects.
ResourceEvent The ResourceEvent class represents a resource event.
ResourceLevel The ResourceLevel class represents a range of supported levels.
ResourceList The ResourceList class represents a list of AS/400 resources.
ResourceListAdapter The ResourceListAdapter class is a default implementation of the ResourceListListener interface.
ResourceListEvent The ResourceListEvent class represents a resource list event.
ResourceMetaData The ResourceMetaData class represents information about a Resource or ResourceList.
ResourceMetaDataTable The ResourceMetaDataTable class represents a data structure for building and maintaining a list of ResourceMetaData objects.
ResourceMRI Locale-specific objects for the IBM Toolbox for Java.
RIFSFile Deprecated. Use IFSFile instead, as this package may be removed in the future.
RIFSFileBeanInfo The RIFSFileBeanInfo class represents the bean information for the RIFSFile class.
RIFSFileList Deprecated. Use IFSFile instead, as this package may be removed in the future.
RIFSFileListBeanInfo The RIFSFileListBeanInfo class represents the bean information for the RIFSFileList class.
RJavaProgram Deprecated. Use JavaProgram instead, as this package may be removed in the future.
RJavaProgramBeanInfo The RJavaProgramBeanInfo class represents the bean information for the RJavaProgram class.
RJob Deprecated. Use Job instead, as this package may be removed in the future.
RJobBeanInfo The RJobBeanInfo class represents the bean information for the RJob class.
RJobList Deprecated. Use JobList instead, as this package may be removed in the future.
RJobListBeanInfo The RJobListBeanInfo class represents the bean information for the RJobList class.
RJobLog Deprecated. Use JobLog instead, as this package may be removed in the future.
RJobLogBeanInfo The RJobLogBeanInfo class represents the bean information for the RJobLog class.
RMessageQueue Deprecated. Use MessageQueue instead, as this package may be removed in the future.
RMessageQueueBeanInfo The RMessageQueueBeanInfo class represents the bean information for the RMessageQueue class.
RPrinter Deprecated. Use Printer instead, as this package may be removed in the future.
RPrinterBeanInfo The RPrinterBeanInfo class represents the bean information for the RPrinter class.
RPrinterList Deprecated. Use PrinterList instead, as this package may be removed in the future.
RPrinterListBeanInfo The RPrinterListBeanInfo class represents the bean information for the RPrinterList class.
RQueuedMessage Deprecated. Use QueuedMessage instead, as this package may be removed in the future.
RSoftwareResource Deprecated. Use Product instead, as this package may be removed in the future.
RSoftwareResourceBeanInfo The RSoftwareResourceBeanInfo class represents the bean information for the RSoftwareResource class.
RUser Deprecated. Use User instead, as this package may be removed in the future.
RUserBeanInfo The RUserBeanInfo class represents the bean information for the RUser class.
RUserList Deprecated. Use UserList instead, as this package may be removed in the future.
RUserListBeanInfo The RUserListBeanInfo class represents the bean information for the RUserList class.
SystemResourceList The SystemResourceList class represents a subclass of of the BufferedResourceList class which retrieves list items using AS/400 System Open List Application Programming Interfaces (APIs).
 

Exception Summary
ResourceException The ResourceException class represents an exception that occurs when using a Resource or ResourceList.
 

Package com.ibm.as400.resource Description

Provides classes that represent iSeries or AS/400 resources using a generic list-based scheme.

Note: This package is in the process of being deprecated, in favor of packages com.ibm.as400.access and com.ibm.as400.access.list

These classes use buffering, transaction control, and list manipulation to improve the performance and manageability of lists of resources on the server.

Some of the components in the com.ibm.as400.access package have counterparts that are represented as resources. For example, RJobList is the com.ibm.as400.resource version of the JobList class in the access package.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: