Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected long |
aliasid |
protected boolean |
aliasPurge |
protected String |
business |
protected long |
businessid |
protected boolean |
businessPurge |
protected DbHostAuth |
dbhost |
protected R66Future |
future |
protected String |
host |
protected long |
hostid |
protected boolean |
hostPurge |
protected static String |
INFO_ARGS |
protected static long |
lalias |
protected static long |
lbusiness |
protected static long |
lhost |
protected static long |
lrole |
protected static long |
lrule |
protected NetworkTransaction |
networkTransaction |
protected String |
role |
protected long |
roleid |
protected boolean |
rolePurge |
protected String |
rule |
protected long |
ruleid |
protected boolean |
rulePurge |
protected static String |
salias |
protected static boolean |
saliaspurge |
protected static String |
sbusiness |
protected static boolean |
sbusinesspurge |
protected static String |
shost |
protected static boolean |
shostpurge |
protected static String |
srole |
protected static boolean |
srolepurge |
protected static String |
srule |
protected static boolean |
srulepurge |
protected static String |
stohost |
Constructor and Description |
---|
ConfigImport(R66Future future,
boolean hostPurge,
boolean rulePurge,
boolean businessPurge,
boolean aliasPurge,
boolean rolePurge,
String host,
String rule,
String business,
String alias,
String role,
NetworkTransaction networkTransaction) |
ConfigImport(R66Future future,
boolean hostPurge,
boolean rulePurge,
String host,
String rule,
NetworkTransaction networkTransaction) |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setHost(DbHostAuth host) |
void |
setSpecialIds(long hostid,
long ruleid,
long businessid,
long aliasid,
long roleid)
Used when the filenames are not compliant with remote filenames.
|
protected static final String INFO_ARGS
protected final R66Future future
protected final String host
protected final boolean hostPurge
protected final String rule
protected final boolean rulePurge
protected final String business
protected final boolean businessPurge
protected final String alias
protected final boolean aliasPurge
protected final String role
protected final boolean rolePurge
protected long hostid
protected long ruleid
protected long businessid
protected long aliasid
protected long roleid
protected final NetworkTransaction networkTransaction
protected DbHostAuth dbhost
protected static String shost
protected static String srule
protected static String sbusiness
protected static String salias
protected static String srole
protected static boolean shostpurge
protected static boolean srulepurge
protected static boolean sbusinesspurge
protected static boolean saliaspurge
protected static boolean srolepurge
protected static String stohost
protected static long lhost
protected static long lrule
protected static long lbusiness
protected static long lalias
protected static long lrole
public ConfigImport(R66Future future, boolean hostPurge, boolean rulePurge, String host, String rule, NetworkTransaction networkTransaction)
public final void setSpecialIds(long hostid, long ruleid, long businessid, long aliasid, long roleid)
hostid
- ruleid
- businessid
- aliasid
- roleid
- public final void setHost(DbHostAuth host)
public void run()
protected static boolean getParams(String[] args)
public static void main(String[] args)
Copyright © 2009–2022 Waarp. All rights reserved.