|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectClient
public class Client
Client that constructs and runs a schedule of data collection jobs based on a configuration file.
Field Summary | |
---|---|
private static org.slf4j.Logger |
_log
|
private TreeMap<Object,Object> |
comp
|
private String |
cron_ptrn
|
private String |
date_stop
|
private String |
date_strt
|
private String |
form_date
|
private String |
time_zone
|
Constructor Summary | |
---|---|
Client()
Constructor. |
Method Summary | |
---|---|
private boolean |
configScheduler()
Configures scheduler by parsing a configuration file. |
static void |
main(String[] args)
Main method that constructs and runs a Client . |
void |
run()
Runs scheduler. |
private static void |
showLogo()
Displays an ASCII-art styled logo. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String cron_ptrn
private String date_stop
private String date_strt
private String form_date
private String time_zone
private TreeMap<Object,Object> comp
private static org.slf4j.Logger _log
Constructor Detail |
---|
public Client()
Method Detail |
---|
public static void main(String[] args)
Client
.
args
- Run-time arguments.private static void showLogo()
private boolean configScheduler()
Boolean
value indicating whether parsed configuration is valid.public void run()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |