Public Member Functions | |
LongRunTest (String endTime, String msec, String logInt) throws IllegalArgumentException | |
void | run () |
LongRunTest (String endTime, String msec, String logInt) throws IllegalArgumentException | |
void | run () |
Static Public Member Functions | |
void | usage () |
void | main (String[] args) |
void | usage () |
void | main (String[] args) |
Private Member Functions | |
void | setInterval (String millisec, String blockInt) throws IllegalArgumentException |
void | setEndTime (String time) throws IllegalArgumentException |
boolean | checkTime () |
boolean | connectACSComponentClient () |
void | publishLogsBlock () |
void | setInterval (String millisec, String blockInt) throws IllegalArgumentException |
void | setEndTime (String time) throws IllegalArgumentException |
boolean | checkTime () |
boolean | connectACSComponentClient () |
void | publishLogsBlock () |
Private Attributes | |
int | endHr |
int | endMin |
int | msec |
int | blockInterval = LongRunTest.LOGS_INTERVAL |
AdvancedComponentClient | client = null |
Logger | logger = null |
Static Private Attributes | |
final int | LOGS_INTERVAL = 100 |
final String | logMsg = "Log message published at " |
: this class illegally uses code from module jcont which is not availeble because jlog builds before jcont. It only works with the current practice of first building src in all modules and then the tests later.
|
|
|
|
|
|
|
|
|
Connect to ACS as component client. It connects client and the logger.
|
|
Connect to ACS as component client. It connects client and the logger.
|
|
The starting point of the application |
|
The starting point of the application |
|
Logs a block of logs i.e. one log of each type separated byt LOGS_INTERVAL msec |
|
Logs a block of logs i.e. one log of each type separated byt LOGS_INTERVAL msec |
|
The thread to publish logs |
|
The thread to publish logs |
|
Decode the hr:min string into the local variables
|
|
Decode the hr:min string into the local variables
|
|
Decode the millisec
|
|
Decode the millisec
|
|
Print the usage message on stdout |
|
Print the usage message on stdout |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|