*
* @param serverType The type of server following ServerCommandsAbstractFactory's constants.
* @return see above.
*/
public static ServerCommands createServerCommands ( int serverType ) {
ServerCommands cmd = null;
// Checks for the type to instantiate
switch ( serverType ) {
// VIE server type
///////////////////////////////////////