openr66.client
Class RequestInformation
java.lang.Object
openr66.client.RequestInformation
- All Implemented Interfaces:
- Runnable
public class RequestInformation
- extends Object
- implements Runnable
Class to request information on remote files
- Author:
- Frederic Bregier
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 |
networkTransaction
protected final NetworkTransaction networkTransaction
RequestInformation
public RequestInformation(R66Future future,
String requested,
String rulename,
String filename,
byte request,
NetworkTransaction networkTransaction)
- Parameters:
future
- requested
- rulename
- filename
- request
- networkTransaction
-
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.