Rational Developer for Power Systems Software
V7.6

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

All Superinterfaces:
IISeriesHostListBaseFactory
All Known Implementing Classes:
ISeriesHostListDatabaseFieldFactory

public interface IISeriesHostListDatabaseFieldFactory
extends IISeriesHostListBaseFactory

This interface defines a factory for creating new instances of classes which implement the following interface:

  • IISeriesHostDatabaseField

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

    See Also:
    ISeriesHostDatabaseField

    Field Summary
    static String Copyright
               
     
    Method Summary
     IISeriesHostDatabaseField createObject()
              Return an instance of a class that implements the interface IISeriesHostDatabaseField
     

    Field Detail

    Copyright

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

    createObject

    IISeriesHostDatabaseField createObject()
    Return an instance of a class that implements the interface IISeriesHostDatabaseField


    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.