openr66.server
Class ConfigImport
java.lang.Object
openr66.server.ConfigImport
- All Implemented Interfaces:
- Runnable
public class ConfigImport
- extends Object
- implements Runnable
Config Import from a local client without database connection
- Author:
- Frederic Bregier
Method Summary |
protected static boolean |
getParams(String[] args)
|
static void |
main(String[] args)
|
void |
run()
Prior to call this method, the pipeline and NetworkTransaction must have been initialized. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
future
protected final R66Future future
host
protected final String host
hostPurge
protected final boolean hostPurge
rule
protected final String rule
rulePurge
protected final boolean rulePurge
networkTransaction
protected final NetworkTransaction networkTransaction
shost
protected static String shost
srule
protected static String srule
shostpurge
protected static boolean shostpurge
srulepurge
protected static boolean srulepurge
ConfigImport
public ConfigImport(R66Future future,
boolean hostPurge,
boolean rulePurge,
String host,
String rule,
NetworkTransaction networkTransaction)
run
public void run()
- Prior to call this method, the pipeline and NetworkTransaction must have been initialized.
It is the responsibility of the caller to finish all network resources.
- Specified by:
run
in interface Runnable
getParams
protected static boolean getParams(String[] args)
main
public static void main(String[] args)
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.