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.
filterReport
CompositeRuntimeResourceReport filterReport(CompositeRuntimeResourceReport r)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.