com.trendmicro.grid.acl.ds.jpa
Class JpaReportReceiver

java.lang.Object
  extended by com.trendmicro.grid.acl.ds.jpa.JpaReportReceiver
All Implemented Interfaces:
com.trendmicro.grid.acl.ds.ReportReceiver, com.trendmicro.grid.acl.ds.Repository

@Repository
@Transactional(readOnly=false)
public class JpaReportReceiver
extends Object
implements com.trendmicro.grid.acl.ds.ReportReceiver

Implements ReportReceiver using JPA.

Version:
1.0
Author:
juergen_kellerer, 2010-06-08

Constructor Summary
JpaReportReceiver()
           
 
Method Summary
 void receiveFileReports(Collection<com.trendmicro.grid.acl.l0.datatypes.FileReport> fileReports)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpaReportReceiver

public JpaReportReceiver()
Method Detail

receiveFileReports

public void receiveFileReports(Collection<com.trendmicro.grid.acl.l0.datatypes.FileReport> fileReports)
Specified by:
receiveFileReports in interface com.trendmicro.grid.acl.ds.ReportReceiver