com.trendmicro.grid.acl.ds.jpa
Class JpaProcessingResultReceiver
java.lang.Object
com.trendmicro.grid.acl.ds.jpa.JpaProcessingResultReceiver
- All Implemented Interfaces:
- com.trendmicro.grid.acl.ds.ProcessingResultReceiver, com.trendmicro.grid.acl.ds.Repository
@Repository
@Transactional
public class JpaProcessingResultReceiver
- extends Object
- implements com.trendmicro.grid.acl.ds.ProcessingResultReceiver
Implements ProcessingResultReceiver using JPA.
Note: This is the primary implementation that stores content inside the CoreDB.
- Version:
- 1.0
- Author:
- Juergen_Kellerer, 2010-06-12
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JpaProcessingResultReceiver
public JpaProcessingResultReceiver()
setEnableHistoryRecording
public void setEnableHistoryRecording(boolean enableHistoryRecording)
receive
public void receive(Collection<com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet> dataSets)
-
- Specified by:
receive
in interface com.trendmicro.grid.acl.ds.ProcessingResultReceiver
checkpoint
public void checkpoint()
-
- Specified by:
checkpoint
in interface com.trendmicro.grid.acl.ds.ProcessingResultReceiver