Uses of Class
hudson.plugins.jabber.im.IMException

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

Uses of IMException in hudson.plugins.jabber.im
 

Methods in hudson.plugins.jabber.im that throw IMException
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.jabber.im.transport
 

Methods in hudson.plugins.jabber.im.transport that throw IMException
protected  IMConnection JabberPublisher.getIMConnection()
           
 void JabberChat.sendMessage(java.lang.String msg)
           
 void JabberMultiUserChat.sendMessage(java.lang.String msg)
           
 

Uses of IMException in hudson.plugins.jabber.im.transport.bot
 

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



Copyright © 2009. All Rights Reserved.