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