com.ibm.etools.systems.as400filesubsys.impl
Class ISeriesListRecordsAdapterFactory
java.lang.Object
com.ibm.etools.systems.as400filesubsys.impl.ISeriesListAbstractAdapterFactory
com.ibm.etools.systems.as400filesubsys.impl.ISeriesListRecordsAdapterFactory
- All Implemented Interfaces:
- com.ibm.etools.iseries.comm.interfaces.IISeriesHostListBaseFactory, com.ibm.etools.iseries.comm.interfaces.IISeriesHostListRecordFactory
- public class ISeriesListRecordsAdapterFactory
- extends ISeriesListAbstractAdapterFactory
- implements com.ibm.etools.iseries.comm.interfaces.IISeriesHostListRecordFactory
Adapter to map what the AS/400 comm layer returns for record list requests,
with what we need to drive the UI.
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListRecordFactory |
Copyright |
Method Summary |
com.ibm.etools.iseries.comm.interfaces.IISeriesHostRecordDevice |
createDeviceRecordObject()
Return an instance of a class that implements the
interface IISeriesHostRecordDevice |
com.ibm.etools.iseries.comm.interfaces.IISeriesHostRecordNameOnly |
createNameOnlyObject()
Return an instance of a class that implements the
interface IISeriesHostRecordNameOnly |
com.ibm.etools.iseries.comm.interfaces.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 |
copyright
public static final String copyright
- See Also:
- Constant Field Values
LISTTYPE_RCDS
public static final int LISTTYPE_RCDS
- See Also:
- Constant Field Values
ISeriesListRecordsAdapterFactory
protected ISeriesListRecordsAdapterFactory(ISeriesElementContext context)
- Constructor
createNameOnlyObject
public com.ibm.etools.iseries.comm.interfaces.IISeriesHostRecordNameOnly createNameOnlyObject()
- Return an instance of a class that implements the
interface
IISeriesHostRecordNameOnly
- Specified by:
createNameOnlyObject
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListRecordFactory
createRecordObject
public com.ibm.etools.iseries.comm.interfaces.IISeriesHostRecordBasic createRecordObject()
- Return an instance of a class that implements the
interface
IISeriesHostRecordBasic
- Specified by:
createRecordObject
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListRecordFactory
createDeviceRecordObject
public com.ibm.etools.iseries.comm.interfaces.IISeriesHostRecordDevice createDeviceRecordObject()
- Return an instance of a class that implements the
interface
IISeriesHostRecordDevice
- Specified by:
createDeviceRecordObject
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListRecordFactory
Copyright © 2005 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.