Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
stats
Class  SimpleOutProducer
java.lang.Object
  |
  +--stats.SimpleOutProducer
- All Implemented Interfaces: 
- LogWriter
- public class SimpleOutProducer- extends Object- implements LogWriter
 
| Method Summary | 
|  boolean | initialize(DescEntry entry,
           boolean active)initialization, here a filename might be given
 or a dbUrL
 | 
|  void | println(String msg)Method to print
 | 
|  boolean | summary(DescEntry entry)will mostly be used by outproducers to sum up
 the information, maybe write them to a db
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SimpleOutProducer
public SimpleOutProducer()
initialize
public boolean initialize(DescEntry entry,
                          boolean active)
- initialization, here a filename might be given
 or a dbUrL- 
- Specified by: 
- initializein interface- LogWriter
 
println
public void println(String msg)
- Method to print- 
- Specified by: 
- printlnin interface- LogWriter
 
summary
public boolean summary(DescEntry entry)
- will mostly be used by outproducers to sum up
 the information, maybe write them to a db- 
- Specified by: 
- summaryin interface- LogWriter