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

Packages that use IStatsRecorder
org.jasig.portal.events.handlers   
org.jasig.portal.services.stats   
 

Uses of IStatsRecorder in org.jasig.portal.events.handlers
 

Methods in org.jasig.portal.events.handlers with parameters of type IStatsRecorder
 void StatsRecorderEventHandlerAdapter.setRecorder(IStatsRecorder recorder)
           
 

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

Classes in org.jasig.portal.services.stats that implement IStatsRecorder
 class ConditionalStatsRecorder
          Stats recorder implementation which conditionally propogates IStatsRecorder events to a target IStatsRecorder.
 

Methods in org.jasig.portal.services.stats that return IStatsRecorder
 IStatsRecorder ConditionalStatsRecorder.getTargetStatsRecorder()
          Returns the IStatsRecorder to which we will or will not propogate IStatsRecorder method calls depending upon our configuration.
 

Methods in org.jasig.portal.services.stats with parameters of type IStatsRecorder
 void ConditionalStatsRecorder.setTargetStatsRecorder(IStatsRecorder targetStatsRecorder)
          Set the IStatsRecorder to which we will (or will not) propogate IStatsRecorder method calls depending upon our configuration.
 



Copyright © 2010 Jasig. All Rights Reserved.