Uses of Class
com.uwyn.drone.modules.logmanagement.LogResultProcessor

Packages that use LogResultProcessor
com.uwyn.drone.modules.logmanagement   
com.uwyn.drone.modules.logmanagement.databasedrivers   
 

Uses of LogResultProcessor in com.uwyn.drone.modules.logmanagement
 

Methods in com.uwyn.drone.modules.logmanagement with parameters of type LogResultProcessor
 boolean LogManager.searchLog(LogResultProcessor processor, Bot bot, Channel channel, String search)
           
 boolean LogManager.getLogMessages(LogResultProcessor processor, Bot bot, Channel channel, Calendar day)
           
protected  boolean DatabaseLogs._searchLog(Select searchLog, LogResultProcessor processor, Bot bot, Channel channel, String search)
           
protected  boolean DatabaseLogs._getLogMessages(Select getLogMessages, LogResultProcessor processor, Bot bot, Channel channel, Calendar day)
           
 

Uses of LogResultProcessor in com.uwyn.drone.modules.logmanagement.databasedrivers
 

Methods in com.uwyn.drone.modules.logmanagement.databasedrivers with parameters of type LogResultProcessor
 boolean org_postgresql_Driver.searchLog(LogResultProcessor processor, Bot bot, Channel channel, String search)
           
 boolean org_postgresql_Driver.getLogMessages(LogResultProcessor processor, Bot bot, Channel channel, Calendar day)
           
 boolean com_mysql_jdbc_Driver.searchLog(LogResultProcessor processor, Bot bot, Channel channel, String search)
           
 boolean com_mysql_jdbc_Driver.getLogMessages(LogResultProcessor processor, Bot bot, Channel channel, Calendar day)
           
 



Copyright © 2002-2004 Geert Bevin and UWYN. All Rights Reserved.