openr66.client
Class RequestInformation

java.lang.Object
  extended by openr66.client.RequestInformation
All Implemented Interfaces:
Runnable

public class RequestInformation
extends Object
implements Runnable

Class to request information on remote files

Author:
Frederic Bregier

Field Summary
protected  NetworkTransaction networkTransaction
           
 
Constructor Summary
RequestInformation(R66Future future, String requested, String rulename, String filename, byte request, NetworkTransaction networkTransaction)
           
 
Method Summary
protected static boolean getParams(String[] args)
          Parse the parameter and set current values
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
 

Field Detail

networkTransaction

protected final NetworkTransaction networkTransaction
Constructor Detail

RequestInformation

public RequestInformation(R66Future future,
                          String requested,
                          String rulename,
                          String filename,
                          byte request,
                          NetworkTransaction networkTransaction)
Parameters:
future -
requested -
rulename -
filename -
request -
networkTransaction -
Method Detail

getParams

protected static boolean getParams(String[] args)
Parse the parameter and set current values

Parameters:
args -
Returns:
True if all parameters were found and correct

run

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

main

public static void main(String[] args)
Parameters:
args -


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.