com.uwyn.drone.modules.logmanagement
Class LogResultProcessor

java.lang.Object
  extended bycom.uwyn.rife.database.DbRowProcessor
      extended bycom.uwyn.drone.modules.logmanagement.LogResultProcessor
All Implemented Interfaces:
Cloneable

public abstract class LogResultProcessor
extends DbRowProcessor


Constructor Summary
LogResultProcessor()
           
 
Method Summary
 int getCount()
           
abstract  boolean gotMessage(Timestamp moment, ServerMessage serverMessage)
           
 boolean processRow(ResultSet resultSet)
           
 
Methods inherited from class com.uwyn.rife.database.DbRowProcessor
clone, wasSuccessful
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogResultProcessor

public LogResultProcessor()
Method Detail

getCount

public int getCount()

gotMessage

public abstract boolean gotMessage(Timestamp moment,
                                   ServerMessage serverMessage)

processRow

public boolean processRow(ResultSet resultSet)
                   throws SQLException
Throws:
SQLException


Copyright © 2002-2005 Uwyn bvba/sprl. All Rights Reserved.