|
Rational Developer for Power Systems Software V8.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.comm.interfaces.ISeriesHostListRecordFactory
public class ISeriesHostListRecordFactory
This class is simply a factory for creating new instances of
the appropriate object for record lists.
It is used as the default factory in ISeriesListRecords.
Should somebody wish to use their own object instead they would:
IISeriesHostRecordNameOnly, IISeriesHostRecordBasic,
or IISeriesHostRecordDevice
ISeriesListRecords, you pass
in your factory instance which is what is used to create
the returned object.
IISeriesHostListRecordFactory,
IISeriesHostRecordNameOnly,
IISeriesHostRecordBasic,
IISeriesHostRecordDevice,
ISeriesHostRecordNameOnly,
ISeriesHostRecordBasic,
ISeriesHostRecordDevice| Field Summary | |
|---|---|
static String |
Copyright
|
| Constructor Summary | |
|---|---|
ISeriesHostListRecordFactory()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String Copyright
| Constructor Detail |
|---|
public ISeriesHostListRecordFactory()
| Method Detail |
|---|
public IISeriesHostRecordNameOnly createNameOnlyObject()
IISeriesHostRecordNameOnly
createNameOnlyObject in interface IISeriesHostListRecordFactorypublic IISeriesHostRecordBasic createRecordObject()
IISeriesHostRecordBasic
createRecordObject in interface IISeriesHostListRecordFactorypublic IISeriesHostRecordDevice createDeviceRecordObject()
IISeriesHostRecordDevice
createDeviceRecordObject in interface IISeriesHostListRecordFactory
|
Rational Developer for Power Systems Software V8.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||