Supporters
Supporter Class Diagram
Illustration:
- InterceptFrameworkSupportor
 - DefaultMonitorSupporter
 - DefaultClientMonitorSupporter
 - AppProfileSupporter
 - DataObserverSupporter
 
Startup workflow of supporters above: obtain suppoters to be started from the configuration file UAV.properties and start them with the start method.
- InvokeChainSupporter
 - SlowOperSupporter
 
Startup workflow of supporters above: send node/ctrl to the Monitor Agent and start related features in MOF via Http request in MonitorAgent;
DefaultMonitorSupporter
- Check DefaultMonitorSupporter Implementation for detailed implementation.
 
InterceptFrameworkSupporter
- Check InterceptFramwork Operation Principle for detailed implementation.
 - Note: Check details of Mark 1 and Mark 2 in MOF-Agent.