Uses of Class
common.interfaces.exceptions.SystemErrorException

Packages that use SystemErrorException
common.interfaces   
messageServerP   
 

Uses of SystemErrorException in common.interfaces
 

Methods in common.interfaces that throw SystemErrorException
 void MSForServletInterface.forwardMessage(Message msg)
          Forwards a message.
 void MSForMSInterface.forwardMessage(Message msg)
          Forwards a message from a Message Server to this one.
 

Uses of SystemErrorException in messageServerP
 

Methods in messageServerP that throw SystemErrorException
 void SafeMSForMSInterface.forwardMessage(Message msg)
           
 void Communication.forwardMessage(Message msgRef)
           
static void Cache.forwardMsg(Message msg)
          Forwards a message to another Message Server (recipient must not be local).
static User Cache.getRemoteContact(User usr)
          Retrives informations about a gossip servlet connection (IP address and port) in order to let anyone contact him directely.
static void Cache.remoteIsFriendOf(ManagedUser local, User remote)
          Checks if a remote user accepts a local user as a friend.