com.trendmicro.grid.acl.ds
Interface ReportReceiver
- All Superinterfaces:
- Repository
public interface ReportReceiver
- extends Repository
Defines the receiver interface for reports.
- Version:
- 1.0
- Author:
- juergen_kellerer, 2010-05-06
Method Summary |
void |
receiveFileReports(Collection<com.trendmicro.grid.acl.l0.datatypes.FileReport> fileReports)
Receives a non-empty collection of file reports. |
receiveFileReports
void receiveFileReports(Collection<com.trendmicro.grid.acl.l0.datatypes.FileReport> fileReports)
- Receives a non-empty collection of file reports.
- Parameters:
fileReports
- the file reports received by the receiver.