Class PerSessionStats

  • All Implemented Interfaces:
    SessionStats

    public class PerSessionStats
    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