Class FileEventTracker

  • All Implemented Interfaces:
    Adaptable, Component, Extensible, TimestampedService

    public class FileEventTracker
    extends DefaultComponent
    Files event tracker which delete files once the runtime leave the threads or at least once the associated marker object is garbaged. Note: for being backward compatible you may disable the thread events tracking by black-listing the default configuration component "org.nuxeo.runtime.trackers.files.threadstracking.config" in the runtime. This could be achieved by editing the "blacklist" file in your 'config' directory or using the @{link BlacklistComponent} annotation on your test class.
    Since:
    6.0
    Author:
    Stephane Lacoin at Nuxeo (aka matic)
    See Also:
    ThreadEventHandler