Testing
Class EnterpriseServerFactory

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

public class EnterpriseServerFactory
extends ServerFactory

Concrete factory the create an Enterprise server : All meetings are available (no limitation), languages = all, default language = english


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

EnterpriseServerFactory

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