iSeries Remote Systems
v6.0.1

com.ibm.etools.systems.as400filesubsys.impl
Class ISeriesListRecordsAdapterFactory

java.lang.Object
  extended bycom.ibm.etools.systems.as400filesubsys.impl.ISeriesListAbstractAdapterFactory
      extended bycom.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.


Field Summary
static String copyright
           
static int LISTTYPE_RCDS
           
 
Fields inherited from class com.ibm.etools.systems.as400filesubsys.impl.ISeriesListAbstractAdapterFactory
context, LISTTYPE_FLDS, LISTTYPE_IFS, LISTTYPE_LIBS, LISTTYPE_MBRS, LISTTYPE_OBJS
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListRecordFactory
Copyright
 
Constructor Summary
protected ISeriesListRecordsAdapterFactory(ISeriesElementContext context)
          Constructor
 
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 com.ibm.etools.systems.as400filesubsys.impl.ISeriesListAbstractAdapterFactory
createAdapterFactory, getContext, getListType, setContext, setListType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

LISTTYPE_RCDS

public static final int LISTTYPE_RCDS
See Also:
Constant Field Values
Constructor Detail

ISeriesListRecordsAdapterFactory

protected ISeriesListRecordsAdapterFactory(ISeriesElementContext context)
Constructor

Method Detail

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

iSeries Remote Systems
v6.0.1

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.