// Checks for the type to instantiate
switch ( serverType ) {
// VIE server type
///////////////////////////////////////
case ServerCommandsAbstractFactory.VIE:
cmd = new VIEServerCommands();
break;
// ASSS server type
///////////////////////////////////////
case ServerCommandsAbstractFactory.ASSS: