udt.unicore
Class FufexReceive

java.lang.Object
  extended by udt.unicore.FufexReceive
All Implemented Interfaces:
Runnable

public class FufexReceive
extends Object
implements Runnable

Receive part of the UNICORE integration code. usage: recvfile server_ip local_filename mode [comm_out comm_in]


Constructor Summary
FufexReceive(String serverIP, String localFile, boolean append, String commOut, String commIn)
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FufexReceive

public FufexReceive(String serverIP,
                    String localFile,
                    boolean append,
                    String commOut,
                    String commIn)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2013 LittleShoot. All Rights Reserved.