return null;
}
super.getServerState(stateToFill);
AppConventionalCellServerState state = (AppConventionalCellServerState) stateToFill;
state.setAppName(serverState.getAppName());
state.setLaunchLocation(serverState.getLaunchLocation());
state.setLaunchUser(serverState.getLaunchUser());
state.setBestView(serverState.isBestView());
state.setCommand(serverState.getCommand());
return stateToFill;
}