Class PerThreadStats

  • All Implemented Interfaces:
    SessionStats

    public class PerThreadStats
    extends DelegatingStats
    Delegates to a SessionStats which is acquired on every method invocation. This object doesn't itself contain a ThreadLocal but relies on the ThreadLocal instances in CurrentDetails.
    Since:
    Beta4