|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.RecordProviderSupport
com.ricebridge.xmlman.StringListRecordProvider
com.ricebridge.xmlman.test.CallSequenceTest.SequenceRecordProvider
| Field Summary |
| Fields inherited from class com.ricebridge.xmlman.StringListRecordProvider |
iData, iRecordIndex |
| Fields inherited from class com.ricebridge.xmlman.RecordProviderSupport |
iFieldNames |
| Constructor Summary | |
CallSequenceTest.SequenceRecordProvider(List pData,
StringBuffer pSequence)
|
|
CallSequenceTest.SequenceRecordProvider(List pData,
StringBuffer pSequence,
boolean pHasFailures)
|
|
| Method Summary | |
protected void |
endProcessImpl()
Implement this method to receive notification that the saving of XML data has ended. |
boolean |
hasNextRecordImpl()
Check if there are any more records. |
String[] |
nextRecordImpl()
Return next data record as a String[] array. |
protected void |
setFieldNamesImpl(String[] pFieldNames)
Implement this method to obtain the record specification field names, if available. |
protected void |
setXmlSpecImpl(XmlSpec pXmlSpec)
Implement this method to receive the current XmlSpec settings. |
protected void |
startProcessImpl()
Start the saving process. |
| Methods inherited from class com.ricebridge.xmlman.StringListRecordProvider |
setData |
| Methods inherited from class com.ricebridge.xmlman.RecordProviderSupport |
endProcess, hasNextRecord, nextRecord, setFieldNames, setXmlSpec, startProcess |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CallSequenceTest.SequenceRecordProvider(List pData,
StringBuffer pSequence)
public CallSequenceTest.SequenceRecordProvider(List pData,
StringBuffer pSequence,
boolean pHasFailures)
| Method Detail |
protected void setXmlSpecImpl(XmlSpec pXmlSpec)
RecordProviderSupportXmlSpec settings.
This method is optional for subclasses, as an empty implementation is provided here.
setXmlSpecImpl in class RecordProviderSupportpXmlSpec - XML specificationRecordProviderSupport.setXmlSpec(com.ricebridge.xmlman.XmlSpec),
RecordProvider.setXmlSpec(com.ricebridge.xmlman.XmlSpec)protected void setFieldNamesImpl(String[] pFieldNames)
RecordProviderSupportThe default implementation stores the field names in the RecordProviderSupport.iFieldNames member variable.
This method is optional for subclasses, as an implementation is provided here.
setFieldNamesImpl in class RecordProviderSupportpFieldNames - record field namesRecordProviderSupport.setFieldNames(java.lang.String[]),
RecordProvider.setFieldNames(java.lang.String[])protected void startProcessImpl()
StringListRecordProvider
startProcessImpl in class StringListRecordProviderprotected void endProcessImpl()
RecordProviderSupportThis method is optional for subclasses, as an empty implementation is provided here.
endProcessImpl in class RecordProviderSupportRecordProviderSupport.endProcess(),
RecordProvider.endProcess()public boolean hasNextRecordImpl()
StringListRecordProvider
hasNextRecordImpl in class StringListRecordProviderpublic String[] nextRecordImpl()
StringListRecordProviderString[] array.
nextRecordImpl in class StringListRecordProvider
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||