Rational Developer for Power Systems Software
V7.6

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

All Superinterfaces:
IISeriesHostListBaseFactory
All Known Subinterfaces:
IQSYSFileFieldFactory
All Known Implementing Classes:
ISeriesHostListFieldFactory, ISeriesHostListFieldNameArrayFactory, QSYSHostFileFieldFactory, QSYSRemoteFileFieldFactory

public interface IISeriesHostListFieldFactory
extends IISeriesHostListBaseFactory

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

  • IISeriesHostFieldNameOnly for just name requests
  • IISeriesHostFieldBasic for basic record format information

    This is a special factory interface required for ISeriesListFields. It allows you to have the list processor return your own objects directly versus getting an intermediate list and then mapping it.

    See Also:
    ISeriesHostFieldNameOnly, ISeriesHostFieldBasic

    Field Summary
    static String Copyright
               
     
    Method Summary
     IISeriesHostFieldBasic createFieldObject()
              Return an instance of a class that implements the interface IISeriesHostFieldBasic
     IISeriesHostFieldNameOnly createNameOnlyObject()
              Return an instance of a class that implements the interface IISeriesHostFieldNameOnly
     

    Field Detail

    Copyright

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

    createNameOnlyObject

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


    createFieldObject

    IISeriesHostFieldBasic createFieldObject()
    Return an instance of a class that implements the interface IISeriesHostFieldBasic


    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.