2.17.2: 2011-06-17

net.sf.basedb.core.log.db
Class FileSetMemberLogger

java.lang.Object
  extended by 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: 2009-08-19 13:31:03 +0200 (Wed, 19 Aug 2009) $

Constructor Summary
FileSetMemberLogger()
           
 
Method Summary
 void logChanges(LogManager logManager, EntityDetails details)
          Called when changes has been detected to an entity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSetMemberLogger

public FileSetMemberLogger()
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 interface EntityLogger
Parameters:
logManager - The log manager for the current transaction
details - Detailed information about the entity that has changed

2.17.2: 2011-06-17