Protected Member Functions | |
void | writeRecords (Any[] anyLogRecordsArray) throws UserException |
Package Functions | |
TestLogDispatcher (ORB orb, AcsLogFormatter xmlLogFormatter) | |
String[] | getCollectedXmlLogRecords () |
void | clearCollectedXmlLogRecords () |
void | setVerbose (boolean verbose) |
void | setWriteFailureChance (double writeFailureChance) |
Private Attributes | |
final List< String > | xmlLogRecordList = new ArrayList<String>() |
boolean | verbose = true |
double | writeFailureChance = 0.0 |
final Random | random = new Random(System.currentTimeMillis()) |
|
|
|
|
|
|
|
|
|
Sets the chance that a call to writeRecords will fail with an exception.
|
|
The CORBA call to Log#write_records(Any[]). May be faked by test subclasses.
Reimplemented from alma::acs::logging::RemoteLogDispatcher.
|
|
|
|
|
|
|
|
|