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.
-
-
Field Summary
Fields Modifier and Type Field Description intnumConditionChangesintnumMetricChanges
-
Constructor Summary
Constructors Constructor Description ConsumerReportProcessor()
-