Testing
Class DemoServerFactory

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

public class DemoServerFactory
extends ServerFactory

Concrete factory the create a Demo server : Only Standard limeted meeting is available, No multilanguage, default language = english


Field Summary
 
Fields inherited from class Testing.ServerFactory
server
 
Constructor Summary
DemoServerFactory()
           
 
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

DemoServerFactory

public DemoServerFactory()
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