Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.autoinventory.agent.server
Interface RuntimeReportFilter


public interface RuntimeReportFilter

Implementors of this class are able to filter runtime reports before having them sent back to the server. - The agent will perform regular AI runtime scans, filling out a CompositeRuntimeResourceReport. - Then, the report is sent to a this filter - Then, the report is examined and we check if it is the same as the last runtime report we sent. If it is, we don't send it, else we do.


Method Summary
 CompositeRuntimeResourceReport filterReport(CompositeRuntimeResourceReport r)
           
 

Method Detail

filterReport

CompositeRuntimeResourceReport filterReport(CompositeRuntimeResourceReport r)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.