|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.comm.interfaces.ISeriesHostListMemberNameOnlyFactory
public class ISeriesHostListMemberNameOnlyFactory
This class is simply a factory for creating new instances of
the ISeriesHostMemberNameOnly class for the
ISeriesListMembers API.
Should somebody wish to use their own object instead they would:
IISeriesHostListObjectFactory with the methods prescribed by it.
IISeriesHostListObjectFactory,
IISeriesHostMemberNameOnly,
ISeriesHostMemberNameOnly| Field Summary | |
|---|---|
static String |
Copyright
|
| Constructor Summary | |
|---|---|
ISeriesHostListMemberNameOnlyFactory()
|
|
| Method Summary | |
|---|---|
IISeriesHostMemberNameOnly |
createDataMember()
Factory method called when the list processor has determined the object being processed is a data member. |
IISeriesHostObjectNameOnly |
createIFSFolderObject()
Factory method called when the IFS list processor has determined the object being processed is a folder versus a file. |
IISeriesHostObjectNameOnly |
createLibraryObject()
Factory method called when the list processor has determined the object being processed is a library object. |
IISeriesHostObjectNameOnly |
createObject(String type,
String attribute)
Factory method called when the list processor has determined the object being processed is not a library object or database file object. |
IISeriesHostMemberNameOnly |
createSourceMember()
Factory method called when the list processor has determined the object being processed is a source member. |
boolean |
wantToIncludeSize()
The decision to include size in the returned information is not applicable to NAME ONLY list requests. |
| 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 ISeriesHostListMemberNameOnlyFactory()
| Method Detail |
|---|
public boolean wantToIncludeSize()
wantToIncludeSize in interface IISeriesHostListObjectFactorypublic IISeriesHostObjectNameOnly createLibraryObject()
Not applicable to member lists, except internally if it is a multi-generic list request.
createLibraryObject in interface IISeriesHostListObjectFactory
public IISeriesHostObjectNameOnly createObject(String type,
String attribute)
createObject in interface IISeriesHostObjectFactorytype - The type of object requested.attribute - The attribute of the object requested. The attribute may be null.public IISeriesHostMemberNameOnly createSourceMember()
createSourceMember in interface IISeriesHostListObjectFactorypublic IISeriesHostMemberNameOnly createDataMember()
createDataMember in interface IISeriesHostListObjectFactorypublic IISeriesHostObjectNameOnly createIFSFolderObject()
Not applicable to member lists.
createIFSFolderObject in interface IISeriesHostListObjectFactory
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||