com.waveset.session
Class GenReportsBase
java.lang.Object
com.waveset.session.GenReportsBase
- Direct Known Subclasses:
- GenAuditorReports, GenReports
- public class GenReportsBase
- extends java.lang.Object
Constructor Summary |
GenReportsBase(java.lang.String user,
java.lang.String pass)
Construct a new class, using the SessionFactory method to
get the sessoin, which will start the server and initialize
the event logger. |
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
_debug
protected static boolean _debug
_event
protected static com.sun.idm.logging.audit.AuditLog _event
MILLI_PER_DAY
protected static final int MILLI_PER_DAY
- See Also:
- Constant Field Values
_session
protected Session _session
_resourceList
protected java.util.ArrayList _resourceList
GenReportsBase
public GenReportsBase(java.lang.String user,
java.lang.String pass)
throws WavesetException
- Construct a new class, using the SessionFactory method to
get the sessoin, which will start the server and initialize
the event logger.
createResourceList
protected void createResourceList()
throws java.lang.Exception
- Throws:
java.lang.Exception
destroy
public void destroy()
throws WavesetException
- Throws:
WavesetException
getRandomString
protected java.lang.String getRandomString(long timeStamp,
int max,
java.lang.String prefix)
getRandomResource
protected java.lang.String getRandomResource(long timeStamp)
printTimeStamp
public static void printTimeStamp(java.lang.String prefix)