Package com.example.consumer1
Class ConsumerReportProcessor
- java.lang.Object
-
- com.example.consumer1.ConsumerReportProcessor
-
- All Implemented Interfaces:
MdibAccessObserver
public class ConsumerReportProcessor extends Object implements MdibAccessObserver
This class handles incoming reports on the provider.Every incoming report triggers the respective handler, or the generic onUpdate handler if no specialized handler is found.
-
-
Constructor Summary
Constructors Constructor Description ConsumerReportProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,Long>getConditionChanges()HashMap<String,Long>getMetricChanges()
-