BBjSessionInfo::getUserTime
Description
In BBj 23.00 and higher, this method returns the CPU time in nanoseconds that the session described by this BBjSessionInfo has executed in user mode.
Syntax
Return Value |
Method |
---|---|
long |
getUserTime() |
Parameters
None.
Return Value
Returns the CPU time in nanoseconds that the session described by this BBjSessionInfo has executed in user mode.
Example
|
See Also
ThreadMXBean::getCurrentThreadUserTime
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.