// Determine the actions during file operations
StorageActionImpl fileAction = new StorageActionImpl(conf);
// Create but don't start the server socket handler
ServerSocketHandler handler = new ServerSocketHandler(fileAction);
logger.info("ServerSocket created");
// Register remote object with unique name (for this machine)
String name = "NodeServer-"+System.currentTimeMillis();