|
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.Object com.ibm.etools.iseries.comm.interfaces.ISeriesHostListObjectNameArrayFactory
public class ISeriesHostListObjectNameArrayFactory
This class is simply a factory for creating a list of name Strings only for the
ISeriesListObjects
API.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ISeriesHostListObjectNameArrayFactory()
|
Method Summary | |
---|---|
IISeriesHostMemberNameOnly |
createDataMember()
Return an instance of a class that represents 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()
Return an instance of a class that represents a source member. |
void |
reset()
Factory method called to reset the ISeriesHostObjectNameArray used. |
boolean |
wantToIncludeSize()
The decision to include size in the returned information is not applicable to BRIEF or EXHAUSTIVE 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 ISeriesHostListObjectNameArrayFactory()
Method Detail |
---|
public boolean wantToIncludeSize()
wantToIncludeSize
in interface IISeriesHostListObjectFactory
public IISeriesHostObjectNameOnly createLibraryObject()
createLibraryObject
in interface IISeriesHostListObjectFactory
public IISeriesHostObjectNameOnly createObject(String type, String attribute)
createObject
in interface IISeriesHostObjectFactory
type
- The type of object requested.attribute
- The attribute of the object requested. The attribute may be null.public IISeriesHostObjectNameOnly createIFSFolderObject()
createIFSFolderObject
in interface IISeriesHostListObjectFactory
public IISeriesHostMemberNameOnly createSourceMember()
IISeriesHostListObjectFactory
createSourceMember
in interface IISeriesHostListObjectFactory
public IISeriesHostMemberNameOnly createDataMember()
IISeriesHostListObjectFactory
createDataMember
in interface IISeriesHostListObjectFactory
public void reset()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |