public class SessionTimingEntry extends Object implements TimingEntry
TimingEntry
for the Session monitoring component.
This simple implementation simply stores and then provides the duration again.Constructor and Description |
---|
SessionTimingEntry(long duration)
Constructor, generating a new SessionTimingEntry with the provided duration
|
Modifier and Type | Method and Description |
---|---|
long |
getDuration()
Retrieves the length of time spent executing the monitored operation.
|
public SessionTimingEntry(long duration)
duration
- length of time the operation took (in ms)public long getDuration()
getDuration
in interface TimingEntry
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.