Uses of Class
com.uwyn.drone.protocol.ServerMessage

Packages that use ServerMessage
com.uwyn.drone.core   
com.uwyn.drone.core.modulemessages   
com.uwyn.drone.modules   
com.uwyn.drone.modules.logmanagement   
com.uwyn.drone.modules.logmanagement.databasedrivers   
com.uwyn.drone.modules.logmanagement.exceptions   
com.uwyn.drone.protocol   
com.uwyn.drone.tools   
 

Uses of ServerMessage in com.uwyn.drone.core
 

Methods in com.uwyn.drone.core that return ServerMessage
 ServerMessage Bot.createServerMessage(IrcCommand command)
           
 

Methods in com.uwyn.drone.core with parameters of type ServerMessage
 void ResponseListener.receivedResponse(ServerMessage message)
           
 void Module.messageCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Module.noticeCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Module.channelCommand(Bot bot, Channel channel, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Module.channelMessage(Bot bot, Channel channel, String nick, ServerMessage fullMessage)
           
 void Module.rawCommand(Bot bot, String nick, String command, ServerMessage fullMessage)
           
 void Module.response(Bot bot, String nick, ResponseCode responseCode, ServerMessage fullMessage)
           
 void CommandListener.receivedCommand(ServerMessage message)
           
 void Bot.receivedResponse(ServerMessage message)
           
 void Bot.receivedCommand(ServerMessage message)
           
 void AbstractModule.messageCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void AbstractModule.noticeCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void AbstractModule.channelCommand(Bot bot, Channel channel, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void AbstractModule.channelMessage(Bot bot, Channel channel, String nick, ServerMessage fullMessage)
           
 void AbstractModule.rawCommand(Bot bot, String nick, String command, ServerMessage fullMessage)
           
 void AbstractModule.response(Bot bot, String nick, ResponseCode responseCode, ServerMessage fullMessage)
           
 

Uses of ServerMessage in com.uwyn.drone.core.modulemessages
 

Constructors in com.uwyn.drone.core.modulemessages with parameters of type ServerMessage
Response(ServerMessage serverMessage)
           
RawCommand(ServerMessage serverMessage)
           
NoticeCommand(ServerMessage serverMessage, String command, String arguments)
           
MessageCommand(ServerMessage serverMessage, String command, String arguments)
           
ChannelMessage(ServerMessage serverMessage, Channel channel)
           
ChannelCommand(ServerMessage serverMessage, Channel channel, String command, String arguments)
           
 

Uses of ServerMessage in com.uwyn.drone.modules
 

Methods in com.uwyn.drone.modules with parameters of type ServerMessage
 void Version.messageCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Throughput.channelCommand(Bot bot, Channel channel, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Seen.channelCommand(Bot bot, Channel channel, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Seen.messageCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Seen.channelMessage(Bot bot, Channel channel, String nick, ServerMessage fullMessage)
           
 void Seen.response(Bot bot, String nick, ResponseCode responseCode, ServerMessage fullMessage)
           
 void Say.messageCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Register.messageCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Quit.messageCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Ping.messageCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Log.messageCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Log.channelMessage(Bot bot, Channel channel, String nick, ServerMessage fullMessage)
           
 void Help.messageCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Faq.messageCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 void Faq.channelCommand(Bot bot, Channel channel, String nick, String command, String arguments, ServerMessage fullMessage)
           
 

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

Methods in com.uwyn.drone.modules.logmanagement with parameters of type ServerMessage
abstract  boolean LogResultProcessor.gotMessage(Timestamp moment, ServerMessage serverMessage)
           
 void LogManager.addLog(Date moment, Bot bot, Channel channel, ServerMessage serverMessage)
           
protected  void DatabaseLogs._addLog(Insert addLog, Bot bot, Channel channel, ServerMessage serverMessage)
           
 

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

Methods in com.uwyn.drone.modules.logmanagement.databasedrivers with parameters of type ServerMessage
 void generic.addLog(Date moment, Bot bot, Channel channel, ServerMessage serverMessage)
           
 

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

Methods in com.uwyn.drone.modules.logmanagement.exceptions that return ServerMessage
 ServerMessage AddLogErrorException.getServerMessage()
           
 

Constructors in com.uwyn.drone.modules.logmanagement.exceptions with parameters of type ServerMessage
AddLogErrorException(Bot bot, Channel channel, ServerMessage serverMessage)
           
AddLogErrorException(Bot bot, Channel channel, ServerMessage serverMessage, DatabaseException cause)
           
 

Uses of ServerMessage in com.uwyn.drone.protocol
 

Methods in com.uwyn.drone.protocol that return ServerMessage
static ServerMessage ServerMessage.parse(String raw)
           
 

Uses of ServerMessage in com.uwyn.drone.tools
 

Methods in com.uwyn.drone.tools with parameters of type ServerMessage
 void SearchTool.indexServerMessage(Date moment, Bot bot, Channel channel, ServerMessage message)
           
 



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