com.ricebridge.xmlman.test
Class BackgroundTest.DelayedResultSetRecordListener

java.lang.Object
  extended bycom.ricebridge.xmlman.RecordListenerSupport
      extended bycom.ricebridge.xmlman.ResultSetRecordListener
          extended bycom.ricebridge.xmlman.test.BackgroundTest.DelayedResultSetRecordListener
All Implemented Interfaces:
RecordListener
Enclosing class:
BackgroundTest

public static class BackgroundTest.DelayedResultSetRecordListener
extends ResultSetRecordListener


Field Summary
 
Fields inherited from class com.ricebridge.xmlman.ResultSetRecordListener
iResultSet, PROP_ResultSet_dataHasHeaders
 
Fields inherited from class com.ricebridge.xmlman.RecordListenerSupport
iFieldNames
 
Constructor Summary
BackgroundTest.DelayedResultSetRecordListener()
           
 
Method Summary
protected  void setXmlSpecImpl(XmlSpec pXmlSpec)
          Handle property settings for loading ResultSets.
protected  void startProcessImpl()
          Implement this method to receive notification that the saving of XML data is about to start.
 
Methods inherited from class com.ricebridge.xmlman.ResultSetRecordListener
getResultSet, handleRecordImpl, setFieldNamesImpl, toString
 
Methods inherited from class com.ricebridge.xmlman.RecordListenerSupport
endProcess, endProcessImpl, handleRecord, setFieldNames, setXmlSpec, startProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackgroundTest.DelayedResultSetRecordListener

public BackgroundTest.DelayedResultSetRecordListener()
Method Detail

setXmlSpecImpl

protected void setXmlSpecImpl(XmlSpec pXmlSpec)
Description copied from class: ResultSetRecordListener
Handle property settings for loading ResultSets.

You can change these using XmlSpec.

Overrides:
setXmlSpecImpl in class ResultSetRecordListener
See Also:
RecordListener.setXmlSpec(com.ricebridge.xmlman.XmlSpec), ResultSetRecordListener.PROP_ResultSet_dataHasHeaders

startProcessImpl

protected void startProcessImpl()
Description copied from class: RecordListenerSupport
Implement this method to receive notification that the saving of XML data is about to start.

This method is optional for subclasses, as an empty implementation is provided here.

Overrides:
startProcessImpl in class RecordListenerSupport
See Also:
RecordListenerSupport.startProcess(), RecordListener.startProcess()


Copyright © 2004-2005 Ricebridge