Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.api
Interface IQSYSFileRecordFormatFactory

All Superinterfaces:
IISeriesHostDatabaseFileDescriptionFactory, IISeriesHostListBaseFactory, IISeriesHostListRecordFactory
All Known Implementing Classes:
QSYSHostFileRecordFormatFactory, QSYSRemoteFileRecordFormatFactory

public interface IQSYSFileRecordFormatFactory
extends IISeriesHostListRecordFactory, IISeriesHostDatabaseFileDescriptionFactory

Factory for creating record objects.


Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListRecordFactory
Copyright
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostDatabaseFileDescriptionFactory
Copyright
 
Method Summary
 IQSYSDeviceFileRecordFormat createDeviceRecordObject()
          Return an instance of a class that implements the interface IISeriesHostRecordDevice
 IQSYSDatabaseFileRecordFormat createFormatDefinition()
          Return an instance of a class that implements the interface IISeriesHostFormatDefinition
 IQSYSFileRecordFormat createNameOnlyObject()
          Return an instance of a class that implements the interface IISeriesHostRecordNameOnly
 IQSYSFileRecordFormat createRecordObject()
          Return an instance of a class that implements the interface IISeriesHostRecordBasic
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostDatabaseFileDescriptionFactory
createDatabaseField
 

Field Detail

copyright

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

createRecordObject

IQSYSFileRecordFormat createRecordObject()
Description copied from interface: IISeriesHostListRecordFactory
Return an instance of a class that implements the interface IISeriesHostRecordBasic

THIS IS THE SAME AS createObject()

Specified by:
createRecordObject in interface IISeriesHostListRecordFactory

createNameOnlyObject

IQSYSFileRecordFormat createNameOnlyObject()
Description copied from interface: IISeriesHostListRecordFactory
Return an instance of a class that implements the interface IISeriesHostRecordNameOnly

Specified by:
createNameOnlyObject in interface IISeriesHostListRecordFactory

createDeviceRecordObject

IQSYSDeviceFileRecordFormat createDeviceRecordObject()
Description copied from interface: IISeriesHostListRecordFactory
Return an instance of a class that implements the interface IISeriesHostRecordDevice

Specified by:
createDeviceRecordObject in interface IISeriesHostListRecordFactory

createFormatDefinition

IQSYSDatabaseFileRecordFormat createFormatDefinition()
Description copied from interface: IISeriesHostDatabaseFileDescriptionFactory
Return an instance of a class that implements the interface IISeriesHostFormatDefinition

Specified by:
createFormatDefinition in interface IISeriesHostDatabaseFileDescriptionFactory

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.