Uses of Class
i3mclient.communication.I3MServerException

Packages that use I3MServerException
i3mclient.communication   
i3mclient.config   
i3mclient.discussion   
i3mclient.findusers   
i3mclient.i3m   
i3mclient.searchweb   
i3mclient.shapeboard   
i3mclient.test   
 

Uses of I3MServerException in i3mclient.communication
 

Fields in i3mclient.communication declared as I3MServerException
 I3MServerException Communication.AsynchronCallItem.exception
          The exeception of the webservice call (null if none)
 

Methods in i3mclient.communication with parameters of type I3MServerException
 void ServerMethodListener.i3mServerException(I3MServerException exception)
          Called if a server exception is thrown.
 

Methods in i3mclient.communication that throw I3MServerException
 long Communication.createAccount(String nick, byte[] password)
          Create an account on I3M-server.
 void Communication.loginAccount(long userID, byte[] password)
          Login an account on I3M-server.
 void Communication.logoutAccount()
          Logout an account on I3M-server (go offline).
 UserData Communication.getUserData(long userID)
          Retrieve the userData of an user.
 void Communication.setUserData(UserData userData)
          Set the userdata of the current logged in user.
 void Communication.deleteAccount()
          Delete the current logged in account from I3M-server.
 BuddyData[] Communication.getBuddyList()
          Returns the buddy list of the current logged in user.
 void Communication.addBuddy(long userID, String group)
          Add a buddy to the buddy list of the current logged in user.
 void Communication.changeBuddyGroup(long userID, String group)
          Change the group of a buddy in the buddy list.
 void Communication.removeBuddy(long userID)
          Remove a buddy from the buddy list of the current logged in user.
 void Communication.setStatus(int status)
          Set the status of the current logged in user.
 MessageData[] Communication.getMessages()
          Get all new messages of the current logged in user.
 MessageData[] Communication.getOfflineMessages()
          Get all offline message of the current logged in user.
 void Communication.sendMessage(MessageData messageData)
          Send a message to an other user.
 String Communication.getVersion(String version)
          Returns the latest version of I3M.
 byte[] Communication.getDailyComic()
          Get a daily comic for the current logged in user (only once one day).
 DiscussionData[] Communication.getChatList()
          Get a list with all available chats.
 void Communication.joinChat(long discussionID)
          Joins the current logged in user to a chat.
 long Communication.createConference(long userID)
          Create an new conference on I3M-server.
 void Communication.inviteUser(long discussionID, long userID)
          Invite a user to a chat or conference.
 BuddyData[] Communication.getDiscussionMembers(long discussionID)
          Retrieve all discussion members of a chat or conference.
 void Communication.leaveDiscussion(long discussionID, int type)
          The current logged in user want to leave a chat or conference.
 UserData[] Communication.findUsers(UserData userData, boolean fuzzy)
          Search for users in I3M-network.
 WebSearchResult[] Communication.searchWeb(String query)
          Search in the web by keywords.
 void Communication.sendFax(String faxNo, String text)
          Send a fax to a fax number.
 String Communication.translate(String fromLanguage, String toLanguage, String text)
          Translate a string via extern web service.
 PublicKey Communication.getPublicKey()
          Get the current sessionID and public key from I3M-server.
 

Uses of I3MServerException in i3mclient.config
 

Methods in i3mclient.config with parameters of type I3MServerException
 void Config.i3mServerException(I3MServerException exception)
           
 

Uses of I3MServerException in i3mclient.discussion
 

Methods in i3mclient.discussion with parameters of type I3MServerException
 void Discussion.i3mServerException(I3MServerException exception)
           
 

Uses of I3MServerException in i3mclient.findusers
 

Methods in i3mclient.findusers with parameters of type I3MServerException
 void FindUsers.i3mServerException(I3MServerException se)
           
 

Uses of I3MServerException in i3mclient.i3m
 

Methods in i3mclient.i3m with parameters of type I3MServerException
 void TranslationGUI.i3mServerException(I3MServerException exception)
           
 void LoginGUI.i3mServerException(I3MServerException exception)
           
 void I3M.i3mServerException(I3MServerException exception)
           
 

Uses of I3MServerException in i3mclient.searchweb
 

Methods in i3mclient.searchweb with parameters of type I3MServerException
 void SearchWeb.i3mServerException(I3MServerException exception)
           
 

Uses of I3MServerException in i3mclient.shapeboard
 

Methods in i3mclient.shapeboard with parameters of type I3MServerException
 void ShapeBoard.i3mServerException(I3MServerException exception)
           
 

Uses of I3MServerException in i3mclient.test
 

Methods in i3mclient.test with parameters of type I3MServerException
 void PerformanceTest.i3mServerException(I3MServerException exception)