Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Interface IISeriesHostListRecordFactory

All Superinterfaces:
IISeriesHostListBaseFactory
All Known Subinterfaces:
IQSYSFileRecordFormatFactory
All Known Implementing Classes:
ISeriesHostListRecordFactory, ISeriesHostListRecordNameArrayFactory, QSYSHostFileRecordFormatFactory, QSYSRemoteFileRecordFormatFactory

public interface IISeriesHostListRecordFactory
extends IISeriesHostListBaseFactory

This interface defines a factory for creating new instances of classes which implement one of the record list interfaces:

  • IISeriesHostRecordNameOnly for just name requests
  • IISeriesHostRecordBasic for basic record format information
  • IISeriesHostRecordDevice for device file specific format information This is a special factory interface required for ISeriesListRecords. It allows you to have the list processor return your own objects directly versus getting an intermediate list and then mapping it.

    See Also:
    ISeriesHostRecordNameOnly, ISeriesHostRecordBasic, ISeriesHostRecordDevice

    Field Summary
    static String Copyright
               
     
    Method Summary
     IISeriesHostRecordDevice createDeviceRecordObject()
              Return an instance of a class that implements the interface IISeriesHostRecordDevice
     IISeriesHostRecordNameOnly createNameOnlyObject()
              Return an instance of a class that implements the interface IISeriesHostRecordNameOnly
     IISeriesHostRecordBasic createRecordObject()
              Return an instance of a class that implements the interface IISeriesHostRecordBasic
     

    Field Detail

    Copyright

    static final String Copyright
    See Also:
    Constant Field Values
    Method Detail

    createNameOnlyObject

    IISeriesHostRecordNameOnly createNameOnlyObject()
    Return an instance of a class that implements the interface IISeriesHostRecordNameOnly


    createRecordObject

    IISeriesHostRecordBasic createRecordObject()
    Return an instance of a class that implements the interface IISeriesHostRecordBasic

    THIS IS THE SAME AS createObject()


    createDeviceRecordObject

    IISeriesHostRecordDevice createDeviceRecordObject()
    Return an instance of a class that implements the interface IISeriesHostRecordDevice


    Rational Developer for Power Systems Software
    V7.6

    Copyright © 2011 IBM Corp. All Rights Reserved.

    Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.