intarsys runtime library

Uses of Interface
de.intarsys.tools.reporter.IReporter

Packages that use IReporter
de.intarsys.tools.reporter   
 

Uses of IReporter in de.intarsys.tools.reporter
 

Classes in de.intarsys.tools.reporter that implement IReporter
 class DefaultReporter
          The default reporting implementation for the Stage kernel.
 class NullReporter
          A null implementation for IReporter.
 class ReplayReporter
          An IReporter that may be used to intercept the reporting information and "replay" them later on on another IReporter instance.
 class ReportDispatcher
          Helper object for implementing IReporterSupport.
 

Methods in de.intarsys.tools.reporter that return IReporter
static IReporter Reporter.get()
           
static IReporter Reporter.set(IReporter newReporter)
          returns the old active reporter
 

Methods in de.intarsys.tools.reporter with parameters of type IReporter
 void ReportDispatcher.addReporter(IReporter reporter)
           
 void ReplayReporter.addReporter(IReporter reporter)
           
 void IReporterSupport.addReporter(IReporter reporter)
           
 void ReportDispatcher.removeReporter(IReporter reporter)
           
 void ReplayReporter.removeReporter(IReporter reporter)
           
 void IReporterSupport.removeReporter(IReporter reporter)
           
static IReporter Reporter.set(IReporter newReporter)
          returns the old active reporter
 


intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.