Testing
Class PersonalServerFactory

java.lang.Object
  |
  +--Testing.ServerFactory
        |
        +--Testing.PersonalServerFactory

public class PersonalServerFactory
extends ServerFactory

Concrete factory the create a Personal server : All limeted meeting are available, languages = fr/eng, default language = english


Field Summary
 
Fields inherited from class Testing.ServerFactory
server
 
Constructor Summary
PersonalServerFactory()
           
 
Method Summary
 void makeAvailablemeetings()
          Set the set of available meetings to the server to be build.
 void makeLanguages()
          Initialize the ServerMessage singleton with available languages.
 void makeTranslator()
          Builds or not the translator for the server.
 
Methods inherited from class Testing.ServerFactory
getServer, ServerFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonalServerFactory

public PersonalServerFactory()
Method Detail

makeTranslator

public void makeTranslator()
Builds or not the translator for the server.

Specified by:
makeTranslator in class ServerFactory

makeAvailablemeetings

public void makeAvailablemeetings()
Set the set of available meetings to the server to be build.

Specified by:
makeAvailablemeetings in class ServerFactory

makeLanguages

public void makeLanguages()
Initialize the ServerMessage singleton with available languages.

Specified by:
makeLanguages in class ServerFactory