com.waveset.session
Class GenAuditorReports

java.lang.Object
  extended bycom.waveset.session.GenReportsBase
      extended bycom.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
           
 
Fields inherited from class com.waveset.session.GenReportsBase
_debug, _event, _resourceList, _session, MILLI_PER_DAY
 
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 com.waveset.session.GenReportsBase
createResourceList, destroy, getRandomResource, getRandomString, printTimeStamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

GenAuditorReports

public GenAuditorReports(java.lang.String user,
                         java.lang.String pass,
                         java.util.Map options)
                  throws WavesetException
Method Detail

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()