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

Packages that use AbstractReceivedResultsHandler.StorageContext
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.StorageContext in com.trendmicro.grid.acl.ds.jpa
 

Methods in com.trendmicro.grid.acl.ds.jpa with parameters of type AbstractReceivedResultsHandler.StorageContext
protected  JpaFileDetails AbstractReceivedFileContentsHandler.createOrUpdateFileReference(AbstractReceivedResultsHandler.StorageContext context, com.trendmicro.grid.acl.l0.datatypes.FileDetails details, boolean forceTimeUpdates)
          Creates or updates the file reference for the given source file details instance.
protected  Collection<JpaFileDetails> AbstractReceivedFileContentsHandler.createOrUpdateFileReferences(AbstractReceivedResultsHandler.StorageContext context, Collection<com.trendmicro.grid.acl.l0.datatypes.PackageMember> members)
          Creates or updates the file references for the given list of package members.
protected  Collection<List<JpaSource>> ReceivedSourcesHandler.handle(AbstractReceivedResultsHandler.StorageContext context)
          Creates a corresponding collection of source references that can be used to assign them to files.
protected  Collection<ReceivedPreparedPackagesHandler.PreparedPackage> ReceivedPreparedPackagesHandler.handle(AbstractReceivedResultsHandler.StorageContext context)
          Handles the job in relation to the given storage context.
protected  Collection<JpaPackageFamily> ReceivedPackageFamiliesHandler.handle(AbstractReceivedResultsHandler.StorageContext context)
          Creates a corresponding collection of package family references that can be used to store packages.
protected  Void ReceivedDataSetsHandler.handle(AbstractReceivedResultsHandler.StorageContext context)
          Handles the job in relation to the given storage context.
protected abstract  T AbstractReceivedResultsHandler.handle(AbstractReceivedResultsHandler.StorageContext context)
          Handles the job in relation to the given storage context.