java.lang.Object |
↳ |
com.microstrategy.utils.WebStatsHelper |
Class Overview
This class assists in generating Web Statistics for the application.
Summary
Public Methods |
static
long
|
sleep(int sleepMillis, String className, String methodName)
Perform a Thread.sleep call logging the time slept to our Web Statistics
infrastructure.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
static
long
sleep
(int sleepMillis, String className, String methodName)
Perform a Thread.sleep call logging the time slept to our Web Statistics
infrastructure.
Parameters
sleepMillis |
The time to sleep (in milliseconds) |
className |
The class invoking the sleep call. |
methodName |
The method invoking the sleep call. |
Returns
- The actual time slept (in milliseconds)