Uses of Class
com.uwyn.drone.modules.exceptions.LogManagerException

Packages that use LogManagerException
com.uwyn.drone.modules.logmanagement   
com.uwyn.drone.modules.logmanagement.databasedrivers   
com.uwyn.drone.modules.logmanagement.exceptions   
 

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

Methods in com.uwyn.drone.modules.logmanagement that throw LogManagerException
 void LogManager.addLog(Date moment, Bot bot, Channel channel, ServerMessage serverMessage)
           
 boolean LogManager.searchLog(LogResultProcessor processor, Bot bot, Channel channel, String search)
           
 boolean LogManager.getLogMessages(LogResultProcessor processor, Bot bot, Channel channel, Calendar day)
           
abstract  boolean DatabaseLogs.install()
           
abstract  boolean DatabaseLogs.remove()
           
protected  boolean DatabaseLogs._install(CreateTable createTableLog, String createGetLogMessagesIndex)
           
protected  void DatabaseLogs._addLog(Insert addLog, Bot bot, Channel channel, ServerMessage serverMessage)
           
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)
           
protected  boolean DatabaseLogs._remove(DropTable dropTableLog, String dropGetLogMessagesIndex)
           
 

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

Methods in com.uwyn.drone.modules.logmanagement.databasedrivers that throw LogManagerException
 boolean generic.install()
           
 void generic.addLog(Date moment, Bot bot, Channel channel, ServerMessage serverMessage)
           
 boolean generic.searchLog(LogResultProcessor processor, Bot bot, Channel channel, String search)
           
 boolean generic.getLogMessages(LogResultProcessor processor, Bot bot, Channel channel, Calendar day)
           
 boolean generic.remove()
           
 

Uses of LogManagerException in com.uwyn.drone.modules.logmanagement.exceptions
 

Subclasses of LogManagerException in com.uwyn.drone.modules.logmanagement.exceptions
 class AddLogErrorException
           
 class GetLogMessagesErrorException
           
 class InstallErrorException
           
 class InvalidSearchSyntaxException
           
 class RemoveErrorException
           
 class SearchLogErrorException
           
 



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