|
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.ISeriesListRecordsHeader
public class ISeriesListRecordsHeader
This class encapuslates the record list header information available after a call to ISeriesListRecords. This is information pertaining to the file which contained the records retrieved.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
protected |
ISeriesListRecordsHeader(AS400 system,
byte[] data400,
int headerOffset,
int hostCCSID)
The constructor is not public. |
Method Summary | |
---|---|
Date |
getFileCreationDate()
Return creation date of file used to get the list. |
String |
getFileDescription()
Return description of file used to get the list. |
int |
getFileDescriptionCCSID()
Return host CCSID of description of file used to get the list. |
String |
getFileLibrary()
Return name of library containing file used to get the list. |
String |
getFileName()
Return name of file used to get the list. |
String |
getFileType()
Return type of file used to get the list. |
void |
writeHeaderInfo(PrintWriter logFileStream)
Write out to file stream information in this header. |
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 |
---|
protected ISeriesListRecordsHeader(AS400 system, byte[] data400, int headerOffset, int hostCCSID)
Method Detail |
---|
public String getFileName()
public String getFileLibrary()
public String getFileType()
public String getFileDescription()
public int getFileDescriptionCCSID()
public Date getFileCreationDate()
public void writeHeaderInfo(PrintWriter logFileStream)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |