Uses of Interface
org.jasig.portal.services.stats.IStatsRecorderFlags

Packages that use IStatsRecorderFlags
org.jasig.portal.services.stats   
 

Uses of IStatsRecorderFlags in org.jasig.portal.services.stats
 

Classes in org.jasig.portal.services.stats that implement IStatsRecorderFlags
 class SettingsBackedStatsRecorderFlagsImpl
          An IStatsRecorderFlags implementation backed by the StatsRecorderSettings static singleton.
 class StatsRecorderFlagsImpl
          Mutable JavaBean implementation of IStatsRecorderFlags.
 

Fields in org.jasig.portal.services.stats declared as IStatsRecorderFlags
private  IStatsRecorderFlags ConditionalStatsRecorder.flags
          Bundle of boolean flags indicating whether we should propogate each IStatsRecorder method.
 

Methods in org.jasig.portal.services.stats that return IStatsRecorderFlags
 IStatsRecorderFlags ConditionalStatsRecorder.getFlags()
          Get the StatsRecorderFlags instance defining which IStatsRecorder method calls we should propogate and which we should not.
 

Methods in org.jasig.portal.services.stats with parameters of type IStatsRecorderFlags
 void ConditionalStatsRecorder.setFlags(IStatsRecorderFlags flags)
          Set the boolean flags indicating which IStatsRecorder method calls we should propogate and which we should not.