com.waveset.session
Class GenAuditorReports
java.lang.Object
com.waveset.session.GenReportsBase
com.waveset.session.GenAuditorReports
- public class GenAuditorReports
- extends GenReportsBase
A command line utility to load in random
Auditor report data so that there is "interesting"
information to report against.
Field Summary |
static java.lang.String |
code_id
|
Constructor Summary |
GenAuditorReports(java.lang.String user,
java.lang.String pass,
java.util.Map options)
|
Method Summary |
void |
clean()
For security reasons, we have to launch an AuditLogCleanup task to remove
LOG objects. |
void |
createEvents()
|
static java.lang.String |
getUsage()
|
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
GenAuditorReports
public GenAuditorReports(java.lang.String user,
java.lang.String pass,
java.util.Map options)
throws WavesetException
createEvents
public void createEvents()
throws WavesetException
- Throws:
WavesetException
clean
public void clean()
throws WavesetException
- For security reasons, we have to launch an AuditLogCleanup task to remove
LOG objects. We only delete the ones this tool created, which are identifiable by
special MAGIC_SERVER value for the log record's Server attribute.
- Throws:
WavesetException
main
public static void main(java.lang.String[] argv)
throws java.lang.Exception
- Throws:
java.lang.Exception
getUsage
public static java.lang.String getUsage()