Package net.sf.basedb.core.log.db
Class FileSetMemberLogger
- java.lang.Object
-
- net.sf.basedb.core.log.db.FileSetMemberLogger
-
- All Implemented Interfaces:
EntityLogger
public class FileSetMemberLogger extends Object implements EntityLogger
Logger for file set members that logs changes as updates to the parent item the file belong to.- Version:
- 2.13
- Author:
- Nicklas
- Last modified
- $Date: 2017-05-22 14:35:27 +0200 (må, 22 maj 2017) $
-
-
Field Summary
Fields Modifier and Type Field Description private DbLogManagerFactory
factory
-
Constructor Summary
Constructors Constructor Description FileSetMemberLogger(DbLogManagerFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
logChanges(LogManager logManager, EntityDetails details)
Called when changes has been detected to an entity.
-
-
-
Field Detail
-
factory
private final DbLogManagerFactory factory
-
-
Constructor Detail
-
FileSetMemberLogger
public FileSetMemberLogger(DbLogManagerFactory factory)
-
-
Method Detail
-
logChanges
public void logChanges(LogManager logManager, EntityDetails details)
Description copied from interface:EntityLogger
Called when changes has been detected to an entity.- Specified by:
logChanges
in interfaceEntityLogger
- Parameters:
logManager
- The log manager for the current transactiondetails
- Detailed information about the entity that has changed
-
-