Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.util.evfparser
Class QSYSEventsFileParserLite

java.lang.Object
  extended by com.ibm.etools.iseries.rse.util.evfparser.QSYSEventsFileParser
      extended by com.ibm.etools.iseries.rse.util.evfparser.QSYSEventsFileParserLite
Direct Known Subclasses:
SearchEventsFileParser

public abstract class QSYSEventsFileParserLite
extends QSYSEventsFileParser

A more optimized class for parsing an events file.


Field Summary
static String Copyright
           
 
Constructor Summary
QSYSEventsFileParserLite(File file)
          Creates an events file parser object.
 
Method Summary
 QSYSEventsFileErrorInformationRecord createErrorInformationRecord(StringTokenizer st)
          Creates a Error Information record object.
 QSYSEventsFileFeedbackCodeRecord createFeedbackCodeRecord(StringTokenizer st)
          Creates a Feedback Code record object.
 QSYSEventsFileFileEndRecord createFileEndRecord(StringTokenizer st)
          Creates a File End record object.
 QSYSEventsFileFileIDRecord createFileIDRecord(StringTokenizer st)
          Creates a File ID record object.
 QSYSEventsFileMapDefineRecord createMapDefineRecord(StringTokenizer st)
          Creates a Map Define record object.
 QSYSEventsFileMapEndRecord createMapEndRecord(StringTokenizer st)
          Creates a Map End record object.
 QSYSEventsFileMapStartRecord createMapStartRecord(StringTokenizer st)
          Creates a Map Start record object.
 QSYSEventsFileProcessorRecord createProcessorRecord(StringTokenizer st)
          Creates a Processor record object.
 QSYSEventsFileProgramRecord createProgramRecord(StringTokenizer st)
          Creates a Program record object.
 QSYSEventsFileTimestampRecord createTimestampRecord(StringTokenizer st)
          Creates a Timestamp record object.
 
Methods inherited from class com.ibm.etools.iseries.rse.util.evfparser.QSYSEventsFileParser
getFile, handleErrorInformationRecord, handleFeedbackCodeRecord, handleFileEndRecord, handleFileIDRecord, handleMapDefineRecord, handleMapEndRecord, handleMapStartRecord, handleProcessorRecord, handleProgramRecord, handleTimestampRecord, parse, setFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

QSYSEventsFileParserLite

public QSYSEventsFileParserLite(File file)
Creates an events file parser object.

Parameters:
the - events file
Method Detail

createTimestampRecord

public QSYSEventsFileTimestampRecord createTimestampRecord(StringTokenizer st)
Description copied from class: QSYSEventsFileParser
Creates a Timestamp record object.

Specified by:
createTimestampRecord in class QSYSEventsFileParser
Returns:
Timestamp record object
See Also:
com.ibm.etools.iseries.core.evfparser.QSYSEventsFileParser#createTimestampRecord(StringTokenizer)

createProcessorRecord

public QSYSEventsFileProcessorRecord createProcessorRecord(StringTokenizer st)
Description copied from class: QSYSEventsFileParser
Creates a Processor record object.

Specified by:
createProcessorRecord in class QSYSEventsFileParser
Returns:
Processor record object
See Also:
com.ibm.etools.iseries.core.evfparser.QSYSEventsFileParser#createProcessorRecord(StringTokenizer)

createFileIDRecord

public QSYSEventsFileFileIDRecord createFileIDRecord(StringTokenizer st)
Description copied from class: QSYSEventsFileParser
Creates a File ID record object.

Specified by:
createFileIDRecord in class QSYSEventsFileParser
Returns:
File ID record object
See Also:
com.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#createFileIDRecord(StringTokenizer)

createFileEndRecord

public QSYSEventsFileFileEndRecord createFileEndRecord(StringTokenizer st)
Description copied from class: QSYSEventsFileParser
Creates a File End record object.

Specified by:
createFileEndRecord in class QSYSEventsFileParser
Returns:
File End record object
See Also:
com.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#createFileEndRecord(StringTokenizer)

createErrorInformationRecord

public QSYSEventsFileErrorInformationRecord createErrorInformationRecord(StringTokenizer st)
Description copied from class: QSYSEventsFileParser
Creates a Error Information record object.

Specified by:
createErrorInformationRecord in class QSYSEventsFileParser
Returns:
Error Information record object
See Also:
com.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#createErrorInformationRecord(StringTokenizer)

createProgramRecord

public QSYSEventsFileProgramRecord createProgramRecord(StringTokenizer st)
Description copied from class: QSYSEventsFileParser
Creates a Program record object.

Specified by:
createProgramRecord in class QSYSEventsFileParser
Returns:
Program record object
See Also:
com.ibm.etools.iseries.core.evfparser.QSYSEventsFileParser#createProgramRecord(StringTokenizer)

createMapDefineRecord

public QSYSEventsFileMapDefineRecord createMapDefineRecord(StringTokenizer st)
Description copied from class: QSYSEventsFileParser
Creates a Map Define record object.

Specified by:
createMapDefineRecord in class QSYSEventsFileParser
Returns:
Map Define record object
See Also:
com.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#createMapDefineRecord(StringTokenizer)

createMapStartRecord

public QSYSEventsFileMapStartRecord createMapStartRecord(StringTokenizer st)
Description copied from class: QSYSEventsFileParser
Creates a Map Start record object.

Specified by:
createMapStartRecord in class QSYSEventsFileParser
Returns:
Map Start record object
See Also:
com.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#createMapStartRecord(StringTokenizer)

createMapEndRecord

public QSYSEventsFileMapEndRecord createMapEndRecord(StringTokenizer st)
Description copied from class: QSYSEventsFileParser
Creates a Map End record object.

Specified by:
createMapEndRecord in class QSYSEventsFileParser
Returns:
Map End record object
See Also:
com.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#createMapEndRecord(StringTokenizer)

createFeedbackCodeRecord

public QSYSEventsFileFeedbackCodeRecord createFeedbackCodeRecord(StringTokenizer st)
Description copied from class: QSYSEventsFileParser
Creates a Feedback Code record object.

Specified by:
createFeedbackCodeRecord in class QSYSEventsFileParser
Returns:
Feedback Code record object
See Also:
com.ibm.etools.iseries.core.evfparser.ISeriesEventsFileParser#createFeedbackCodeRecord(StringTokenizer)

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.