org.oreodata
Interface DataLogger

All Superinterfaces:
DataListener, java.util.EventListener
All Known Implementing Classes:
DefaultDataLogger

public interface DataLogger
extends DataListener


Method Summary
 org.xml.sax.InputSource asInputSource()
           
 void rotateLogs()
          Method that starts a new log file, archiving the present one etcetera.
 
Methods inherited from interface org.oreodata.DataListener
handleEvent, init
 

Method Detail

rotateLogs

public void rotateLogs()
                throws java.io.IOException
Method that starts a new log file, archiving the present one etcetera.

java.io.IOException

asInputSource

public org.xml.sax.InputSource asInputSource()
                                      throws java.io.IOException
Returns:
an InputSource for reloading a datasource from the log
java.io.IOException