Uses of Class
com.trendmicro.grid.acl.ds.jpa.AbstractReceivedResultsHandler

Packages that use AbstractReceivedResultsHandler
com.trendmicro.grid.acl.ds.jpa Implements datasource APIs using JPA and defines generic abstraction APIs to bind DB specifc functionality in other modules. 
 

Uses of AbstractReceivedResultsHandler in com.trendmicro.grid.acl.ds.jpa
 

Subclasses of AbstractReceivedResultsHandler in com.trendmicro.grid.acl.ds.jpa
 class AbstractReceivedFileContentsHandler<T>
          Is the base for handlers that deal with JpaFileDetails.
 class ReceivedDataSetsHandler
          Is the primary handler that operates on the complete dataSets.
 class ReceivedPackageFamiliesHandler
          Implements a handler for syncing package families contained in processing results.
 class ReceivedPreparedPackagesHandler
          Manages updates to PACKAGES & HISTORY table.
 class ReceivedSourcesHandler
          Implements a handler for syncing source entries contained in processing results.
 

Constructors in com.trendmicro.grid.acl.ds.jpa with parameters of type AbstractReceivedResultsHandler
ReceivedPreparedPackagesHandler(JpaFileRepository fileRepository, JpaPackageRepository packageRepository, AbstractReceivedResultsHandler<Collection<JpaPackageFamily>> familyHandler)
          Creates a new thread safe instance.