Uses of Class
pl.mn.communicator.GGException

Packages that use GGException
pl.mn.communicator   
pl.mn.communicator.event   
pl.mn.communicator.packet.handlers   
pl.mn.communicator.packet.in   
 

Uses of GGException in pl.mn.communicator
 

Subclasses of GGException in pl.mn.communicator
 class GGSessionException
          Created on 2004-11-30 Exception that is thrown when user tries to move from certain state to state that is not allowed at that moment.
 

Methods in pl.mn.communicator that throw GGException
 void DefaultPresenceService.addMonitoredUser(IUser user)
           
 void IPresenceService.addMonitoredUser(IUser user)
          Adds the user to be monitored.
 void DefaultPresenceService.changeMonitoredUserStatus(IUser user)
           
 void IPresenceService.changeMonitoredUserStatus(IUser user)
          Changes status of the currently monitored user.
 void DefaultRegistrationService.changePassword(int uin, java.lang.String email, java.lang.String oldPassword, java.lang.String newPassword, java.lang.String tokenID, java.lang.String tokenVal)
           
 void IRegistrationService.changePassword(int uin, java.lang.String email, java.lang.String oldPassword, java.lang.String newPassword, java.lang.String tokenID, java.lang.String tokenVal)
          This method allows to change password on Gadu-Gadu account.
 void DefaultContactListService.clearContactList()
           
 void IContactListService.clearContactList()
          Clears user's contact list from the Gadu-Gadu server.
 void DefaultConnectionService.connect(IServer server)
           
 void IConnectionService.connect(IServer server)
          Tries to connect to Gadu-Gadu server that has been previously assigned to Session instance.
 void DefaultConnectionService.disconnect()
           
 void IConnectionService.disconnect()
          Tries to close the connection to the Gadu-Gadu server.
 void Session.SessionAccessor.disconnect()
           
 void DefaultContactListService.exportContactList(java.util.Collection localUsers)
           
 void IContactListService.exportContactList(java.util.Collection users)
          Exports user's contact list to the Gadu-Gadu server.
 GGToken DefaultRegistrationService.getRegistrationToken()
           
 GGToken IRegistrationService.getRegistrationToken()
           
 void DefaultContactListService.importContactList()
           
 void IContactListService.importContactList()
          Imports user's contact list from the Gadu-Gadu server.
 void DefaultLoginService.localStatusChanged(ILocalStatus localStatus)
           
 void DefaultLoginService.login(LoginContext loginContext)
           
 void ILoginService.login(LoginContext loginContext)
          Invocation of this method tries to log in user to currently connected server.
 void DefaultLoginService.logout()
           
 void ILoginService.logout()
          Invocation of this method tries to log out user from the currently connected the server.
 void DefaultLoginService.logout(java.lang.String description, java.util.Date returnTime)
           
 void ILoginService.logout(java.lang.String description, java.util.Date returnTime)
          Invocation of this method tries to log out user from the currently connected server.
 IServer DefaultConnectionService.lookupServer(int uin)
           
 IServer IConnectionService.lookupServer(int uin)
           
protected  void DefaultConnectionService.notifyConnectionClosed()
           
 void Session.SessionAccessor.notifyConnectionClosed()
           
protected  void DefaultConnectionService.notifyConnectionError(java.lang.Exception ex)
           
 void Session.SessionAccessor.notifyConnectionError(java.lang.Exception exception)
           
protected  void DefaultConnectionService.notifyConnectionEstablished()
           
 void Session.SessionAccessor.notifyConnectionEstablished()
           
protected  void DefaultPresenceService.notifyLocalUserChangedStatus(ILocalStatus localStatus)
           
protected  void DefaultLoginService.notifyLoggedOut()
           
 void Session.SessionAccessor.notifyLoggedOut()
           
protected  void DefaultLoginService.notifyLoginFailed(LoginFailedEvent loginFailedEvent)
           
 void Session.SessionAccessor.notifyLoginFailed(LoginFailedEvent loginFailedEvent)
           
protected  void DefaultLoginService.notifyLoginOK()
           
 void Session.SessionAccessor.notifyLoginOK()
           
protected  void DefaultPresenceService.notifyUserChangedStatus(IUser user, IRemoteStatus newStatus)
           
 void Session.SessionAccessor.notifyUserChangedStatus(IUser user, IRemoteStatus newStatus)
           
 void DefaultPublicDirectoryService.readFromPublicDirectory()
          * @see pl.mn.communicator.IPublicDirectoryService#readFromPublicDirectory()
 void IPublicDirectoryService.readFromPublicDirectory()
          Reads personal information from the Gadu-Gadu's public directory service.
 int DefaultRegistrationService.registerAccount(java.lang.String email, java.lang.String password, java.lang.String tokenID, java.lang.String tokenVal)
           
 int IRegistrationService.registerAccount(java.lang.String email, java.lang.String password, java.lang.String tokenID, java.lang.String tokenVal)
          Use this method if you want to create a new Gadu-Gadu account.
 void DefaultPresenceService.removeMonitoredUser(IUser user)
           
 void IPresenceService.removeMonitoredUser(IUser user)
          Remove the user that was previously being monitored.
 void DefaultPublicDirectoryService.search(PublicDirSearchQuery publicDirQuery)
           
 void IPublicDirectoryService.search(PublicDirSearchQuery searchQuery)
          Looks up for Gadu-Gadu users that are matching criteria specified in PublicDirSearchQuery object.
 void DefaultMessageService.sendMessage(IOutgoingMessage outgoingMessage)
           
 void IMessageService.sendMessage(IOutgoingMessage outgoingMessage)
          Invocation of this method sends the message to the Gadu-Gadu server.
 IChat GroupChat.sendMessage(java.lang.String messageBody)
           
 IChat IChat.sendMessage(java.lang.String messageBody)
           
 IChat SingleChat.sendMessage(java.lang.String messageBody)
           
 void DefaultRegistrationService.sendPassword(int uin, java.lang.String email, java.lang.String tokenID, java.lang.String tokenVal)
           
 void IRegistrationService.sendPassword(int uin, java.lang.String email, java.lang.String tokenID, java.lang.String tokenVal)
          Sends user's current password to user's mailbox.
 void DefaultPresenceService.setStatus(ILocalStatus localStatus)
           
 void IPresenceService.setStatus(ILocalStatus localStatus)
          Invocation of this method tries to set a new status of the user that is currently logged in.
 void DefaultRegistrationService.unregisterAccount(int uin, java.lang.String password, java.lang.String tokenID, java.lang.String tokenVal)
           
 void IRegistrationService.unregisterAccount(int uin, java.lang.String password, java.lang.String tokenID, java.lang.String tokenVal)
          Use this method if you want to delete your current account from Gadu-Gadu server.
 void DefaultLoginService.userStatusChanged(IUser user, IRemoteStatus newStatus)
           
 void DefaultPublicDirectoryService.writeToPublicDirectory(PersonalInfo publicDirInfo)
           
 void IPublicDirectoryService.writeToPublicDirectory(PersonalInfo personalInfo)
          Write or update personal information to the Gadu-Gadu's public directory service.
 

Uses of GGException in pl.mn.communicator.event
 

Methods in pl.mn.communicator.event that throw GGException
 void ConnectionListener.connectionClosed()
          The notification that connection to the server has been delibately closed.
 void ConnectionListener.Stub.connectionClosed()
           
 void ConnectionListener.connectionError(java.lang.Exception e)
          Notification that there was an unexpected error with the connection.
 void ConnectionListener.Stub.connectionError(java.lang.Exception ex)
           
 void ConnectionListener.connectionEstablished()
          The notification that connection to the server has been successfuly established.
 void ConnectionListener.Stub.connectionEstablished()
           
 void UserListener.localStatusChanged(ILocalStatus localStatus)
           
 void UserListener.Stub.localStatusChanged(ILocalStatus localStatus)
           
 void LoginListener.loggedOut()
           
 void LoginListener.Stub.loggedOut()
           
 void LoginListener.loginFailed(LoginFailedEvent loginFailedEvent)
          Messaged when there was an error while logging in, most probably because of an incorrect password.
 void LoginListener.Stub.loginFailed(LoginFailedEvent loginFailedEvent)
           
 void LoginListener.loginOK()
          Messaged when user has successfully logged in to Gadu-Gadu server.
 void LoginListener.Stub.loginOK()
           
 void UserListener.userStatusChanged(IUser user, IRemoteStatus newStatus)
          The notification that the user changed the status.
 void UserListener.Stub.userStatusChanged(IUser user, IRemoteStatus newStatus)
           
 

Uses of GGException in pl.mn.communicator.packet.handlers
 

Methods in pl.mn.communicator.packet.handlers that throw GGException
 void GGDisconnectingPacketHandler.handle(PacketContext context)
           
 void GGLoginFailedPacketHandler.handle(PacketContext context)
           
 void GGLoginOKPacketHandler.handle(PacketContext context)
           
 void GGMessageReceivedPacketHandler.handle(PacketContext context)
           
 void GGNotifyReply60PacketHandler.handle(PacketContext context)
           
 void GGNotifyReplyPacketHandler.handle(PacketContext context)
           
 void GGPongPacketHandler.handle(PacketContext context)
           
 void GGPubdirReplyPacketHandler.handle(PacketContext context)
           
 void GGSentMessageAckPacketHandler.handle(PacketContext context)
           
 void GGStatus60PacketHandler.handle(PacketContext context)
           
 void GGStatusPacketHandler.handle(PacketContext context)
           
 void GGUserListReplyHandler.handle(PacketContext context)
           
 void GGWelcomePacketHandler.handle(PacketContext context)
           
 void PacketHandler.handle(PacketContext context)
          Handles an incoming Gadu-Gadu packet.
 void PacketChain.sendToChain(PacketContext packageContent)
           
 

Uses of GGException in pl.mn.communicator.packet.in
 

Methods in pl.mn.communicator.packet.in that throw GGException
 void GGNeedEmailPacketHandler.handle(PacketContext context)
           
 



Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.