Rational Developer for Power Systems Software
V7.6

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

All Known Subinterfaces:
IISeriesHostListObjectFactory, IQSYSFactory
All Known Implementing Classes:
ISeriesHostListMemberNameOnlyFactory, ISeriesHostListObjectBasicFactory, ISeriesHostListObjectBriefFactory, ISeriesHostListObjectExhaustiveFactory, ISeriesHostListObjectNameArrayFactory, ISeriesHostListObjectNameOnlyFactory, ISeriesHostObjectBasicFactory, ISeriesHostObjectBriefFactory, ISeriesHostObjectExhaustiveFactory, ISeriesHostObjectNameOnlyFactory, QSYSHostFactory, QSYSRemoteFactory

public interface IISeriesHostObjectFactory

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

  • IISeriesHostObjectNameOnly for just name and context information
  • IISeriesHostObjectBrief for simple information
  • IISeriesHostObjectBasic for typical information
  • IISeriesHostObjectExhaustive for all information

    See Also:
    ISeriesHostObjectNameOnlyFactory, ISeriesHostObjectBriefFactory, ISeriesHostObjectBasicFactory, ISeriesHostObjectExhaustiveFactory, IISeriesHostObjectNameOnly, ISeriesHostObjectNameOnly, IISeriesHostObjectBrief, ISeriesHostObjectBrief, IISeriesHostObjectBasic, ISeriesHostObjectBasic, IISeriesHostObjectExhaustive, ISeriesHostObjectExhaustive

    Field Summary
    static String Copyright
               
     
    Method Summary
     IISeriesHostObjectNameOnly createObject(String type, String attribute)
              Return an instance of a class that implements the interface matching the amount of information you want returned to you: IISeriesHostObjectNameOnly for just name and context information IISeriesHostObjectBrief for simple information IISeriesHostObjectBasic for typical information IISeriesHostObjectExhaustive for all information
     

    Field Detail

    Copyright

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

    createObject

    IISeriesHostObjectNameOnly createObject(String type,
                                            String attribute)
    Return an instance of a class that implements the interface matching the amount of information you want returned to you:
  • IISeriesHostObjectNameOnly for just name and context information
  • IISeriesHostObjectBrief for simple information
  • IISeriesHostObjectBasic for typical information
  • IISeriesHostObjectExhaustive for all information

    Parameters:
    type - The type of object requested.
    attribute - The attribute of the object requested. The attribute may be null.

  • 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.