iSeries Remote Systems
v6.0.0

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

java.lang.Object
  extended bycom.ibm.etools.systems.as400filesubsys.impl.ISeriesListAbstractAdapterFactory
      extended bycom.ibm.etools.systems.as400filesubsys.impl.ISeriesListFieldsAdapterFactory
All Implemented Interfaces:
com.ibm.etools.iseries.comm.interfaces.IISeriesHostListBaseFactory, com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory

public class ISeriesListFieldsAdapterFactory
extends ISeriesListAbstractAdapterFactory
implements com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory

Adapter to map what the AS/400 comm layer returns for field list requests, with what we need to drive the UI.


Field Summary
static String copyright
           
static int LISTTYPE_FLDS
           
 
Fields inherited from class com.ibm.etools.systems.as400filesubsys.impl.ISeriesListAbstractAdapterFactory
context, LISTTYPE_IFS, LISTTYPE_LIBS, LISTTYPE_MBRS, LISTTYPE_OBJS, LISTTYPE_RCDS
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory
Copyright
 
Constructor Summary
protected ISeriesListFieldsAdapterFactory(ISeriesElementContext context)
          Constructor
 
Method Summary
 com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldBasic createFieldObject()
          Return an instance of a class that implements the interface IISeriesHostFieldBasic
 com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldNameOnly createNameOnlyObject()
          Return an instance of a class that implements the interface IISeriesHostFieldNameOnly
 
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_FLDS

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

ISeriesListFieldsAdapterFactory

protected ISeriesListFieldsAdapterFactory(ISeriesElementContext context)
Constructor

Method Detail

createNameOnlyObject

public com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldNameOnly createNameOnlyObject()
Return an instance of a class that implements the interface IISeriesHostFieldNameOnly

Specified by:
createNameOnlyObject in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory

createFieldObject

public com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldBasic createFieldObject()
Return an instance of a class that implements the interface IISeriesHostFieldBasic

Specified by:
createFieldObject in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory

iSeries Remote Systems
v6.0.0

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.