Uses of Class
hudson.plugins.im.IMException

Packages that use IMException
hudson.plugins.im   
hudson.plugins.im.bot   
 

Uses of IMException in hudson.plugins.im
 

Methods in hudson.plugins.im that throw IMException
abstract  IMConnection IMConnectionProvider.createConnection()
          Creates a new connection.
protected abstract  IMConnection IMPublisher.getIMConnection()
           
 void IMConnection.send(IMMessageTarget target, java.lang.String text)
          Sends a Message-Text to an IMMessageTarget (aka a User ;).
 void IMChat.sendMessage(java.lang.String message)
          Sends a message to the chat.
 void IMConnection.setPresence(IMPresence presence, java.lang.String statusMessage)
          Sets the current connection's presence to a protocol specific adaption of the given presence parameter.
 

Uses of IMException in hudson.plugins.im.bot
 

Methods in hudson.plugins.im.bot that throw IMException
 void AbstractTextSendingCommand.executeCommand(Bot bot, IMChat chat, IMMessage message, Sender sender, java.lang.String[] args)
          Execute a command.
 void SetAliasCommand.AliasCommand.executeCommand(Bot bot, IMChat chat, IMMessage message, Sender sender, java.lang.String[] args)
           
 void Bot.HelpCommand.executeCommand(Bot bot, IMChat groupChat, IMMessage message, Sender sender, java.lang.String[] args)
           
abstract  void BotCommand.executeCommand(Bot bot, IMChat chat, IMMessage message, Sender sender, java.lang.String[] args)
          Execute a command.
 void QueueCommand.executeCommand(Bot bot, IMChat chat, IMMessage message, Sender sender, java.lang.String[] args)
           
 



Copyright © 2010. All Rights Reserved.