eaLib API Docs
Last Modified : January 7 2002

mss.ea.stat
Interface DataCollector

All Known Implementing Classes:
AbstractBufferedCollector, AbstractUnbufferedCollector

public interface DataCollector

Interface for a data collector. This collects data from a data source and processes it.

Since:
0.1
Version:
0.1 (03-07-2001)
Author:
Andreas Rummler

Method Summary
 void collect()
          Collects data from a data source.
 java.lang.Object getData()
          Returns the collected data.
 boolean isBuffered()
          Indicates whether this collector is buffered or not.
 

Method Detail

collect

public void collect()
Collects data from a data source.

getData

public java.lang.Object getData()
Returns the collected data.

isBuffered

public boolean isBuffered()
Indicates whether this collector is buffered or not.
Returns:
true in case that this collector is buffered

eaLib API Docs
Last Modified : January 7 2002

Copyright © 2000-2001 Technical University of Ilmenau, Department ESS