org.openmuc.mux.dataserver
Class Report

java.lang.Object
  extended by org.openmuc.mux.dataserver.Report
Direct Known Subclasses:
PeriodicReport

public abstract class Report
extends java.lang.Object


Constructor Summary
Report(int handle)
           
 
Method Summary
 void addDataStorage(DataStorage ds)
           
 void emitReport(java.io.PrintWriter out)
           
 int getHandle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report

public Report(int handle)
Method Detail

getHandle

public int getHandle()

emitReport

public void emitReport(java.io.PrintWriter out)

addDataStorage

public void addDataStorage(DataStorage ds)