Interface UserSession.QueryCountIncrementer

Enclosing class:
UserSession

public static interface UserSession.QueryCountIncrementer
Implementations of this interface are allowed to increment queryCount. UserWorker should have a member that implements the interface. No other core class should implement this interface. Test classes may implement (see ControlsInjectionUtil).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details