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 org_postgresql_Driver.install()
           
 void org_postgresql_Driver.addLog(Date moment, Bot bot, Channel channel, ServerMessage serverMessage)
           
 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 org_postgresql_Driver.remove()
           
 boolean com_mysql_jdbc_Driver.install()
           
 void com_mysql_jdbc_Driver.addLog(Date moment, Bot bot, Channel channel, ServerMessage serverMessage)
           
 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)
           
 boolean com_mysql_jdbc_Driver.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.