}
System.out.println("Remote Communication Center initiliazed");
// Initializing the migration controller.
try {
mc = new DummyMigrationController();
mc.setObjectReferrer(new DummyObjectReferrer());
} catch (RemoteException e) {
e.printStackTrace();
return;
}