Modifier and Type | Field and Description |
---|---|
protected static String |
_INFO_ARGS |
protected boolean |
clean |
protected R66Future |
future |
protected DbHostAuth |
host |
protected NetworkTransaction |
networkTransaction |
protected boolean |
purgeLog |
protected String |
request |
protected String |
rule |
protected String |
ruleDownload |
protected static boolean |
sclean |
protected static boolean |
spurgeLog |
protected static String |
srequest |
protected static String |
srule |
protected static String |
sruleDownload |
protected static Timestamp |
sstart |
protected static String |
sstartid |
protected static boolean |
sstatusdone |
protected static boolean |
sstatuserror |
protected static boolean |
sstatuspending |
protected static boolean |
sstatustransfer |
protected static Timestamp |
sstop |
protected static String |
sstopid |
protected Timestamp |
start |
protected String |
startid |
protected boolean |
statusdone |
protected boolean |
statuserror |
protected boolean |
statuspending |
protected boolean |
statustransfer |
protected static String |
stohost |
protected Timestamp |
stop |
protected String |
stopid |
protected static boolean |
stryimport |
protected boolean |
tryimport |
Constructor and Description |
---|
LogExtendedExport(R66Future future,
boolean clean,
boolean purgeLog,
Timestamp start,
Timestamp stop,
String startid,
String stopid,
String rule,
String request,
boolean statuspending,
boolean statustransfer,
boolean statusdone,
boolean statuserror,
NetworkTransaction networkTransaction,
DbHostAuth host) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
getParams(String[] args) |
void |
importLog(R66Future future) |
static void |
main(String[] args) |
void |
run()
Prior to call this method, the pipeline and NetworkTransaction must have
been initialized.
|
void |
setDownloadTryImport(String ruleDownload,
boolean tryimport)
Try first to download the exported logs, then to import (must be a host
different than the source one)
|
protected static final String _INFO_ARGS
protected final R66Future future
protected final boolean clean
protected final boolean purgeLog
protected final Timestamp start
protected final Timestamp stop
protected final String startid
protected final String stopid
protected final String rule
protected final String request
protected final boolean statuspending
protected final boolean statustransfer
protected final boolean statusdone
protected final boolean statuserror
protected String ruleDownload
protected boolean tryimport
protected final NetworkTransaction networkTransaction
protected DbHostAuth host
protected static boolean sclean
protected static boolean spurgeLog
protected static Timestamp sstart
protected static Timestamp sstop
protected static String sstartid
protected static String sstopid
protected static String srule
protected static String srequest
protected static boolean sstatuspending
protected static boolean sstatustransfer
protected static boolean sstatusdone
protected static boolean sstatuserror
protected static String stohost
protected static String sruleDownload
protected static boolean stryimport
public LogExtendedExport(R66Future future, boolean clean, boolean purgeLog, Timestamp start, Timestamp stop, String startid, String stopid, String rule, String request, boolean statuspending, boolean statustransfer, boolean statusdone, boolean statuserror, NetworkTransaction networkTransaction, DbHostAuth host)
future
- clean
- purgeLog
- start
- stop
- startid
- stopid
- rule
- request
- statuspending
- statustransfer
- statusdone
- statuserror
- networkTransaction
- host
- public void setDownloadTryImport(String ruleDownload, boolean tryimport)
ruleDownload
- tryimport
- public void run()
public void importLog(R66Future future) throws OpenR66ProtocolBusinessException
OpenR66ProtocolBusinessException
protected static boolean getParams(String[] args)
public static void main(String[] args)
Copyright © 2009–2020 Waarp. All rights reserved.