| 
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.rse.util.evfparser.QSYSEventsFileParser
com.ibm.etools.iseries.rse.util.evfparser.QSYSEventsFileParserLite
com.ibm.etools.iseries.rse.ui.search.SearchEventsFileParser
public class SearchEventsFileParser
A concrete class for parsing an events file containing search results.
| Field Summary | |
|---|---|
protected  IBMiConnection | 
connection
 | 
static String | 
Copyright
 | 
protected  SearchResultRootElement | 
currentRoot
 | 
protected  SearchResultInputElement | 
set
 | 
| Constructor Summary | |
|---|---|
SearchEventsFileParser(IFile file,
                       SearchResultInputElement set)
Creates an events file parser object.  | 
|
| Method Summary | |
|---|---|
 SearchResultInputElement | 
getSearchResultSet()
Get the search result set.  | 
 void | 
handleErrorInformationRecord(QSYSEventsFileErrorInformationRecord errorInformationRecord)
Handle a Error Information record object.  | 
 void | 
handleFeedbackCodeRecord(QSYSEventsFileFeedbackCodeRecord feedbackCodeRecord)
Handle a Feedback Code record object.  | 
 void | 
handleFileEndRecord(QSYSEventsFileFileEndRecord fileEndRecord)
Handle a File End record object.  | 
 void | 
handleFileIDRecord(QSYSEventsFileFileIDRecord fileIDRecord)
Hnadle a File ID record object.  | 
 void | 
handleMapDefineRecord(QSYSEventsFileMapDefineRecord mapDefineRecord)
Handle a Map Define record object.  | 
 void | 
handleMapEndRecord(QSYSEventsFileMapEndRecord mapEndRecord)
Handle a Map End record object.  | 
 void | 
handleMapStartRecord(QSYSEventsFileMapStartRecord mapStartRecord)
Handle a Map Start record object.  | 
 void | 
handleProcessorRecord(QSYSEventsFileProcessorRecord processorRecord)
Handle a Processor record object.  | 
 void | 
handleProgramRecord(QSYSEventsFileProgramRecord programRecord)
Handle a Program record object.  | 
 void | 
handleTimestampRecord(QSYSEventsFileTimestampRecord timestampRecord)
Handle a Timestamp record object.  | 
protected  void | 
setEvfFile(IFile file)
Set the events file.  | 
 void | 
setISeriesConnection(IBMiConnection connection)
Set the iSeriesConnection.  | 
protected  void | 
setSearchResultSet(SearchResultInputElement set)
Set the search result set.  | 
| Methods inherited from class com.ibm.etools.iseries.rse.util.evfparser.QSYSEventsFileParserLite | 
|---|
createErrorInformationRecord, createFeedbackCodeRecord, createFileEndRecord, createFileIDRecord, createMapDefineRecord, createMapEndRecord, createMapStartRecord, createProcessorRecord, createProgramRecord, createTimestampRecord | 
| Methods inherited from class com.ibm.etools.iseries.rse.util.evfparser.QSYSEventsFileParser | 
|---|
getFile, parse, setFile | 
| 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 IBMiConnection connection
protected SearchResultInputElement set
protected SearchResultRootElement currentRoot
| Constructor Detail | 
|---|
public SearchEventsFileParser(IFile file,
                              SearchResultInputElement set)
the - events file| Method Detail | 
|---|
public void setISeriesConnection(IBMiConnection connection)
the - iSeries connectionprotected void setEvfFile(IFile file)
the - events fileprotected void setSearchResultSet(SearchResultInputElement set)
the - search result setpublic SearchResultInputElement getSearchResultSet()
public void handleTimestampRecord(QSYSEventsFileTimestampRecord timestampRecord)
QSYSEventsFileParser
handleTimestampRecord in class QSYSEventsFileParsercom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#handleTimestampRecord(ISeriesEventsFileTimestampRecord)public void handleProcessorRecord(QSYSEventsFileProcessorRecord processorRecord)
QSYSEventsFileParser
handleProcessorRecord in class QSYSEventsFileParsercom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#handleProcessorRecord(ISeriesEventsFileProcessorRecord)public void handleFileIDRecord(QSYSEventsFileFileIDRecord fileIDRecord)
QSYSEventsFileParser
handleFileIDRecord in class QSYSEventsFileParsercom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#handleFileIDRecord(ISeriesEventsFileFileIDRecord)public void handleFileEndRecord(QSYSEventsFileFileEndRecord fileEndRecord)
QSYSEventsFileParser
handleFileEndRecord in class QSYSEventsFileParsercom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#handleFileEndRecord(ISeriesEventsFileFileEndRecord)public void handleErrorInformationRecord(QSYSEventsFileErrorInformationRecord errorInformationRecord)
QSYSEventsFileParser
handleErrorInformationRecord in class QSYSEventsFileParsercom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#handleErrorInformationRecord(ISeriesEventsFileErrorInformationRecord)public void handleProgramRecord(QSYSEventsFileProgramRecord programRecord)
QSYSEventsFileParser
handleProgramRecord in class QSYSEventsFileParsercom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#handleProgramRecord(ISeriesEventsFileProgramRecord)public void handleMapDefineRecord(QSYSEventsFileMapDefineRecord mapDefineRecord)
QSYSEventsFileParser
handleMapDefineRecord in class QSYSEventsFileParsercom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#handleMapDefineRecord(ISeriesEventsFileMapDefineRecord)public void handleMapStartRecord(QSYSEventsFileMapStartRecord mapStartRecord)
QSYSEventsFileParser
handleMapStartRecord in class QSYSEventsFileParsercom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#handleMapStartRecord(ISeriesEventsFileMapStartRecord)public void handleMapEndRecord(QSYSEventsFileMapEndRecord mapEndRecord)
QSYSEventsFileParser
handleMapEndRecord in class QSYSEventsFileParsercom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#handleMapEndRecord(ISeriesEventsFileMapEndRecord)public void handleFeedbackCodeRecord(QSYSEventsFileFeedbackCodeRecord feedbackCodeRecord)
QSYSEventsFileParser
handleFeedbackCodeRecord in class QSYSEventsFileParsercom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#handleFeedbackCodeRecord(ISeriesEventsFileFeedbackCodeRecord)
  | 
Rational Developer for Power Systems Software V7.6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||