infoservice.mailsystem.central
Class MailSystemServerImplementation

java.lang.Object
  extended by infoservice.mailsystem.central.server.AbstractServerImplementation
      extended by infoservice.mailsystem.central.MailSystemServerImplementation
All Implemented Interfaces:
java.lang.Runnable

public class MailSystemServerImplementation
extends AbstractServerImplementation

This class is the server implementation for receiving mails from the MailForwarder. It's used when the GenericServer accepts a new connection (and the mailsystem factory is defined).


Constructor Summary
MailSystemServerImplementation()
           
 
Method Summary
protected  void handleClientRequest()
          Handles a request from the MailForwarder.
 
Methods inherited from class infoservice.mailsystem.central.server.AbstractServerImplementation
getSocketContainer, run, setClientConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailSystemServerImplementation

public MailSystemServerImplementation()
Method Detail

handleClientRequest

protected void handleClientRequest()
Handles a request from the MailForwarder.

Specified by:
handleClientRequest in class AbstractServerImplementation