latch.countDown();
refreshTableInfo();
}
};
int storageNodeId = storageNodeRecord.getAttributeAsInt("id");
StorageNode node = new StorageNode(storageNodeId);
if (operationType == StorageNodeOperation.DEPLOY) {
GWTServiceLookup.getStorageService().deployStorageNode(node, callback);
} else {
GWTServiceLookup.getStorageService().undeployStorageNode(node, callback);
}