|
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.ISeriesHostListObjectExhaustiveFactory
public class ISeriesHostListObjectExhaustiveFactory
This class is simply a factory for creating new instances of
the ISeriesHostObjectExhaustive
class for the
ISeriesListObjects
API.
Should somebody wish to use their own object instead they would:
IISeriesHostListObjectFactory
with the methods prescribed by it.
IISeriesHostListObjectFactory
,
IISeriesHostObjectExhaustive
,
ISeriesHostObjectExhaustive
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ISeriesHostListObjectExhaustiveFactory()
|
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. |
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 ISeriesHostListObjectExhaustiveFactory()
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
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |