infoservice.mailsystem.central
Class MailSystemServerImplementationFactory

java.lang.Object
  extended by infoservice.mailsystem.central.MailSystemServerImplementationFactory
All Implemented Interfaces:
IServerImplementationFactory

public class MailSystemServerImplementationFactory
extends java.lang.Object
implements IServerImplementationFactory

This class creates MailSystemServerImplementation instances everytime the GenericServer accepts a new connection and the ConnectionHandler uses this factory.


Constructor Summary
MailSystemServerImplementationFactory()
           
 
Method Summary
 AbstractServerImplementation createServerImplementation()
          Creates a MailSystemServerImplementation which handles the client request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailSystemServerImplementationFactory

public MailSystemServerImplementationFactory()
Method Detail

createServerImplementation

public AbstractServerImplementation createServerImplementation()
Creates a MailSystemServerImplementation which handles the client request.

Specified by:
createServerImplementation in interface IServerImplementationFactory
Returns:
The created MailSystemServerImplementation.