* @throws ClusterFileTransferException
*/
public void pull(File file, String parentName) throws ClusterFileTransferException
{
String myNodeName = this.mPartition.getNodeName();
ClusterNode myNodeAddress = this.mPartition.getClusterNode();
FileOutputStream output = null;
try
{
log.info("Start pull of file " + file.getName() + " from cluster.");
ArrayList response = mPartition.callMethodOnCoordinatorNode(SERVICE_NAME,