|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.as400filesubsys.impl.AS400FieldFactory
This class is only used in non-datastore mode. It is passed to the comm layer's classes that return lists of fields, which calls it back to instantiate each object in the returned list. By using this, we save performance costs by avoiding having to subsequently convert the returned objects to something we can use in Eclipse. Eclipse requires our objects to implement IAdaptable.
Field Summary | |
---|---|
protected ISeriesElementContext |
context
|
static String |
copyright
|
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory |
---|
Copyright |
Constructor Summary | |
---|---|
AS400FieldFactory(ISeriesElementContext context)
Constructor for AS400FieldFactory |
Method Summary | |
---|---|
com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldBasic |
createFieldObject()
Instantiate an object implementing IISeriesHostFieldBasic. |
com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldNameOnly |
createNameOnlyObject()
Instantiate an object implementing IISeriesHostFieldNameOnly. |
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
protected ISeriesElementContext context
Constructor Detail |
public AS400FieldFactory(ISeriesElementContext context)
Method Detail |
public com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldNameOnly createNameOnlyObject()
At this point we do not support this level of field request.
createNameOnlyObject
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory
public com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldBasic createFieldObject()
We instantiate and return an ISeriesField object from the api package
createFieldObject
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListFieldFactory
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |