Class SessionProfilerAdapter

  • All Implemented Interfaces:
    SessionProfiler
    Direct Known Subclasses:
    PerformanceProfiler

    public abstract class SessionProfilerAdapter
    extends Object
    implements SessionProfiler
    Adapter class for SessionProfiler interface. This class should be subclasses for profilers to avoid backward compatiblity issues with future releases when additional API is added to the interface.
    Author:
    James Sutherland